I want to read a csv file stored locally on my machine, and assign each value to a javascript variable.
- The number of values/variables is known (less than 30) and can be hardcoded
- I plan to use these vars to set some parameters
- (edit) JQuery is allowed
How do I go about doing this in JS?