Hi everyone.
I'm trying to move a file from a folder to another one.
Problem is that this file (plain text) contains only one field per row but this field contains more than 2000 chars.
When i get the result file, i only have the first 256 chars per row.
Is there any way to get the 2000 chars in destiny using XI ?
Regards,
Iñigo.
Hi everyone.
I've found the problem. everything in XI was fine.
problem was in the program that upload the files that only allow 256 chars per row.
I've changed it to string and now works.
Sorry.
Inigo.
Add a comment