02-08-2022 12:18 AM
Hi Team,
I have a requirement where in I have to read the files from SFTP and write the files to Blob storage. This has to be done every 15 minutes. How can I ensure I am not writing any duplicate files to the blob?
Regards
Sindhu
Solved! Go to Solution.
02-15-2022 06:56 AM
Yes, you can achieve it with manipulating the file in sldb, but it is easier if you have an access to database.
You can create a file in sldb and append data to it once a file is processed.
BR,
Marjan
02-15-2022 06:56 AM
Yes, you can achieve it with manipulating the file in sldb, but it is easier if you have an access to database.
You can create a file in sldb and append data to it once a file is processed.
BR,
Marjan
02-15-2022 07:00 AM
Thank you. Will implement this if the requirement does not change.