Add CSV customization when adding documents (like delimiter) #541
curquiza
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
At that point it might even be better to parse the entire csv::readerbuilder from query arguments using serde for example, and this could maybe even apply to json, though there isn't much configurability to json (apart from maybe comments), but I do have to say that delimiters are very commonly something different from commas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following meilisearch/meilisearch#2806
Meilisearch accepts CSV dataset, but in a specific format. The users seem to need to customize the format rules of the CSV, like the delimiter
A first solution has been suggested in this PR: meilisearch/meilisearch#2803
Beta Was this translation helpful? Give feedback.
All reactions