[go: up one dir, main page]

Skip to content

Markenson/csv-metabase-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv-metabase-driver

A CSV metabase driver based on incredible csvjdbc driver. I've been modified it to work with metabase.

Installation

Put this file on your metabase/plugins directory and restart Metabase. You'll see a CSV driver option on database creation.

You could see this video too.

How to configure it

Check how to load a CSV file by filesystem and how to load a CSV file by HTTP for more information.

If your data contains date values check this video.

Maybe you want to see this one about data types.

If you need built it

with ansible

follow these instructions

by hand

read and understand steps below

steps for install clojure

steps for compile driver