Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload a .csv file to metabase

I would like to upload a .csv file to metabase but it doesn't offer the option.

What would be the easiest way to get it done? Spin up a DB locally? Or is there a plugin that can be added?

Thanks

like image 299
fro Avatar asked Feb 13 '19 16:02

fro


2 Answers

There is a 3rd-party driver created for this purpose already: https://github.com/Markenson/csv-metabase-driver

like image 98
Dominik Brázdil Avatar answered Sep 22 '22 05:09

Dominik Brázdil


Metabase does not provide an option to upload .csv file. The easiest way to do this would be install a database like MySQL locally where you can import an csv directly and connect to that database.

like image 34
Bharath Avatar answered Sep 19 '22 05:09

Bharath