Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm using talend open studio DI 6.2 version. My job is simple, tfileinputdelimited-->tmap-->tfileoutputdelimited. The column names(10 columns) in input .csv file is in japanese, i manually translated the column names form input .csv to english and executed the job. This is a daily job. All the column names in source will be in japanese. Whether there is another way to translate the japanese language column names to english language in an automated manner. I tried to add the japanese language column name in talend, but it is throwing a error.
Hi,
No, you have to translate by yourself to create a schema where field names are complient with Java namming rules.
Regards,
TRF
Do the column names vary, or are they the same on every file?
Hi,
As far as i see if i need to convert a japanese language(only header in csv file) to english i need to import a jar file for translating. And need to call the jar file in tjava which needs to be converted in offline.
So under which location the jar file needs to be copied in talend open studio.