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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

cannot convert from byte to Integer

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. 

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

   You can use tConvertType component to do all data conversion tasks. For example, the below flow has byte input and integer output.

0683p000009M66N.png

 

You will have to make the change inside tConvertType as shown below.

0683p000009M65V.png

 

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 🙂

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

   You can use tConvertType component to do all data conversion tasks. For example, the below flow has byte input and integer output.

0683p000009M66N.png

 

You will have to make the change inside tConvertType as shown below.

0683p000009M65V.png

 

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 🙂

Anonymous
Not applicable
Author

Thank you for your help. Highly appreciated! Problem solved.