problem with LoadText
why when I try to load a particular, very short CSV file (100 bytes) I get this error on application log ?
Execution error in service script [testscript] :: Input length = 3
with other files it's OK
why when I try to load a particular, very short CSV file (100 bytes) I get this error on application log ?
Execution error in service script [testscript] :: Input length = 3
with other files it's OK
I found that the problem was due to letter "à" (ascii exdended) on the csv text file, and that file was not saves with UTF-8 encoding but ANSI
Note that this happen with TWX 9.6 , in the past I was using TWX 8.5 and it was working fine
Now by saving the csv file with UTF-8 encoding, even with the "à" letter, it loads fine with LoadText
Problem solved
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.