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