Hello everybody - and thanks for fast reply.
Well, I have the following need: Once a month I receive a text file with the following content (per line/line content with fixed lenght but different values):
00000035412012013100000000000000000120120131000000000 00000000000000000000000000+0000000002012010000000000200000000000171753-00000000000000000+00000000000000000+00000000000171753-000000000000000000000000000000000000000000+00000000000000000+00000000000000000+00000000000000000+00000000000000000000000LOHN/01 LG 000000000000000000000000000000000000000000000000000+000000000000000000000000000000+000000000000000000000000 0000000000000000000000 0*
This is only one line with 480 digits. I do have to cut the line(s) into certain slices (with different lenght) and write it to a text file (example .csv) with ";" as separator.
That way it will look like that: 000000;354120120131; ... and so on.
How can I do so?
Thanks a lot for your help!
Regards
SAM