Hi!
I have to automate CSV exports from our database each night and push them to a specific folder. Is it possible to do so with myDBR?
Thanks in advance for sharing knowledge!
Automating a CSV export and pushing it to a folder
(3 posts) (2 voices)-
-
You can script the CSV-export download with wget/curl and then copy the file to desired location. You can use HTTP Basic authentication with wget/curl.
--
myDBR Team -
Thanks for your answer
Reply
You must log in to post.