CSV parse: coerce String back to Array #15776
-
Hello everyone!
I'm using function parse_csv that results in array with strings inside, but array fields from csv are also doublequoted as strings.
Result
How can I correctly coerce value back to Array from String? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ADovgalyuk ! Unfortunately I don't think there is a way to parse a string like that into an array in VRL right now. Would you want to open a feature request? As a workaround you can use the |
Beta Was this translation helpful? Give feedback.
Hey @ADovgalyuk !
Unfortunately I don't think there is a way to parse a string like that into an array in VRL right now. Would you want to open a feature request?
As a workaround you can use the
lua
transform to do the parsing.