Parse a CSV file into JSON

InstructorTaylor Bell

Share this video with your friends

Send Tweet

The humble CSV file is a common way to store tabular data. Some people love using software like Excel or Google Sheets to manipulate CSV files, but I prefer to use JavaScript.

In this lesson, we will read a CSV file and parse it as JSON.