L
Looch
All,
Looking for a regex expression to split this comma delimted string
ultimately into 51 fields. The fields in double quotes can have commas
within the quotes (separating values within the quotes - the issue I'm
having).
1208959596,Apr 23 2008 07:06:36,1208959607,Apr 23 2008
07:06:47,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00,0.00,0.00,0,0.00,0,0.00,0,1,"",
0,0,"Unknown,Unknown","Unknown",0,"","","Doctor,Pharmacy,101,true",
1,"","","S9V1T6LF0G1",0,"","","Service","","KioskReturningCustomer"
Thanks! (I'm working on this myself...)
Looking for a regex expression to split this comma delimted string
ultimately into 51 fields. The fields in double quotes can have commas
within the quotes (separating values within the quotes - the issue I'm
having).
1208959596,Apr 23 2008 07:06:36,1208959607,Apr 23 2008
07:06:47,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.00,0.00,0.00,0,0.00,0,0.00,0,1,"",
0,0,"Unknown,Unknown","Unknown",0,"","","Doctor,Pharmacy,101,true",
1,"","","S9V1T6LF0G1",0,"","","Service","","KioskReturningCustomer"
Thanks! (I'm working on this myself...)