Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(?<=,)\s*(?=,)|^(?=,)|[^\"]{2,}(?=\")|([^,\"]+(?=,|$))
|
Description |
Use for parsing CSV files exported from MS Excel, This program adds or not quotes, so it's more complicated..
Use for parsing individual lines, the Regex doesn't capture end of line (supposed to ($) but not made it in the testing so you cannot parse the whole file.
Read a line and split it, with this regex
|
Matches |
,Casa en condominio / Traspaso,"$270,000 ","mn,","Toluca,","67 m2
|
Non-Matches |
""
|
Author |
Rating:
itzco calva
|
Displaying page
of
pages;
Items to