CSV Import and Export
What is a CSV file?
A CSV file is a text file that contains Comma Separated Values, which basically means that it stores differnet bits of information, each bit separted by a comma.
CSV files are a standard way of moving data back and forth between different applications. You do not need any special software to open or read a CSV file. (Windows users: Microsoft Excel will generally be the default program to open a CSV file unless you specify a different application.
[ return to the main FAQ page ]