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