ash-project / ash_csv

The CSV data layer for Ash Framework
https://hexdocs.pm/ash_csv
MIT License
11 stars 8 forks source link

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

Open maxmannen opened 5 months ago

maxmannen commented 5 months ago

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
zachdaniel commented 5 months ago

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!