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

Add support for CSV escape character to EntityDataLoaderImpl #642

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

Conversation

puru-khedre
Copy link

fixes: #641

Add CSV escape character support to EntityDataLoaderImpl

  • Introduced the csvEscapeChar property to define the escape character used in CSV parsing.
  • Updated CSV parsing configuration to use the defined escape character.

This change allows for handling escape sequences in CSV files, dealing with special characters within quoted fields.

@acetousk
Copy link
Member

I think the backwards compatibility of this change is fine, and this is worth merging as is

@puru-khedre
Copy link
Author

Hi @acetousk,

Are we waiting for someone else's approval to merge this PR, or is there another issue?

The method we are using for CSV parsing has been deprecated, so I am planning to fix it next.

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

Successfully merging this pull request may close these issues.

Issue with CSV Parsing for Embedded Quotes Using EntityDataLoader
2 participants