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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

A case on talend for data integration

Dear folks

 i have an id column that value are 1, 01, 001. if i want to move data into database than how can i achieve 001, 001, 001.

 

kindly share your valuable information. 

Labels (2)
2 Replies
TRF
Champion II
Champion II

So I suppose Id is String datatype else you cannot have leading 0.
Try this:
(1000 + row1.id).substring(1)
vboppudi
Partner - Creator III
Partner - Creator III

Hi,

Please try below.

0683p000009Lwyo.png0683p000009Lx1t.png

Regards,