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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
desanip
Contributor
Contributor

Add \\ to a column value in tmap

Hello Talendians,

I have a input column product from my source that is of int type, however when i load into my target i want add \\ to the end of it.

Lets say my input is 10, i want my output to be 10\\. How do i achieve this in talend?

 

I have been using the following expression so far: String.valueOf(row1.coumn)

Please suggest?

Labels (4)
1 Reply
billimmer
Creator III
Creator III

String.valueOf(row1.coumn) + "\\\\"