Posting on behalf of a customer.
Currently when you add a new field to a fetch in rules and export that fetch to S3, any new fields that you might’ve added aren’t appended to the end of the S3 export.
For example if you have a field listing like this in the rule fetch:
Name, created date, Segment
When you add a new field to that fetch like this:
Name, created date, Segment, Country
The ideal result would be that the S3 export would show up like above. However, currently it shows up something similar to this in the resulting CSV.
created date, Country, Name, Segment
The request is that the fetch config column sequence would dictate the export column sequence.