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

Specified output fields separator #6

Open
zoltanf opened this issue Apr 5, 2017 · 0 comments
Open

Specified output fields separator #6

zoltanf opened this issue Apr 5, 2017 · 0 comments

Comments

@zoltanf
Copy link

zoltanf commented Apr 5, 2017

As per documentation the -p parameter takes input with field separated by commas, but in using it on my environment I have with trial and error figured that actually the field names should be space separated.

e.g.:

engage -p '$email,$first_name'
(does not work)

engage -p '$email $first_name'
(works fine)

Would be nice to fix in the doc so other people who run into this don't waste time.

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

1 participant