Upload csv file

I can not upload csv file in meta base. i was download the csvjdbc.jar file and loaded into the meta base. But it is not worked.Can anyone have a solution for how i upload csv file in meta base?

Hi @Divya
Are you trying to do this via the PR or the tree or …?
https://github.com/metabase/metabase/pull/7534
https://github.com/metabase/metabase/tree/csv-upload
Which Metabase version are you using? A release or custom compiled?

EDIT: There’s now a CSV driver available: https://www.metabase.com/docs/latest/developers-guide-drivers.html

Hi @flamber
Thank you for replying me.
yes i am trying to do this via this link…


I am using release-0.31.2 Metabase version.

@Divya
Okay, if you’re using the tree, then you need to compile your own version based on that tree, which would mean that you would get something like version 0.28 or whatever was around at that time. Unless you try to merge it with a newer version.
Looks like there’s at least two different options if you look in the PR, so I would guess that’s your best way to success.

hi @flamber
Sorry, its my mistake of typing.
i am using this link

Okay, have you tried the sample project?
https://github.com/hellonico/metabase-csv-sample - does not work on 0.32+

EDIT: There’s an updates list now: https://www.metabase.com/docs/latest/developers-guide-drivers.html

Hi,

I got the rights to write and upload data in Metabase.

But when i try to upload my csv, the following error is displayed :

begin [number], end [number] length [number]

Do you have the same issue ?

Thanks

please post the logs/errors you see