Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created February 20, 2015 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mileszs/f3afbf5a11816672709c to your computer and use it in GitHub Desktop.
Save mileszs/f3afbf5a11816672709c to your computer and use it in GitHub Desktop.
require 'csv'
require 'pry'
result = CSV.table('tab-delimited.txt', col_sep: "\t")
binding.pry
puts result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment