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

AbstractCsvIterator: add methods to get the original raw string values #2739

Open
martin-zemek opened this issue Apr 9, 2018 · 0 comments
Open
Assignees

Comments

@martin-zemek
Copy link
Contributor

CSV iterators can only return parsed values (according to the data types specified in the constructor options) but not the original raw string values.

(There are MIPs where the specifications require concrete error messages containing the original string value.)

@martin-zemek martin-zemek self-assigned this Apr 9, 2018
martin-zemek added a commit that referenced this issue Jun 22, 2018
sejvlond added a commit that referenced this issue Jun 22, 2018
…ods_to_get_raw_values

refs #2739 added methods to CSV iterator to get original raw values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant