./services start
Usage
curl -L -X POST 'localhost:3000/csv' \
-F 'file=@"/path/to/csv-file.csv"'
curl -L -X POST 'localhost:3000/excel' \
-F 'file=@"/path/to/excel-file.xlsx"'
Or use the associated Postman file over the sample data.
./services start
Usage
curl -L -X POST 'localhost:3000/csv' \
-F 'file=@"/path/to/csv-file.csv"'
curl -L -X POST 'localhost:3000/excel' \
-F 'file=@"/path/to/excel-file.xlsx"'
Or use the associated Postman file over the sample data.