GitRetrieve
- 1 Minute to read
- Print
- DarkLight
- PDF
GitRetrieve
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Download public git file to DataJet server
{
"method": "GitRetrieve",
"source": "https://raw.githubusercontent.com....data.csv",
"destination": "%DATAPATH%MyProject/data.csv",
"project": "MyProject"
}
From Core version 4.2.14.1 the key skipExisting has been added. The file will not be downloaded if the destination file already exists
{ "skipExisting" : true}
Was this article helpful?