Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-17 16:30
Flavor·PCRE (Legacy)

/
"(?:[^"]|"")*"|[^,\n]+|(?=,)(?<=,)|^|(?<=,)$
/
gms
Open regex in editor

Description

matches the exact fields of CSV files supports: qouted fields quoted fields containing commas, doubble quoutes, and newlines empty fields empty records arbitrary white space in, and outside quoted fields

Submitted by Austin