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
David Durst
03/01/2022, 7:27 AM
Luis, I would suggest creating a Restlet for this and a python(Or your choice) client script to handle the importation
David Durst
03/01/2022, 7:28 AM
Depending on your licensing it can be significantly faster to import records this way
l
Luis
03/01/2022, 10:38 AM
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).