You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also, specifying --output-format='csv|yml' outputs: Error: csv encoding only works for arrays of scalars (string/numbers/booleans), child[0] is a !!map
Issue #1947 suggests --csv-auto-parse=f which solves the problem, but the flag doesn't work with --input-format='tsv'
Disabling csv auto parse using --input-format='csv' (works):
similar bug as described in #1947. Apologies if I should've reopened that issue.
Using a colon character ":" creates children when using
--input-format='tsv'
"asdf.tsv":
command:
outputs:
also, specifying
--output-format='csv|yml'
outputs: Error: csv encoding only works for arrays of scalars (string/numbers/booleans), child[0] is a !!mapIssue #1947 suggests
--csv-auto-parse=f
which solves the problem, but the flag doesn't work with--input-format='tsv'
Disabling csv auto parse using
--input-format='csv'
(works):outputs:
disabling csv auto parse using
--input-format='tsv'
:outputs:
The text was updated successfully, but these errors were encountered: