CSV is just a text file with Comma Separated Values. If the file is a text file, you can use whatever means possible to insert the commas...
A sample portion of your file posted here might also help...
I believe you are confused, AIX is NOT a file type. AIX is the Unix variant created by IBM. Your question would be similar to "I have a Windows file that I need to convert into a CSV or XLS spreadsheet." Can you understand how it doesn't make sense?
To find out what the contents of a file are in AIX, simply use the "file" command. [blue]> file filename[/blue]
This will let you know if it is text, a directory, an executable, binary data, or a symbolic link (all of these are considered "files" in AIX).
Einstein47 (Starbase47.com) “PI is like love - simple, natural, irrational, endless, and very important“
If the file is alreayd seperated by any delimeter other than commas then you can easily do it through excel without worrying about how to do it in AIX (though it can be done through awk or sed commands in AIX)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.