Hello,
I am trying to use this Regex pattern to read a text file that is comma separated and uses double quote as the text qualifier.
"(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(\w{2})","(.*?)","(.*?)","(.*?)".*[\r|\n]
I tested it with Expresso and got the results I wanted.
The question is: How do I put this pattern in a variable for ASP?
I have tried many ways, but can't get it right, please help.
The variable would be used as a parameter for a function.
Sample data:
"Mickey & Minnie","","Wilson","123 N Maple Dr","Disney","FL","47304","785","999",,,,,,
"Donald","","Duck","4567 N County Road 650 E","Outdoors","PL","47320","123456","256",,,,,,
"Grommit","","Wallace","741 Michigan Ave, PO Box 87","Dreamworks","TF","46957","365000","456",,,,,,
Thanks in advance,
R.L.
I am trying to use this Regex pattern to read a text file that is comma separated and uses double quote as the text qualifier.
"(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(\w{2})","(.*?)","(.*?)","(.*?)".*[\r|\n]
I tested it with Expresso and got the results I wanted.
The question is: How do I put this pattern in a variable for ASP?
I have tried many ways, but can't get it right, please help.
The variable would be used as a parameter for a function.
Sample data:
"Mickey & Minnie","","Wilson","123 N Maple Dr","Disney","FL","47304","785","999",,,,,,
"Donald","","Duck","4567 N County Road 650 E","Outdoors","PL","47320","123456","256",,,,,,
"Grommit","","Wallace","741 Michigan Ave, PO Box 87","Dreamworks","TF","46957","365000","456",,,,,,
Thanks in advance,
R.L.