Database Access [message #205] |
Fri, 04 November 2016 16:39 |
sawildman
Messages: 1 Registered: November 2016 Location: University of Wisconsin
|
Junior Member |
|
|
I would like to use the "Retrieve Data from Custom URL" feature to access an in-house database that is significantly more complicated than the examples.
I currently access this database with a bash script that involves
1. Setting an access key
2. Calling curl to initiate the data export
3. Waiting for the export to finish (calling curl to monitor progress)
4. Calling curl to actually retrieve the data export
Each of these curl calls requires the access key to be included
Is there a way to set all of this into a DataWarrior macro, or to use a macro to call my bash script?
Scott
|
|
|