Pentaho Spoon Text File Output Additional Information Header
问题 I am using the Text File Output step to create a CSV file, however i need to insert some additional rows of information at the top of the file. I have been able to have another transform output this data in a previous job step, however when doing so prevents me from outputting column headers in the appended csv output. The end result I am looking for would look something like this: EXTRACT TYPE: XYZ DATE: 20110520 FIRST NAME,LAST NAME,AMOUNT charlie, chaplain, 2345 someone, else, 1234 Any