The content of the text file look something like this :
CONTINUATION TEXT 0002
PATIS/00977PATISC/NEPCBK1V7131058 3/013 10-06-01 10:32:46
7724 NetM NETMPATN 2937/08564
REGISTRATION POINT: BHK1424 ORIGIN OBJECT:
RGPT TYPE: DOUBLE DESTINATION OBJECT:
TRA TIM CALL NUMBER DURATION NUMBER OF A-SIDE B-SIDE
GRP GRP DURATION OF CALLS BEF.ANSWER SEIZURES CHARGES CHARGES
---+---+----------+---------+----------+----------+----------+----------
1 1 123 856 0 0 0 0
INTERRUPTION TEXT JOB 7724
>>>>>> I want to extract Registration point: value(single string) and the number values below in the same line in text and/or excel sheet as below for the whole file.
BHK1424 1 1 123 856 0 0 0 0
I would be very grateful if some VB expert would lend me some advice.
Thanks !!
Sandesh
CONTINUATION TEXT 0002
PATIS/00977PATISC/NEPCBK1V7131058 3/013 10-06-01 10:32:46
7724 NetM NETMPATN 2937/08564
REGISTRATION POINT: BHK1424 ORIGIN OBJECT:
RGPT TYPE: DOUBLE DESTINATION OBJECT:
TRA TIM CALL NUMBER DURATION NUMBER OF A-SIDE B-SIDE
GRP GRP DURATION OF CALLS BEF.ANSWER SEIZURES CHARGES CHARGES
---+---+----------+---------+----------+----------+----------+----------
1 1 123 856 0 0 0 0
INTERRUPTION TEXT JOB 7724
>>>>>> I want to extract Registration point: value(single string) and the number values below in the same line in text and/or excel sheet as below for the whole file.
BHK1424 1 1 123 856 0 0 0 0
I would be very grateful if some VB expert would lend me some advice.
Thanks !!
Sandesh
Comment