Posted to
Input Formats
by
ybgfhsd
on
04-07-2009, 10:00 AM
Trying to parse a text file and want to capture only the "objectname", "operationalstate" and "operationalstatedetail" fields. So far i've gotten the syntax as logparser "select text from 'testfile.txt' where text like '%objectname%'" but i'm unable to get the remaining 2 fields and i ...