Skip to content

Instantly share code, notes, and snippets.

@almaron
Last active August 29, 2015 14:23
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 almaron/8d499e13abf83834c4d2 to your computer and use it in GitHub Desktop.
Save almaron/8d499e13abf83834c4d2 to your computer and use it in GitHub Desktop.
def parse_row(row1='', row2='')
map = []
map += [JSON.parse(row1)].flatten
map += [JSON.parse(row2)].flatten
map
resque JSON::ParserError
[]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment