Our "state of the art" Bull mainframe does not accept uploads of Excel data. To upload files, I currently change each cell to fixed length, then append all the cells (using "&") into one cell. A copy and paste/values of that last worksheet can be saved as a text file and uploaded.
I now have a file with 50 some odd columns (including many blank cells) and 50,000 records. I'd prefer not to use my tried and true method. The resulting file will be HUGE until I do the final saveas, and with all those columns it is real possible to make an error. Also, converting blanks to text has its own set of problems.
Is there a solution to easily defining the field length for each column and then creating a fixed length record for uploading? I presume I could do this by passing the file through ACCESS, but I am not that comfortable with ACCESS and am looking for an Excel solution.
Thanks
I now have a file with 50 some odd columns (including many blank cells) and 50,000 records. I'd prefer not to use my tried and true method. The resulting file will be HUGE until I do the final saveas, and with all those columns it is real possible to make an error. Also, converting blanks to text has its own set of problems.
Is there a solution to easily defining the field length for each column and then creating a fixed length record for uploading? I presume I could do this by passing the file through ACCESS, but I am not that comfortable with ACCESS and am looking for an Excel solution.
Thanks