Small update to anthology script
This commit is contained in:
@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user