CSV entries for target zone settings rather than settings.json #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be easier for people to input target zones in a CSV file in Excel than in a JSON file.
JSON is touchy.
The easiest way might be to split this off into a separate JSON file. Leave other settings in settings.json, but build a new targets.json file that is created from CSV using something like http://www.mybelovedphp.com/2013/10/16/converting-csv-to-json-with-php/.
That way we don't have different types of information in the same JSON file.
This will help me test: http://www.convertcsv.com/csv-to-json.htm
Structure will be different in JSON, hopefully won't result in too many changes.