kingjr3 said:By what do you mean legible?
TextEdit or TextWrangler will open it fine.
Microsoft Excel will open it as a spreadsheet.
What are you looking to do with it? 😕
tobefirst said:I thought about this for a minute....
Would it work to take the CSV file, open it up even though it has all the commas, and just do a "Find and Replace" with returns in place of commas? Would that solve the problem?
alexf said:Ideally, I think I will need to have the client get me the data in some other format than CSV (e.g. Excel). If I am not mistaken, CSV is really meant to be plugged into a database, right?
mkrishnan said:Wait... if you're comfortable with an excel file, why don't you open the CSV in Excel? Excel will handle this format very easily. I think CSVs are commonly used to interchange information both in databasing and spreadsheeting... usually they work for sort of two-dimensional records. So it isn't really a "database" format, at least not in the relational or object-oriented database sense.
Then it isn't a csv file like any I've run into it.alexf said:No, Excel will not open the file...
I need to open a CSV file in OS 10.4 and cannot find an application which will display the data in a legible format. CSV is now one of (or perhaps THE) most common database formats out there, so I am not sure why this is so difficult.
Any suggestions? 😕