From 237b6795c6a12d3fe20458e6de148b59b7ba5ef2 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 9 Jan 2024 18:08:51 -0500 Subject: [PATCH] Small update to anthology script --- Scripts/GAS_GS/AnthologyCSV-Parse/parseCSV.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = {};