WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: pt5177 on September 18, 2020, 10:50:14 AM

Title: Get status back from csv file if the loading is complete or not in windows
Post by: pt5177 on September 18, 2020, 10:50:14 AM
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.
Title: Re: Get status back from csv file if the loading is complete or not in windows
Post by: JTaylor on September 18, 2020, 12:44:01 PM
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
Title: Re: Get status back from csv file if the loading is complete or not in windows
Post by: ChuckC on September 18, 2020, 01:00:09 PM
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.
Title: Re: Get status back from csv file if the loading is complete or not in windows
Post by: stanl on September 18, 2020, 02:10:16 PM
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.