Does anyone have any experience with Scheduled CSV imports?
b
battk
06/12/2020, 4:14 AM
you might want to be more specific. At best I can say that a scheduled csv import is something you can implement using N/task and a scheduled script
s
Shel Singh
06/12/2020, 5:00 AM
I am trying to schedule a import at a certain time to change files…I would like the instructions on how to use the N/tasks and the scheduled script. If you can give me the script i can figure it out from there
b
battk
06/12/2020, 5:22 AM
Use a scheduled script to handle the scheduling, use a CSVImportTask to start the csv import process. keep in mind that you will probably need some sort of logic to get the files needed for the task into the file cabinet.
💯 1
s
Shel Singh
06/17/2020, 4:17 AM
Is there a way we can schedule a zoom or phone call to go over this please? I can pay you for your time
b
battk
06/17/2020, 4:29 AM
Ill pass on the phone or zoom, thats potentially more work than i am willing to do
battk
06/17/2020, 4:30 AM
Im not really sure where you are stuck, but i suspect you need to experiment with the csv import task