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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Difference between tFileInputRaw and tFileInputFullrow

HI team ,

 

Please help me with the exact difference between tFileInputRaw and  tFileInputrow . both are very similar where we can read complete set of file in one row .

 

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello @Moe ,

 

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

use:- This component is used to gather together data and send it to a single output column for subsequent processing by another component.

 

tFileInputFullRow reads a given file row by row.

use:- tFileInputFullRow reads a file row by row and sends complete rows as defined in the schema to the next Job component via a Row link.

 

thanks