Skip to main content

Filtering & Rules

tvarr uses a powerful expression language to filter channels and transform data.

Two Types of Rules

TypePurposeHas SET?
FiltersInclude or exclude channelsNo
Data MappingTransform channel fieldsYes

How They're Applied

During proxy generation:

  1. Data Mapping runs first - transforms field values
  2. Filters run second - includes/excludes based on transformed values

This means you can map messy data first, then filter on clean values.