Get status back from csv file if the loading is complete or not in windows

Started by pt5177, September 18, 2020, 10:50:14 AM

Previous topic - Next topic

pt5177

Hello Everyone,

Am very new to this windows batch script, so please help me ,

Is there any way we can get the file status is successfully downloaded for today date or not.
If yes downloaded successfully give out some status is completed or done.
else give error message if failed to downloaded. we have more then 50 files daily.

Note - csv file is very large. millions of record. we importing data from salesforce data laoder. For that we have windows batch script.

JTaylor

What would constitute a successful download?   A file with certain name?   A certain date?   Over a certain size?    Something else?   Is the script doing the downloading the same one determining success?   etc.


Jim

ChuckC

What software/program is responsible for performing the download of the CSV file?

Whatever performed the download is responsible for determining if it completed the download successfully or encountered an error.

stanl

Quote from: ChuckC on September 18, 2020, 01:00:09 PM
What software/program is responsible for performing the download of the CSV file?



I'd like to know that. I have SalesForce reports and the download cannot be automated (that I know of), everything is manual to .csv file.