Trying to import data from an Excel file that has many Order headers and Order lines. I need to convert it into a fixed length text file so I can import the information into our accounting system. Unfortunately the import is fixed width and dependent on the column position. I have it working with one problem I have the order header information in group header#1 were the first two columns start with "SO". I have the lines in the details section and each line starts with "SL". When I do the export to text everything is there except the lines always start in Column 2 instead of column 1.
Therefore the entire order line is off one position. I can manually delete the space in the text file and do the import but trying to resolve the issue. Any suggestions? Both the "SO" and "SL" fields are inserted text objects and not imported from the data file
Therefore the entire order line is off one position. I can manually delete the space in the text file and do the import but trying to resolve the issue. Any suggestions? Both the "SO" and "SL" fields are inserted text objects and not imported from the data file