Upload a .csv file to metabase
Asked Answered
D

4

7

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

Defray answered 13/2, 2019 at 16:2 Comment(0)
W
2

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

Wolfgram answered 15/4, 2021 at 12:38 Comment(0)
F
1

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.

Front answered 7/11, 2019 at 10:51 Comment(1)
Although Metabase doesn't provide a native option to upload a CSV, you can add a plugin to read csv file. Please check metabase plugins site at metabase.com/docs/latest/developers-guide-drivers.html. You'll need download plugin .jar file and put It on /plugins directory of your metabase installation.Ancylostomiasis
N
0

For online tools with a free trial, you can try Acho. It supports exporting .csv files to Metabase. I think it's pretty easy to use.

Neutrino answered 19/7, 2021 at 15:1 Comment(0)
T
0

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

Little bit late to this, but Metabase does offer csv upload now!

Transformism answered 25/9, 2023 at 14:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.