Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pawe84
Creator
Creator

tFixedFlowInput and tFileOutputDelimited issue

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.

 

0683p000009M6WI.png

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

0683p000009M6TA.png

 

And for tFileOutputDelimited component

0683p000009M6WS.png

 

and here for the data block. Is there any wrong? 

 

0683p000009M6Ry.png

How I can fix this issue that the first row of appended data will be at a new line? 

 

Thanks for any hints.

 

Labels (2)
1 Reply
Anonymous
Not applicable

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