Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an input file having 300+ columns in it. I have to convert all of my data to upper case. do we have any shortcut to do it. I am a beginner in Talend. Kindly help
Hi, wich type of file you have ? csv ?
if yes you can use tFileInputRaw, you convert the input to string then in a tjavarow or tmap you can use StringHandling.UPCASE(your string) then you write it with tFileOutputRaw.
Then you can read the new created file with everything in uppercase