You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Add support for passing csvDelimiter query parameter to the PUT and POST/indexes/:indexUid/documents with content-type text/csv (example of the real method names: updateDocuments, addDocuments).
Also, a new error code is introduced, invalid_document_csv_delimiter. Pay attention to the strongly typed languages.
TODO:
Add the new argument to the csv document handler methods.
Add tests
The text was updated successfully, but these errors were encountered:
295: Support for custom csv delimiter r=brunoocasali a=ahmednfwela
# Pull Request
## Related issue
Fixes#292
## What does this PR do?
- Adds csvDelimiter parameter to `addDocumentsCsv`, `addDocumentsCsvInBatches`, `updateDocumentsCsv`, `updateDocumentsCsvInBatches`
- Adds tests
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
cc `@brunoocasali`
Co-authored-by: Ahmed Fwela <ahmednfwela@bdaya-dev.com>
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#251
Related to:
Add support for passing
csvDelimiter
query parameter to thePUT
andPOST
/indexes/:indexUid/documents
with content-typetext/csv
(example of the real method names:updateDocuments
,addDocuments
).Also, a new
error code
is introduced,invalid_document_csv_delimiter
. Pay attention to the strongly typed languages.TODO:
The text was updated successfully, but these errors were encountered: