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: 
smore1665386696
Contributor II
Contributor II

How to define sign reserved function in tmap for particular column

​decimal("\x01", maximum_length=102, sign_reserved) column_name /*NUMBER NOT NULL*/;

Ho to design that sign reserved in talend ​

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

Could you please elaborate your case with an example with input and expected output values?

If sign_reserved is a Java class method, you are able to call it in tMap via packageName.className().functionName() or if you need to define this one, it would be better create a user routine and call it in tMap.

Hope these articles help.

https://community.talend.com/s/article/Create-a-user-routine-and-call-it-in-a-Job-0hHmU

https://community.talend.com/s/article/tMap-expression-syntax-TCiHW

Builder.

Best regards

Sabrina