Hello @bescu,
I believe there are a few methods in which you could achieve this. To name two possible options:
1) There is a custom transformer on the FME Hub that will reverse the attribute order. ReverseFeaturesOrder.
2) With using a dynamic workflow, it may be best to try modifying the schema using a the SchemaSetter and lists. An example can be found here:
https://knowledge.safe.com/articles/43899/dynamic-workflows-advanced-example-modifying-the-s.html
There are many more options that may achieve the result you are expecting, and they can be found throughout the Dynamic tutorials. Here is the link to them.
https://knowledge.safe.com/articles/1050/dynamic-workflow-tutorial-introduction.html
Hi @bescu, I would recommend checking out the SchemaSetter transformer. Later on, in that tutorial series, there is an example using the transformer to modify the schema .
Hi @bescu, did you change the position in Feature Type your Writer :
Thanks,
Danilo