change list to string in output
zoltantalas opened this issue · 1 comments
zoltantalas commented
Is there a possibility to change the elastic list field into a string in the csv output?
eg:
this:
animals: ["cat","dog","lion"]
looks like this in the output (with header):
animals.0.animals.1,animals.2
"cat","dog","lion"
while i would need something like this
animals
"cat,dog,lion"
thanks
zoltantalas commented
-k flag solved my problem, thanks.