-
Hi there,
Have these CSV mappings / array for it.
Example Thank you very much in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You should take a look at the See also: |
Beta Was this translation helpful? Give feedback.
-
@JeanMertz So again, specifically the question. Thanks for your help and time and of course for vector.dev |
Beta Was this translation helpful? Give feedback.
@JeanMertz
Hi Jean,
first of all thank you for your quick reply. I know that this (maybe) works with vrl.
Here there is also the function
parse_csv
, but as far as i understand it it doesn't provide a function to map the values, so my question about it.There is an example with lua https://vector.dev/guides/advanced/parsing-csv-logs-with-lua/, but wanted to solve this with vrl.
So again, specifically the question.
How do i do the mapping with data previously extracted with the function
parse_csv
.Or is that not possible with vrl ?
Thanks for your help and time and of course for vector.dev