Skip to content
Snippets Groups Projects
Commit a462db3b authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor(batchmode): update docu

parent af4b1bfc
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ Currently, the import of CSV is supported. Follow the schema below, setting up y
````csv
destinationId, serviceName, leikaKey, data, dataType, attachments
1b7d1a24-a6c8-4050-bb71-ae3749ec432f, Test1, urn:de:fim:leika:leistung:99400048079000, /path/to/data/data.json, "JSON", "path/to/attachment/report1.pdf, path/to/attachment/report2.pdf"
1b7d1a24-a6c8-4050-bb71-ae3749ec432d, Test2, urn:de:fim:leika:leistung:99400048079000, /path/to/data/data2.xml, "XML", "path/to/attachment/report.pdf"
1b7d1a24-a6c8-4050-bb71-ae3749ec432f, Test1, "urn:de:fim:leika:leistung:99400048079000", /path/to/data/data.json, "JSON", "path/to/attachment/report1.pdf, path/to/attachment/report2.pdf"
1b7d1a24-a6c8-4050-bb71-ae3749ec432d, Test2, "urn:de:fim:leika:leistung:99400048079000", /path/to/data/data2.xml, "XML", "path/to/attachment/report.pdf"
````
> Windows paths: escape windows paths with `\\`, e.g. `C:\\path\\to\\file\\file.txt` !
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment