it should not be case sensitive. Otherwise, I cannot do what I want to do correctly. For correct parsing of filter words. It would not be a logical solution for me to have the filter words all capitalized or to convert the filtered data to upper or lower case in the same way, because I tried it.
To summarize what I want to do;
Since I need to disable upper or lower case detection and add word list for +500 filter, I have to add it with a table.
— * 3 I’ve tried many different methods, this is the most consistent method.
What exactly does not work with izaychik63 idea? If you use a string manipulation (node or variable) upfront and then do your rule engine check based on that. Maybe I do not fully understand the issue.
BR
Hi; @Daniel_Weikert
The solution I want to explain with a simple drawing and reach. the data file is excel, the word list to be used for the filter is excel. filtered words should work without capitalization or lowercase issue.
–filter words should not work with partial matches within the text. I have encountered this problem in many examples. for example train and training (if the filter word is train, trainin should not be taken.)
@Daniel_Weikert
Can you post a simple workflow that runs the model in the sample picture I sent. I tried so many different methods at one point and got stuck. Good example to learn.