Skip to content

Instantly share code, notes, and snippets.

@tgaff
Created January 11, 2016 17:47
Show Gist options
  • Save tgaff/59fc339c7bc2b003813a to your computer and use it in GitHub Desktop.
Save tgaff/59fc339c7bc2b003813a to your computer and use it in GitHub Desktop.
{
filename: "sample/comma.txt",
delimeter: "comma",
headers: [:last_name, :first_name, :gender, :favorite_color, :date_of_birth]
},
{
filename: "sample/pipe.txt",
delimeter: "pipe",
headers: [:last_name, :first_name, :middle_initial, :gender, :favorite_color, :date_of_birth]
},
{
filename: "sample/space.txt",
delimeter: "space",
headers: [:last_name, :first_name, :middle_initial, :gender, :date_of_birth, :favorite_color]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment