Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow csv's to be flexible #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

WhosLogan
Copy link

By default, the csv crate doesn't allow records to have a different number of fields, this can cause the importer to error out when data is inconsistent.

This PR changes that by utilizing the csv crates "flexible" feature to bypass the aforementioned restriction.

@Kerollmops
Copy link
Member

Kerollmops commented Aug 17, 2024

Hey @WhosLogan 👋

Thank you for the contribution, but there is something that I don't get: Meilisearch uses the CSV crate and is not flexible, either. This PR doesn't seem to be compatible with the way Meilisearch works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants