File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -230,20 +230,21 @@ databusclient deploy \
230230 --license https://dalicc.net/licenselibrary/Apache-2.0 \
231231 --apikey " API-KEY"
232232```
233- Metadata file structure:
233+ Metadata file structure (file_format and compression are optional) :
234234``` json
235235[
236236 {
237- "filename" : " example.ttl" ,
238237 "checksum" : " 0929436d44bba110fc7578c138ed770ae9f548e195d19c2f00d813cca24b9f39" ,
239238 "size" : 12345 ,
240- "url" : " https://cloud.example.com/remote.php/webdav/datasets/mydataset/example.ttl"
239+ "url" : " https://cloud.example.com/remote.php/webdav/datasets/mydataset/example.ttl" ,
240+ "file_format" : " ttl"
241241 },
242242 {
243- "filename" : " example.csv.gz" ,
244243 "checksum" : " 2238acdd7cf6bc8d9c9963a9f6014051c754bf8a04aacc5cb10448e2da72c537" ,
245244 "size" : 54321 ,
246- "url" : " https://cloud.example.com/remote.php/webdav/datasets/mydataset/example.csv.gz"
245+ "url" : " https://cloud.example.com/remote.php/webdav/datasets/mydataset/example.csv.gz" ,
246+ "file_format" : " csv" ,
247+ "compression" : " gz"
247248 }
248249]
249250
You can’t perform that action at this time.
0 commit comments