Hello,
I need to process a number of text files holding differing numbers of data rows.
The first 7 lines are fixed - they are the loggerid / siteid / channelref / units / totals / startdate / enddate.
After that there could be a different number of rows with a datetime and a value.
I need to process these files into a sql table with the fixed 7 lines data added to the datetime and value rows. The data in the first 7 lines will change so I need FME to process the files once at a time into the writer rather than all at once.
Any idea how I do this?
Cheers
N