Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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