JS CSV Reader:
A Coding Project

A javascript coding exercise. A program that reads a user CSV file and then displays the data formatted in the page.

Instructions

Press the "Browse" button to navigate to CSV on your system. The press the "Run Code" button and the javascript code will read your CSV file and display the data in a formated table. Assumptions are that the first line in the file are comma sperated header titles and that the file is populted with with an equal number of simple comma seperated values.

Read in your CSV File: