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

Question on field and row terminators #59

Open
TheSaltyKorean opened this issue Jun 18, 2018 · 5 comments
Open

Question on field and row terminators #59

TheSaltyKorean opened this issue Jun 18, 2018 · 5 comments
Labels

Comments

@TheSaltyKorean
Copy link

Thoughts on the best way to ask the user for field and row terminators? The code I'm giving as examples for my users are in VB.Net and I'd rather convert than parse the different command line options they give

@j-maly
Copy link
Owner

j-maly commented Jul 12, 2018

I'm sorry I don't understand the question.

@TheSaltyKorean
Copy link
Author

For example, a user might want to tell the app use /r or /t, but those aren't fabulous ways to pass in an argument. Any recommendations on a better way?

@alexandre-lecoq
Copy link
Contributor

What's the use case exactly ? And would that work ?

@TheSaltyKorean
Copy link
Author

I'm asking the user for field and row terminators. Not really sure what the best way to ask the end user to give me what they want. This is often the case in ETL tools.

@alexandre-lecoq
Copy link
Contributor

Well, that doesn't sound like a question directly related to this package.
But you could have the user pass --fieldseparator "," --newline "\r\n" no ?

@StefH StefH added the question label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants