Last active
October 3, 2018 14:22
-
-
Save MatiasFernandez/44c0f0f7c61e6d225e0674982e999010 to your computer and use it in GitHub Desktop.
Fetch remote CSV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def remote_csv(url) | |
CSV.new(open(url)) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment