I actually tried it initially with the system default setting. The first character is still truncated and in addition the french character “é” is broken as you can see the result below, an even less ideal situation :
Hey @prasath17@florent.mathey,
Can you please help us replicate this issue? We want to provide a fix but we can not replicate the behaviour in dev environment.
Can you share a project (including workflows) where this issue replicates?
Also:
What OS are you using?
What language pack are you using?
What version of the system package are you using?
What Studio version are you using?
What folder path are you using as the target for compressing?
I had the same problem but its working now. Dunno if there was any update from the time the problem was inicially reported and now. From what i can understand, you have to pass the full path that the file has.
ex: c:\desktop\test\test.xlsx
i wasnt doing that. i was doing something like this:
c:\desktop\test\test.xlsx|test1.xlsx and so on. instead of:
c:\desktop\test\test.xlsx|c:\desktop\test\test1.xlsx|c:\desktop\test\test2.xlsx and so on.
After i made the necessary adjustments, it started working.
Removing the extra " \ " at the end of the input file path should resolve your side. if you are passing it as an argument check the file path how it’s getting passed in arguments and change it accordingly.