Lookup
Tools for looking up information about various entities.
#1, c2 or 3. Row Filter extracts rows from a CSV by applying one or more conditions. Use column names when a header row exists, or reference columns by index (e.g., #1, c2, 3 for 1-based indexing).
equals / not equals — exact string match; enable Numeric compare for numeric equality.contains / not contains, starts with / ends with — optional case sensitivity.>, ≥, <, ≤ — numeric comparisons (enable Numeric compare).regex / not regex — JavaScript regular expressions.|/;, set the input delimiter to match.