Hi Alteryx Experts,
I am trying to do some text parsing using IN-DB tool. Where I need to find out a word in a line like
CASE
WHEN contains (`text_line`, "ABC") THEN "ABC"
ELSE "Unknown"
END
But it is ending up in an error message like Syntax error and No IN-DB Database Data Received.
Please suggest.