Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am using a tFileInputDelimited to read a csv-file, but with a tLogRow I can see certain signs are not read correctly. For example currency signs as well as quotes. I saw you can change the encoding of the input, but that doesn't solve the problem.
Does anyone know how this can be solved?
Sure!
cause if Cp1252 doesn't work for ANSi, i have to find the specific one ENCODING
I hope you can find it
here the result with cp1252 :
currency is ok
there is special char that are not double quote but Modifier Letter Double Apostrophe
I don't know why but I cannot manage to see the currency with cp1252 as I said earlier. Any idea what the reason could be?
you can try to add
-Dfile.encoding=UTF8
in your jvm parameters :
Run Tab -->Advanced sttings --> use specific JVM arguments --> new
Unfortunately the same results...
Hi ,your file is encoded in windows- 1250 , so it's "Cp1250"
Somehow I fixed it with CP1252. tLogRow doesn't show what I want to see, but when I write it to a database or tFileOutput everything seems to be OK.
Anyway, thanks for your help
Hi, i'm happy you succeed !
if one of my answer set you on the right path please select it as the best answer.
Send me Love and Kudos