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

Q: Is there an option to turn off escape char if whole string is not quoted? #44

Closed
KES777 opened this issue Feb 11, 2020 · 1 comment
Closed

Comments

@KES777
Copy link

KES777 commented Feb 11, 2020

Hi. I have bank statements from different banks. One send correct CSV, but other not:

"АТ ""ОТП БАНК""";nextvalue

АТ КБ "ПРИВАТБАНК";nextvalue

I doubt that they will change something. So I ask about an option which will allow to not count " char at second line as escape char if cell value is not quoted.

@charsbar
Copy link
Collaborator

allow_loose_quotes, maybe? (cf. https://metacpan.org/pod/Text::CSV_XS#allow_loose_quotes )

If this doesn't work for you, and if you are really sure there's nothing that helps you after you read the manual, could you please ask H.Merijn Brand, the maintainer of Text::CSV_XS for help? Text::CSV is just a wrapper of it.

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

No branches or pull requests

2 participants