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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
obenabed
Contributor
Contributor

Talend TOS - CRC - tAddCRCRow

Hello,

I'm looking to get a crc32 from a csv file or a sql table whatever (example: 2 columns and 2 rows).

with the tAddCRCRow I manage to get the CRC of each line but not of the complete file (see images).

How can I proceed to have a single CRC and not one per row ?

I was thinking of storing the whole file in a buffer to transform it into a single column and a single row (like a concatenation) but I don't know how to do this

Thank you for your help.

csv file exemple :

colonne1; colonne2

100; 200

150; 350

0695b00000Ibwz3AAB.jpg

0695b00000IbwzDAAR.jpg

Labels (4)
1 Reply
Anonymous
Not applicable

Hi

You can use tFileInputRaw to read the whole file as a string.

 

Regards

Shong