Skip to content

configurable escapechar for csv reader #55

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

Conversation

jvanmalder
Copy link
Contributor

I needed more flexibility on the CSV reader, so I added another configuration option for the escapechar parameter.
Any feedback welcome, i.e. on the chosen short flag character or on the help text.

Copy link
Contributor

@jeffreylovitz jeffreylovitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @jvanmalder!

I have no objections to this PR as it's written; I think the flag and text are both fine.

There should probably be a corresponding test case that checks for both a custom escape character and no escape character, but I won't block the PR on that account.

@jeffreylovitz jeffreylovitz merged commit c6adc6b into RedisGraph:master Mar 2, 2021
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