Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to read CSV response File using script?
I have created a SChedule script in 1.0 that creates the CSV Import Task and gets the task ID, that we are storing in a custom record.
Using the taskid, we are creating a dynamic URL same as "https://<ACCOUNT_ID>.app.netsuite.com/app/setup/upload/csv/uploadlogcsv.nl?wqid=<TASK_ID>" and saving that URL in the custom record.
On click of that link, we are able to save the CSV response file in local.
But when I am trying read the file using script using https.get(), I am getting response body as NetSUite Login Page.
I tried using Authorization(by the help of Suite Answer ID 69945) in https.get() also, but still no luck.