Skip to content

Instantly share code, notes, and snippets.

@lfgrando
Last active February 27, 2021 10:59
Show Gist options
  • Save lfgrando/5bd56439051b7f4f82e2b13239568cd7 to your computer and use it in GitHub Desktop.
Save lfgrando/5bd56439051b7f4f82e2b13239568cd7 to your computer and use it in GitHub Desktop.
CSV regex
(?<=^|,)(\"(?:[^\"]|\"\")*\"|[^,]*)
/*
May be usefull to:
1997,Ford,E350,"ac, abs, moon",30100.00
1999,Chevy,"Venture ""Extended Edition""",,49000.00
1996,Jeep,Grand Cherokee,"MUST SELL!
air, moon roof, loaded",479699.00
*/
@basaran
Copy link

basaran commented Feb 27, 2021

arigato

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment