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

Possibility to specify characters to ignore while reading the file #7

Closed
florianheller opened this issue Oct 14, 2016 · 3 comments · Fixed by #8
Closed

Possibility to specify characters to ignore while reading the file #7

florianheller opened this issue Oct 14, 2016 · 3 comments · Fixed by #8
Assignees

Comments

@florianheller
Copy link

Sometimes, CSV files are formatted in a way that they stay well human readable, for example with a delimiter character followed by a tabstop.
Would it be possible to integrate a functionality to ignore, for example, all \t in the input stream?
I know that I can preprocess my CSV files to achieve the same, but this cannot always be ensured for other users of the software.

@yaslab
Copy link
Owner

yaslab commented Oct 16, 2016

Thank you for posting the issue!
I will try to add function to trim the whitespaces.

@yaslab
Copy link
Owner

yaslab commented Oct 16, 2016

Additional function has been completed. I will release the version 1.1.0 soon.

@yaslab yaslab closed this as completed in #8 Oct 16, 2016
@florianheller
Copy link
Author

Perfect, thank you very much!

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

Successfully merging a pull request may close this issue.

2 participants