Hi Team,
I have below data from text file. I want to extract only few text line to dictionary.
Text starts with {ABC,XYZ,PQ,OP,ST} Using regular expresion.
Can you help in creating function of Regular expression.
str = joins(array{"ABC","XYZ","PQ","OP","ST"}
exp - if instr(1,str,abc,1)>0 then
dict.add txt.line
"ABC 564564.0000 454.000 456.00"
"PQR 564564.0000 454.000 456.00"
"DEF 564564.0000 454.000 456.00"
"XYZ 564564.0000 454.000 456.00"
"PQ 564564.0000 454.000 456.00"
"JKL 564564.0000 454.000 456.00"
"OP 564564.0000 454.000 456.00"
"ST 564564.0000 454.000 456.00"
Thanks
mg
I have below data from text file. I want to extract only few text line to dictionary.
Text starts with {ABC,XYZ,PQ,OP,ST} Using regular expresion.
Can you help in creating function of Regular expression.
str = joins(array{"ABC","XYZ","PQ","OP","ST"}
exp - if instr(1,str,abc,1)>0 then
dict.add txt.line
"ABC 564564.0000 454.000 456.00"
"PQR 564564.0000 454.000 456.00"
"DEF 564564.0000 454.000 456.00"
"XYZ 564564.0000 454.000 456.00"
"PQ 564564.0000 454.000 456.00"
"JKL 564564.0000 454.000 456.00"
"OP 564564.0000 454.000 456.00"
"ST 564564.0000 454.000 456.00"
Thanks
mg