How to browse locally saved CSV files using TestData DB plugin

My data is available locally in csv format and trying to read that data using TestData DB plugin. But I am failing to browse that local csv file in order to integrate with Grafana.
Is there any sort of configuration settings needs to change? "local mode access " ??
Can anyone guide me here.

maybe try this one?
image

or modify one of the files in

C:\Program Files\GrafanaLabs\grafana\public\testdata

because the files are static in CSVFileEditor.tsx under

C:\Program Files\GrafanaLabs\grafana\public\app\plugins\datasource\testdata\components

Thank you for reply, is it working for you? I have tried those before too but it ends up with validation error, invalid url

yes works for me, please pay close attention to the path esp in Windows. Which file did you modify?

This works for me too… I was referring to CSV plugin.
If, using TestData DB, we could able to browse and local CSVs that will be great.

1 Like

I added my own and change the underlying code but I think it needs to be compiled. Yes would be nice if it could read all files in that folder or any folder of you choice or pick your own file

image

True and thank you for efforts. May know the file name?
let see if there can be any other way

scroll up for file name

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.