Open kerberosmansour opened 7 years ago
Will get round to making it take a csv and convert it to an object array...
It can take JSON data files for now. I found the simplest way to do this was with XMLHttpRequest() and using the var window.techList (global var) to get the parsed data out and available to all the functions - but I'm working on ways to tie down and restrict the variables more.. Not sure how to get it to take CSVs yet - I'm working on an OSX with iWork spreadsheets - which I can export as csv's - they are comma separated but with no line endings - haven't found a js solution yet - will work on it..
As a user of the appsec radar I want updating the radar contents be as simple as updating a csv spreadsheet. However since some developers might also want to be able to auto-populate content via api, it should also be able to accept json (which it currently does) .