how to import data either via CSV, JSON or Spreadsheet
I need a way to input data from a CSV/EXCEL spreadsheet into Adobe Photoshop JavaScript scripts. It can be either from EXCEL or an HTML TABLE web application.
I cannot find a decent snippet of code that imports data from a CSV.
I cannot find a spreadsheet application that converts a spreadsheet data into JSON.
if i could find a way to import data properly from an external source such as a JSON file or CSV file then that would be great. The only issue i am having with JSON is that there arent any good "spreadsheet" type of programs that will export as JSON.
Could someone recommend me the best solution for this (least cumbersome)
