Closed tonybolzan closed 3 years ago
I'll try to do this...
Any updates on this? Would be awesome. I'm looking into using this driver to connect Metabase to Google Sheet by downloading the Sheet data in CSV format.
Hi @ernoaapa! Not yet. Sorry.
I'm trying to find some time to work on this project, but is difficult.
Hi there, I'm trying to load a CSV version of a Google Sheet but this system seems to expect a directory with CSV files inside it. Is there any chance of accepting a single CSV file at a specified URL?
Hi @janbaykara !
Download from a simple specified URL, this drive works. Check these instrucions..
I think Google Sheet has a other problem to solve because you doesn't have a specific direct URL to CSV file (or it exists?).
Hey @Markenson, thanks a lot for the quick response.
You are able to publish Google Sheets to a CSV URL:
Here is an example: https://docs.google.com/spreadsheets/d/e/2PACX-1vRBNpdHH8l7yHtTchAQahKOWA6FaUQ0RT8JaHxpsqN2xiQyyG-tpfwzByVDtTV11ZZ8XwCTevM3JRlE/pub?gid=0&single=true&output=csv
I can't figure out how to ingest this URL with this plugin.
Hi @Markenson ,
Also having the issue with Google Sheets like @janbaykara described. Tried to clone the project to build it myself using 'lein install', but failed with errors below:
Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in clojars (https://repo.clojars.org/) Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in sonartype snapshots (https://oss.sonatype.org/content/repositories/snapshots)
Would be great to have a general url to download csv instead of combining 'customBaseUrl' and 'advanced' .
Thanks in advance!
Hi @binshe ,
i'll try to check how to do this.
Regards
Hi guys, I have the same issue, I cannot build the driver because of it.
Thanks! Alban
Hi @Markenson ,
Also having the issue with Google Sheets like @janbaykara described. Tried to clone the project to build it myself using 'lein install', but failed with errors below:
Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in clojars (https://repo.clojars.org/) Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in sonartype snapshots (https://oss.sonatype.org/content/repositories/snapshots)
Would be great to have a general url to download csv instead of combining 'customBaseUrl' and 'advanced' .
Thanks in advance!
Hello,
I have the same issue, I cannot build the driver because of it.
Thanks!
Hi @Markenson ,
Also having the issue with Google Sheets like @janbaykara described. Tried to clone the project to build it myself using 'lein install', but failed with errors below:
Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in clojars (https://repo.clojars.org/) Could not find artifact br.com.markenson:csvjdbc:jar:1.1.1-metabase-SNAPSHOT in sonartype snapshots (https://oss.sonatype.org/content/repositories/snapshots)
Would be great to have a general url to download csv instead of combining 'customBaseUrl' and 'advanced' .
Thanks in advance!
With
csvjdbc
I can load a CSV from HTTP request using a custom class. But I really don't understand closure to open a PR.https://github.com/simoc/csvjdbc/blob/master/docs/doc.md
Java example