Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Created May 11, 2015 10:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambibhas/e6433c87b509cedfe1cd to your computer and use it in GitHub Desktop.
Save iambibhas/e6433c87b509cedfe1cd to your computer and use it in GitHub Desktop.
OpenRefine YAML export
{{cells["abbr"].value.toLowercase()}}:
- &{{row.index + 1}}
abbr: {{jsonize(cells["abbr"].value)}}
name: {{jsonize(cells["name"].value)}}
utcoffset: {{jsonize(cells["utcoffset"].value)}}
offset: {{jsonize(cells["offset"].value)}}
offset_seconds : {{jsonize(cells["offset_seconds"].value)}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment