Skip to content

how to get a plain output #283

Answered by TomWright
electriquo asked this question in Q&A
Discussion options

You must be logged in to vote

That should be -w -. Looks like I missed it from the docs... Sorry about that

Your CSV problem is because of the all() selector.

You're passing a list of strings with no context to the csv parser.
The csv parser expects an array. You can achieve this by using merge or removing all.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@electriquo
Comment options

@TomWright
Comment options

@TomWright
Comment options

Answer selected by electriquo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants