Skip to content

Instantly share code, notes, and snippets.

@nicolasembleton
Created April 8, 2015 06:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicolasembleton/5d756227a72465cb11cc to your computer and use it in GitHub Desktop.
Save nicolasembleton/5d756227a72465cb11cc to your computer and use it in GitHub Desktop.
[REGEX] Convert JSON to CSV
^\s+\{\s+"field1" : "([^"]+)",\s+"field2" : "([^,]+)",\s+"field3" : "([^"]+)",\s+"field4" : "([^"]+)",\s+"field5" : (\d+)\s+\},?\s?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment