What are those CSV files used for? What software application do I use to open them/use them. I'm running Debian "Sarge" GNU/Linux.
I believe the "CSV" stands for "comma separated values"... It is exactly what it says... A list of data separated by commas and is used to log or hold database information. Its pretty standard and can be opened or imported by most any database application such as Excel, Office mentioned by Dadasays above.... Of course they can also be opened in notepad or word to create or edit manually....
Right, they are mostly a text file that you can open and parse yourself -- but it looks more computer-friendly than person-friendly. I'm a geek though, so I actually read the CSVs in Notepad But when I want to sort my data, I throw it into Excel.