Thanks a lot "aholzer". your approach solved my problem.
I created the following fields using your approach
FOR CAUSE 1
CAUSE1=\s?(?P [^|]+)\s?
FOR COMPLAINT
COMPLAINT1=\s?(?P [^|]+)\s?
FOR CORRECTIONS1
CORRECTION1=\s?(?P [^|]+)\s?
SUPPLR_ISSUE_ANALYSYS
SUPPLR_ISSUE_ANALYSYS=\s?(?P [^|]+)\s?
PART_DESC
PART_DESC=\s?(?P [^|]+)\s?
now in search i am able to extract the values.
thanks a lot
... View more