top of page

What is a CSV file?


CSV (Comma Separated Values) is a file format that is widely accepted when importing data into a variety of different applications. It can be read by any text editor although should be opened in a spreadsheet for formatting and analysis.

A typical CSV file contains one line of headings followed by a separate line for each item of data, for example:

“Date”, “Description”, “Debit”, “Credit”, “Balance”

“10 January 2013”, “Transfer to XXX”, “10.00”, “”, “990.00”

“12 January 2013”, “Transfer to YYY”, “800.00”, “”, “100.00”

Recent Posts

See All

Improving Excel with Python (May 2022)

Revisited starter script from January 2021: Split Excel file into separate files Excel is essential, and Python is the future - forcing ourselves to practice the latter by automating some of the commo

Message us or

Call us on +44 (0)20 3287 8283

Mon to Fri: 8am-8pm

Weekends: 10am-6pm

bottom of page