I created a batch file to automatically export data from Salesforce using dataloader.
Right now the extraction path is in the local drive then I have to manually upload all to our sharepoint site.
<entry key="dataAccess.name" value="C:\Users\Name\Sample Folder\Sample File.csv"/>
I tried changing the path above to the link but the process throws an error.
Any ideas on how to achieve this?
Thank you!