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

Bugs importing text columns containing commas or newlines, added MysqlLogger #7

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

acoulson2000
Copy link

I ran into some major bugs when importing CSV files that contain commas or newlines in text columns - the existing parsing just did simple splitting on commas and newlines and did not take into account the totally valid possibility that such character might exist between quotes in text columns. I also added a MysqlLogger implementation, since I needed a persistent import audit trail.

I created a version V0.1.4 that addresses these issues.

…newlines in text columns, add a MysqlLogger Logger implementation.
@acoulson2000
Copy link
Author

Hopefully you guys are still following this project and will merger this in - it probably slows parsing down, but makes for MUCH more reliable imports.

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.

1 participant