Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
decimal("\x01", maximum_length=102, sign_reserved) column_name /*NUMBER NOT NULL*/;
Ho to design that sign reserved in talend
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