#705 closed enhancement (fixed)
Add preset to "Test with file" for regular expression that can split a CSV file where fields contains comma.
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
This regexp seems to work:
;(?=(?:[^"]*"[^"]*")*(?![^"]*"))
Thanks to Raimond Brookman http://blogs.infosupport.com/raimondb/archive/2005/04/27/199.aspx
Change History (4)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 17 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [3620]) Fixes #705: Add preset to "Test with file" for regular expression that can split a CSV file where fields contains comma.