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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Gopikrish6
Contributor II
Contributor II

Junk Character missing in Attunity replicat

Hi All,

Source as Db2 column datatype as (CHAR(24) FOR SBCS DATA NOT NULL WITH DEFAULT), While in Attunity replicat showing as CHAR(50) but it replicat to Sql server as blank Values.

Then i changed into WCHAR(50) Even i get blank values.

 

Kindly share your suggestions to replicat the junk characters in the Sql server target.

Thanks,

Gopi

Labels (1)
11 Replies
Gopikrish6
Contributor II
Contributor II
Author

Hi Qlik Experts, 

Still am not getting proper solutions for the COMP 3 Packaged decimals convert HEX into INT.

Kindly  share the Solutions.

Thanks,

Gopi

shashi_holla
Support
Support

Hi @Gopikrish6 

You can add the same logic in table level transformation to the column if its working in SSMS:

CONVERT(INT, CONVERT(VARBINARY, $COLUMN_NAME, 1))

Thank you,