Hello,
I have what seems to be a simple task, but so far, have not been able to find the right solution.
I have an FME process that creates a CSV file with a header row, but it needs another "header" row above the actual header.
Below is an example of the CSV file with the header:
TagName,TimeStamp,FieldValue,DataQuality
LLSCADA.LL_EX02_BATTERY_VOLTS.F_CV,5/24/2021 12:45:00,6.37,Good
LLSCADA.LL_EX02_CHLORPHYL_UG_L.F_CV,5/24/2021 12:45:00,0,Good
The additional "header" row is simply the following:
[DATA]
Appreciate your time and any assistance,
Lowell

But I did not do something quite right as the results look like this:
Thanks again for your time and help.
Below is a sample of the output file. It has 18 sets of the same data.
I've tried a number of other things, but either no data is written or [DATA] does not show in the output file.