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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Difference between tHashRow and tAddCRCRow

Hello everyone,

I came accross this custom component on Talend Exchange :

TalendExchange_tHashRow

 

0695b00000SskCmAAJ.png 

I would like to know what the difference is between tAddCRCRow component and this one ?

 

tHashRow seems to be more flexible as we can choose the algorithm.

 

Thank you ! 🙂

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Here is online component reference about: TalendHelpCenter: tAddCRCRow

It provides a unique ID which helps improving the quality of processed data. CRC stands for Cyclical Redundancy Checking.

tAddCRCRow calculates a surrogate key based on one or several columns and adds it to the defined schema.

Best regards

Sabrina

 

View solution in original post

4 Replies
Anonymous
Not applicable

Hello,

Here is online component reference about: TalendHelpCenter: tAddCRCRow

It provides a unique ID which helps improving the quality of processed data. CRC stands for Cyclical Redundancy Checking.

tAddCRCRow calculates a surrogate key based on one or several columns and adds it to the defined schema.

Best regards

Sabrina

 

Alpha549
Creator II
Creator II
Author

Hello Sabrina,

 

I also saw that tAddCRCRow generates a numeric key, whereas tHashRow is an alpha numeric key, with more characters (depending on the chosen algorithm).

 

Thank you !

 

The topic is solved 🙂

Anonymous
Not applicable

Hello,

Here is an online documentation about: TalendHelpCenter: Installing a custom component

Hope it helps.

Best regards

Sabrina

 

 

 

Alpha549
Creator II
Creator II
Author

Thank you Sabrina 🙂