CSV (Comma Separated Values) files are the best way for storing data in tabular form. The CSV files are mostly used for data import and export and at the time of backing up huge records of data.
CSV files store tabular data with each line of a csv file corresponding to one row of the table [...]