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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

Substring in Talend

22.33.442.555.0

 

Please help me to get each value separated which is separated by dot 

 

ip1 = 22

ip2 = 33 

ip3 = 442

ip 4 = 555

Labels (2)
10 Replies
Anonymous
Not applicable

You are working with an int. An int's max size is 4 bytes or 32 bits. This equates to a range of −2,147,483,648 to 2,147,483,647. This is why your number is wrong. You should probably work with BigDecimals to work with calculations this big.