Discussion Thread
Data Extractor
Message Thread

Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
Separated Data Elements
Hello,
I am looking to use the Data Extractor to extract peices of data from multiple large files.
For example the file will look like this:
Platform Serial Number: 3005
Platform FW Version: 2.1
Platform Firmware Build ID: V2158__external_secure
DB version: 149
QLogic ISP FW: Tgt 03 single-id, Stor 03.03.19 single-id
SEP FW ID: 2_4_1_7_2U_secure
SEP HW ID: 60-000191 REV A
SEP SW ID: UE 27.6
System Card FW ID: 0147
I want to extract the serial number and the card id only. I am not quite sure how to skip the rest of the data in between. I have used the wildcard search to grab the serial number (Serial Number*).
How can I put in multiple paramters?
Thanks a lot!
AJ
Separated Data Elements
In the previous message the forward carrot (greater than char) was removed so I redid the example:
$Platform Serial Number: 3005
$Platform FW Version: 2.1
$Platform Firmware Build ID: V2158__external_secure
$DB version: 149
$QLogic ISP FW: Tgt 03 single-id, Stor 03.03.19 single-id
$SEP FW ID: 2_4_1_7_2U_secure
$SEP HW ID: 60-000191 REV A
$SEP SW ID: UE 27.6
$System Card FW ID: 0147
Query used: Serial Number*$
Extracts:
Serial Number: 3005
How do I extract:
Serial Number: 3005
System Card FW ID: 0147
Separated Data Elements
AJ,
You can do a Wilcard search for this:
Serial Number: ####
or this:
System Card FW ID: ####
That should get you what you need.
Separated Data Elements
AJ,
If you want to extract multiple columns in the grid you will need to use a Javascript rule, which can be a little complicated. We do offer a rule creation service for this type of thing:
http://www.iconico.com/Da...mRule.aspx