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

Do we have a configuration or workaround to bypass escape character while reading files using CSV filter #662

Open
utkarshnehete opened this issue Aug 27, 2024 · 0 comments
Labels
question Further information is requested

Comments

@utkarshnehete
Copy link

Hi,

We are using CSV filter for parsing large number of files.

The system providing the files to use for ingestion does guarantee that delimiter needs not be escaped. However, it does not guarantee that there will not be any specific special character before delimiter. Thus files are getting incorrectly parsed even when we use different escape character like \ or $ or % etc.
Do we have any configuration or workaround to bypass escape character(Not treating any character as special character) while while parsing file and just parse the data basis delimiter.

@utkarshnehete utkarshnehete added the question Further information is requested label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant