RE: CSV Import from Restlet – Get Results of the import?
I built an external system that allows users to perform CSV imports via a more simple UI that reduces the potential for damage done by bad imports. I can trigger the CSV import and get the status of it, but all I can return is whether it has run or not. I want to be able to send back data to my external system that tells the user the details of their import such as how many rows imported and how many didn’t, maybe even the CSV Response file found on the Job Status page. It’s proving to be difficult and maybe not possible. The only solution I can think of it to use Python to read the Job Status page and get the CSV Response file through a separate process.
Could you please provide a few more details about what the external system is doing in NetSuite and how it is doing so?