Programming & Design
Question:
how to convert an Excel file or csv file to a fix lenhth ASCII file?
yjeannie
2006-02-22 06:11:46 UTC
How to convert an Excel file or CSV file or tab delimited text file to a fixed length ASCII file?
Thank you.
Four answers:
Tanaeem
2006-02-22 09:58:28 UTC
Open the Excel file using Office Excell and select File>saveas
and choose CSV or Tab delimited ASCII, the one you need.
?
2016-12-18 14:55:02 UTC
Convert Csv To Fixed Width
Popocatepetl
2006-02-22 16:46:53 UTC
You have to write a programm to do it, since Excell by it self is not capable of do the fix length by itself.
You can save as a CSV, and only code a program to read, and complete every column of every row, with the number required of spaces to make it fixed.
anonymous
2006-02-22 17:40:24 UTC
Export the file to SQL Server and do a Select, with the default fixed length, copy the result and you get what you want...
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...