-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
726: Custom csv delimiter r=curquiza a=jennweir # Pull Request ## Related issue Addresses #590 ## What does this PR do? - Includes csvDelimiter parameter in the addDocuments method - Includes csvDelimiter parameter in the updateDocuments method ### Issue #590 has two subtasks as listed below: - [x] Add the new argument to the csv document handler methods - [ ] Add tests - Tests are not included because there are some clarifications that we require to verify if the issue is already partially/completely implemented. After adding the csvDelimiter to each method, we researched adding a custom csv delimiter in Java and found no built-in support. Would this be best completed by utilizing an external library like OpenCSV? - This PR addresses the function parameter additions to support a custom csvDelimiter if necessary but does not adequately test the functionality of these additions. - It is unclear from the issue if this is already implemented, this would address the first subtask for #590 if the issue has not been implemented yet. ## 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! Co-authored-by: Anna <[email protected]> Co-authored-by: Jennifer Weir <[email protected]> Co-authored-by: Jennifer Weir <[email protected]>
- Loading branch information
Showing
2 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters