Making a JSON file
Copy data from browser (use IE) and paste into Excel.
I needed to insert a partial column I needed to insert a partial column. Right click and choose Shift cells right.
Insert columns before, after and between all fields Insert columns before, after and between all fields. Try to enter JSON style text.
Copy text down column and delete header row (if there is one).
Click on File/Save As … name the file and choose csv as type
OK and Yes
Close Excel and open file with notepad
Make a series of replacements
Add code at top to make it an object which in turn is an array of objects
Test in a JSON Validator
Edit until valid. Quotes in data are bad.
Repeat until vaild