Skip to content

set delimiter? #329

Closed Answered by TomWright
silvacarl2 asked this question in Q&A
Jun 6, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @silvacarl2,

This is possible from v2.4.1.

$ echo 'a;b;c
1;2;3
4;5;6' | dasel -r csv --csv-comma ';' --csv-write-comma ','
a,b,c
1,2,3
4,5,6

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@silvacarl2
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by TomWright
Comment options

You must be logged in to vote
0 replies
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