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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert string

Hii .! Pleaase guys i have a problem i have in my input numbers like that ==> 1,6 3,7.....
But i want to change it in my output like that ==> 1.6 3.7 ...... Pllllease someone help me

Labels (3)
4 Replies
TRF
Champion II
Champion II

row1.yourField.replaceAll(",", ".")
Anonymous
Not applicable
Author

Thank you for replaying ... But how can i change the type from string to
integere
Anonymous
Not applicable
Author

Hi,

 

    If you like Java coding, you can use Java data type conversion functions (you can get them from java forums). If you are more comfortable with Graphical user interface, you can use tConvertType component from Palette.

 

    Please refer the link below for properties and sample scenario.

 

https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/GDoeGgb~qKpyQ_84gB37WQ

 

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

TRF
Champion II
Champion II

Integer.parseInt(myString)
or
component tConvertType