Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sql input to postgresql output
How I convert the value from Byte to Integer on tMap?
I found out that from String to Integer on tMap I can use "Integer.parseInt(row1.nda)"
Thanks in advance for your help.
Hi,
You can use tConvertType component to do all data conversion tasks. For example, the below flow has byte input and integer output.
You will have to make the change inside tConvertType as shown below.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi,
You can use tConvertType component to do all data conversion tasks. For example, the below flow has byte input and integer output.
You will have to make the change inside tConvertType as shown below.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂