We need to find a way to convert one excel file to txt ( if possible without editing it afterwards) .
The txt file should have fixed fields.
i.e : i f you display the file, all columns should be aligned.
1rst field should be from position 1, length 7 - NUMERIC
2d from position 8, length 30
3d from position 38, length 20
4th from position 58, length 8
5th from position 66, length 4
6th from position 70, length 32
.....
Most of the fields are text ( ex name, address....) except 2 columns.
I tried to save it as "prn" but do not get expected results.- have one extra blank character on the first field.
Does someone have an "easy" solution ?
Thanks in advance