Replies: 1 comment
-
There is a config option You could write a customer converter to write spaces or zeros. This converter would also detect this when reading back in too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I could not figure it out
when i am writing into csv file with delimiter semi colon ;, .
presently my files looks like below
DE;0;;" ";;;;;;;"000757000000 ";"KERKER ";
I want to achieve something like below with no quotes around the strings and
DE;0;00000; ;000000;00000;00000;00000;00000;00000;000757000000 ;KERKER ;
Any help would be greatly appreciated.
Thank you so much in advance.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions