Skip to content

Add querying of a CSV file defined by a URL #98

@simoc

Description

@simoc

Add querying of CSV files from a URL. This will enable Google Sheets spreadsheets (and other data publicly available on the internet as CSV files) to be queried directly, without first downloading to a local CSV file.

This Stackoverflow question explains how to determine the URL for downloading a Google Sheets spreadsheet as a CSV file.

Maybe the JDBC connection string could be something like:

jdbc:relique:csv:url:https://docs.google.com/spreadsheets/d/KEY/export%3Fformat=csv%26gid=SHEET_ID

It is not clear how multiple CSV files from the same database connection can be supported, or whether that makes sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions