Parsing out rows from table DAT

Hi guys, super new to this. I need to parse out rows with ‘None’ value in first column. What should I put as the expression for this?

Hi @junhengtanners,

have a look at our Pattern Matching documentation:

for your case, you can use “^None” in the Row Select Values parameter to filter out these rows.

cheers
Markus