Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
You can use tFileInputRaw to read the whole file as a string.
Regards
Shong