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

Allow windows users to pass \t to use as a tab delimiter #44

Merged
merged 1 commit into from
Jun 3, 2018

Conversation

toneill818
Copy link

If you run pgfutter in windows powershell you cannot pass in "`t" or "$Tab" to the delimiter option for csv imports. With this pull request it now interprets "\t" as a tab character. If the delimiter is not a tab but "\t" you would need to pass in --skip-parse-delimiter. This should solve issue #37.

… allows windows users to pass in \t and have it read as a tab delimiter. If the acutal delimiter is \t then they would need to pass in the skip-parse-delimiter
@lukasmartinelli lukasmartinelli merged commit 9840b30 into lukasmartinelli:master Jun 3, 2018
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

Successfully merging this pull request may close these issues.

3 participants