Variable creation in csv

Hello Team,

Can anyone guide me on how to add variables to the data pulled from csv API URL using infinity data source.

See an example of adding a column Col3 with values obtained from a Grafana variable to CSV that has columns Col1 and Col2:

parse-csv
| extend "Col3"=strcat('$TestVar')
1 Like