diff --git a/Scripts/GAS_GS/AnthologyCSV-Parse/parseCSV.js b/Scripts/GAS_GS/AnthologyCSV-Parse/parseCSV.js index fb9e0767..fa7c4847 100644 --- a/Scripts/GAS_GS/AnthologyCSV-Parse/parseCSV.js +++ b/Scripts/GAS_GS/AnthologyCSV-Parse/parseCSV.js @@ -36,6 +36,15 @@ function parseCSV(outdated_data, updated_data) { } + +// Output needs to be: +// { + // domain_to_update: { + // domain: 'gainsight.com', + // group_ids: ['uuid1', 'uuid2'] +// } +//} + function backup(outdated_mapping, updated_mapping) { //let domains_to_update = []; let domains_to_update = {};