How to Read Data From CSV File
CSV stands for a Comma Separated Value file format. This is a plain text format that is usually used to transfer records between databases. The records in CSV files consist of fields separated with a comma -- "May, 115.10," for example. Use any text editor such as Notepad included in Windows to read a CSV file. In addition Microsoft Excel directly supports this format.
Instructions
-
Using Microsoft Excel
-
1
Start Microsoft Excel.
-
2
Press the keys "Ctrl" and "O" to open the file browsing window.
-
-
3
Find a CSV file on your computer using the browsing window.
-
4
Double-click on the CSV file to read it in Excel; each record will be in a separate row in the Excel spreadsheet.
Using Windows Notepad
-
5
Click "Start" in Windows and expand "All Programs."
-
6
Open the folder "Accessories" and click on "Notepad" to start the text editor.
-
7
Click the menu "File" in Notepad and choose "Open" to bring up the browsing window.
-
8
Select "All Files" in the file type box and find a CSV file on your computer using the browsing window,
-
9
Double-click on the CSV file to read the text file content in Notepad.
-
1