Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: danhoweHi,
I have a list of strings in a "Page Name" field in a set of data eg
page name 1
page name 2
page name 3
and I have a list of strings to search for in file which I have imported. eg
pa
page
name 1
I'd like to use the list strings from the file import to do a contains search on each record in the Page Name field and create a new field with a value of true/false depending if any of the search strings are contained in the Page Name field.
I'm unsure of how to approach this problem in Lavastorm. I can see how I could do this using a list coded into a filter node, but ideally I want to use the output of the file import node as the list of values to search for as this list may change over time.
Hoping someone can point me in the right direction.