csv format

CSV or Comma Separated Values, are files used by various software applications to export or import tabular data. The comma separated part comes in because the columns of each are separated using commas. The CSV format is very popular because many applications (online or offline) use this type of format to import or/and export CSV files.

Continued »