Revision 69101a0a
Von Cem Aydin vor mehr als 2 Jahren hinzugefügt
scripts/csv-import-from-shell.sh | ||
---|---|---|
127 | 127 |
-X 'POST' \ |
128 | 128 |
-H 'Content-Type:multipart/form-data' \ |
129 | 129 |
--silent --insecure \ |
130 |
-F 'action=CsvImport/dispatch' \
|
|
130 |
-F 'action=CsvImport/import' \
|
|
131 | 131 |
-F "${action}=1" \ |
132 | 132 |
-F 'escape_char=quote' \ |
133 | 133 |
-F 'profile.type=parts' \ |
Auch abrufbar als: Unified diff
CSV Import Shell Script parameter korrigiert