mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Fix the REAMD.md bash example
This commit is contained in:
parent
f204344102
commit
2f9af6a707
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```bash
|
||||
cat "name,age\nhello,32\nkiki,24\n" | http POST 127.0.0.1:9700/documents content-type:text/csv
|
||||
echo "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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue