Hi!
I have a field Comments in my source file. This field contains some keywords which I need as criteria but unfortunately they are not located in a strong order (kind of a mess):
For Example
_________________________________________________
COMMENTS
____________________________________________________
Keyword1
Keyword2
Keyword1 keyword3
……………………….
…………………………..
keyword1 keyword5 keyword6
Should it be fixed width values , I would knew how to find a pattern in strings like the following:
Comments=’keyword%’
However actually the value of this field is partly empty and partly COMMENTS field is populated out of order and I do not think I can look for the pattern(keyword) within "empty" string
… Is there any way to overcome the issue in order I could use keywords criteria along with my other fields value?
Thank you!
Iren
I have a field Comments in my source file. This field contains some keywords which I need as criteria but unfortunately they are not located in a strong order (kind of a mess):
For Example
_________________________________________________
COMMENTS
____________________________________________________
Keyword1
Keyword2
Keyword1 keyword3
……………………….
…………………………..
keyword1 keyword5 keyword6
Should it be fixed width values , I would knew how to find a pattern in strings like the following:
Comments=’keyword%’
However actually the value of this field is partly empty and partly COMMENTS field is populated out of order and I do not think I can look for the pattern(keyword) within "empty" string
… Is there any way to overcome the issue in order I could use keywords criteria along with my other fields value?
Thank you!
Iren