Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Background: In talend Data Management studio, We are loading data to multiple tables and in each table we are using taddCRCRow for one of our common column.
later we are joining these tables based on this column in database as per our client's requirement.
issue : in a table , we have different values to our columns. when we are connecting it to tAddCRCRow, we are getting same results for two columns three times.
If my column have different values , it should return different CRC value as well ?
please advice.
Hello RahulReliable,
Thank you for reaching out to the Qlik community.
tAddCRCRow does not guarantee unique values. It computes a CRC (hash) from the selected columns, and different inputs can legitimately produce the same CRC (called a collision), especially if:
So, different column values do NOT always mean different CRC values by design.
To deal with this, we recommend the following.