mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
Merge pull request #176 from yanns/patch-1
do not use echo that espaces newline
This commit is contained in:
commit
374c2782ad
@ -30,7 +30,7 @@ All of that on a 39$/month machine with 4cores.
|
|||||||
You can feed the engine with your CSV (comma-seperated, yes) data like this:
|
You can feed the engine with your CSV (comma-seperated, yes) data like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "name,age\nhello,32\nkiki,24\n" | http POST 127.0.0.1:9700/documents content-type:text/csv
|
printf "name,age\nhello,32\nkiki,24\n" | http POST 127.0.0.1:9700/documents content-type:text/csv
|
||||||
```
|
```
|
||||||
|
|
||||||
Here ids will be automatically generated as UUID v4 if they doesn't exist in some or every documents.
|
Here ids will be automatically generated as UUID v4 if they doesn't exist in some or every documents.
|
||||||
|
Loading…
Reference in New Issue
Block a user