Is it possible to change Arabic charcters to English by passing through a job in Talend???
We have some Arabic characters stored in our database and wish to change it to English characters by passing through Talend job.
We convert some *.csv files to SQL Database tables. Whenever, we convert .csv to SQL, the arab values changes to '?'.. ????? We made sure to set the tables to UTF8 collation as well as the Talend job is processed through code UTF-8.
Does anyone has an idea about it??