Hi,
I have a text file which has been split into rows and I have a second file with specific keywords I want to match in the first file and append it to the output. The output should only include the matched rows.
For example:
Row 1 : " Products delivered on Jan 07, 2017"
My keyword file would have values such as: "Jan, Feb, Mar, etc".
I want to include a findstring operation as I will need the character number further in the module.
The ideal output would be:
Text matched_on_Ch (result from the FINDSTRING( str, target) operation )
" Products delivered on Jan 07, 2017" 23
I have already performed this task with an append field and findstring after that; however, I am specifically looking into performing this task using a macro in order to avoid the huge multiplication of rows due to the append tool.
Would really appreciate your help with this!
Thank you in advance 
Denise