Does anyone have a sample script that automaticall...
# suitescript
l
Does anyone have a sample script that automatically creates/imports a record based on a CSV file (maybe stored in the File Cabinet)? I just want to have a starting point? We have some records that we should regularly import but the native CSV import does not support.
d
Luis, I would suggest creating a Restlet for this and a python(Or your choice) client script to handle the importation
Depending on your licensing it can be significantly faster to import records this way
l
Thanks for the tip, @David Durst. I am actually a newbie when it comes to scripting, so I'm trying to start from the simplest one (I think).