Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to read file from a online source #4

Open
maxmannen opened this issue Apr 7, 2024 · 1 comment
Open

Make it possible to read file from a online source #4

maxmannen opened this issue Apr 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@maxmannen
Copy link

Would be nice to be able to use a css file that resides online (Like a shared Google Spreadsheet).

For example

 csv do
  file_url 'some_url'
  separator '-'
  columns [:id, :name]
end
@maxmannen maxmannen added the enhancement New feature or request label Apr 7, 2024
@zachdaniel
Copy link
Contributor

seems like a neat idea, just a matter of implementing it. In all honesty I probably won't have the time/inclination to do this, but PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants