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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Why the output of tFileInputRaw is just one row?

I'm new on talend, I create a tFileInputRaw to collect the data from csv file or txt file. But it always makes multiple rows as one row and transit to tMap. Could anyone tell me the reason and how to let it output the same number rows as the file has?

 

Please see the screenshot, it makes all rows in the fils as one row and output.

 0683p000009LyoD.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You want tFileInputDelimited.

 

tFileInputRaw outputs a single column because that's what it's designed to do. It says it right here in its documentation:

 

Function

tFileInputRaw reads all the content of a file and sends it to a single output column.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

You want tFileInputDelimited.

 

tFileInputRaw outputs a single column because that's what it's designed to do. It says it right here in its documentation:

 

Function

tFileInputRaw reads all the content of a file and sends it to a single output column.

Anonymous
Not applicable
Author

thanks!