Hello,
I would like to know if it's possible to have a sort of tempalte for CSV files.
I will create many csv files that will look the same (on the left 4 headers with values that change) and after that, on the 3rd, 4th and 5th row, from the 3rd line down, i will write point coordinates.Plus, at the end of the point coordinates I will have some other information.
So is there a way in FME to make a CSV file that is already configured ? Because I was thinking of configuring it after with Python, but if it's possible in FME it will save me some time.
Thanks!