Textpad Regular Expression Help
Posted: Thu Feb 19, 2004 9:38 pm
I Posted this in HOW_TO Section but realized that questions are not supposted to be posted there (Or so I read)
I regularly receive a file that has lines like..
"0001234","CD44567","12*","","00987","0000003456","JOESMITH00"
It is always 7 fields value delimited by double quote (" ") and column delimited by comma (,).
I have to convert the last column value ""JOESMITH00" to "joesmith00"
the line should look like
"0001234","CD44567","12*","","00987","0000003456","joesmith00"
There are thousands of lines - is there a regular expression that will help me achieve this by find and replace?
Thank you very much!
I regularly receive a file that has lines like..
"0001234","CD44567","12*","","00987","0000003456","JOESMITH00"
It is always 7 fields value delimited by double quote (" ") and column delimited by comma (,).
I have to convert the last column value ""JOESMITH00" to "joesmith00"
the line should look like
"0001234","CD44567","12*","","00987","0000003456","joesmith00"
There are thousands of lines - is there a regular expression that will help me achieve this by find and replace?
Thank you very much!