NetSuite SuiteScript 2.1 Demo - SuiteQL Task Map/Reduce Geocoder
HTML-код
- Опубликовано: 7 фев 2025
- Tutorial of writing a SuiteScript 2.1 script in TypeScript on Mac using WebStorm and SDF. In this example we learn how to use a SuiteQL Task to trigger a map/reduce script that geocodes our customer records.
This is gold! Thank you for sharing!!
What is the advantage of creating the csv when you could return the query in the getInput phase of the map/reduce script?
When there is a lot of data, it is nice to be able to see the data separately (in my opinion). Also, then if something goes wrong during the execution of the map/reduce the data is already there and can be easily re-processed
Here is a link to the code involved in this demo: github.com/headintheclouddev/hitc-suiteql-task-demo