NElliott
09/04/2020, 8:33 AMChris Corcoran
09/04/2020, 12:12 PMChris Corcoran
09/04/2020, 12:12 PMNElliott
09/04/2020, 12:38 PMjarens
09/04/2020, 12:48 PMSandii
09/04/2020, 12:52 PMjarens
09/04/2020, 12:58 PMjarens
09/04/2020, 1:11 PMeminero
09/04/2020, 1:59 PMeminero
09/04/2020, 1:59 PM//Create Excel file
var xmlStringEncoded = encode.convert({
string: xmlString,
inputEncoding: encode.Encoding.UTF_8,
outputEncoding: encode.Encoding.BASE_64
});
var excelFile = file.create({
name: ScriptVariables.CSV_FILE_NAME,
fileType: file.Type.EXCEL,
contents: xmlStringEncoded
});
eminero
09/04/2020, 2:02 PMNElliott
09/04/2020, 2:09 PMeminero
09/04/2020, 2:12 PMNElliott
09/04/2020, 2:21 PMeminero
09/04/2020, 2:28 PMNElliott
09/04/2020, 2:43 PMrustyshackles
09/04/2020, 10:03 PM