The CSV format, which stands for 'Comma-Separated Values,' enables users to store data in a tabular format. This format is particularly useful when managing large databases. CSV files can be generated using tools like Microsoft Excel, OpenOffice Calc, Google Sheets (or Google Spreadsheets), and Notepad.
Steps
On Microsoft Excel, OpenOffice Calc, and Google Sheets

Open a new spreadsheet in Microsoft Excel, OpenOffice Calc, or Google Sheets.
- If you intend to convert an existing spreadsheet into CSV format, proceed to step #4.

Enter the titles or field names into the cells in the first row at the top of the spreadsheet. For example, for the items you're selling, input 'Item Name' into cell A1, 'Item Price' into cell B1, 'Item Description' into cell C1, and so on.

Input the necessary data into the spreadsheet beneath each column. Following the example from step #2, enter the item name into cell A2, the price in cell B2, and the description of those items in cell C2.

Click on 'File' and choose 'Save As' once you've entered all the data into the spreadsheet. In Google Sheets, this option will be 'File > Download as'.

Select 'CSV' from the drop-down menu under 'Save as type'.

Give your CSV file a name, then click 'Save'. Now you've created a CSV file, and from here on, commas will automatically be added to separate each field in the file.
In Notepad

Launch Notepad and enter the field names separated by commas in the first row. For example, when entering data for the items you're selling, type it like this in the first row: “name,price,description”. Be sure there are no spaces between the items.

Fill in the second row with data in the same format as the field names in the first row. Following the example from step #1, input the actual item name, followed by its price and description. For example, if you're selling a baseball, the entry would be “baseball,100000,sport”.

Continue entering item data on each subsequent line. If any field is left blank, ensure you still include the comma so that the remaining fields are not lost.

Click “File” and choose “Save.””

Enter a name for the file and select “.csv” from the dropdown format menu.

Click “Save.” You have now successfully created a CSV file in Notepad.
