You pull a file object and write it to the file cabinet no?
s
screnshaw
06/15/2018, 5:47 PM
Nah. I'll pull the csv file via sftp and loop through to create a bunch of records from it.
the thing i'm trying to avoid is pulling the same file twice. However, if I pull the file and save it, then I may be able to compare. If they are the exact same, then I could ignore it
a
alien4u
06/15/2018, 6:05 PM
Keep a txt file on the SFTP, that would allow you multiple thing..
- Different File Names
- You could have MD5 Sum of each file.