The 2022.2 release has the following addition:
- String LIKE API returns true if the string matches the supplied pattern, which works liking string find in c++. As expected, the NOT LIKE expression returns false if LIKE returns true.
- String EQUAL API returns true if the string completely match with the base string, which works liking string compare in c++. As expected, the NOT EQUAL expression returns false if EQUAL returns true.
- JSONLine Loader API is enhanced to support a more general data type, including nested field and list.