Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone I have an issue with my delimited output file.
At first I'm using tFixedFlowInput to create a header after that I append my data.
The structure of my output txt file has to be:
ABC DEF
data1 data2
data2a data2b
data3a data3b
but my output looks like this:
ABC DEF data1a data1b
data2a data2b
data3a data3b
Below are my settings for the header
And for tFileOutputDelimited component
and here for the data block. Is there any wrong?
How I can fix this issue that the first row of appended data will be at a new line?
Thanks for any hints.
Hi
You must use the same separator on the tFileOutputDelimited. In this case my suggestion is that you use as row separator "\n" and field separator "\t" or ";",
so the output will be consistent.
Kind regards
Alfonso Borre