Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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.
0