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

Consider CleverCSV style parsing to determine the CSV dialect #105

Open
jimhester opened this issue May 13, 2019 · 1 comment
Open

Consider CleverCSV style parsing to determine the CSV dialect #105

jimhester opened this issue May 13, 2019 · 1 comment
Labels
feature a feature request or enhancement

Comments

@jimhester
Copy link
Collaborator

This would likely give us better delimiter guessing results than the current method, and also let us guess things like the quote and escapes used.

The main cost would be implementation time and how much data is needs to be read for it to work well.

@jimhester jimhester added the feature a feature request or enhancement label May 13, 2019
@ws-garcia
Copy link

In order to overcome the amount of data needed to determine CSV dialects a method like this can be implemented. The methodology shows great accuracy reading only ten records from a CSV file.

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

No branches or pull requests

2 participants