Skip to content

Instantly share code, notes, and snippets.

@hieu-v
Created February 18, 2020 00:59
Show Gist options
  • Save hieu-v/15b681864718530eefe27ba242e9f1a4 to your computer and use it in GitHub Desktop.
Save hieu-v/15b681864718530eefe27ba242e9f1a4 to your computer and use it in GitHub Desktop.
url = 'http://data.linz.gv.at/katalog/population/abstammung/2012/auslg_2012.csv'
content = Net::HTTP.get_response(URI.parse(url)).body
{x: content}.to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment