status

The agent examines the field of each ROR record and classifies the record according to its ROR status value. If the status value matches one of the lists configured for the agent, the record is added to the corresponding status category.

If a record contains a status value that is not configured in the agent lists, the agent does not assign it to any output list.

Lists

The agent classifies each processed record into one of the configured status categories.

active

The record has the ROR status active.

inactive

The record has the ROR status inactive.

withdrawn

The record has the ROR status withdrawn.

Config

{
  "name": "status",
  "version": "2026.1",
  "file": "atr",
  "type": "sequential",
  "description": "Parse the ROR [status] field",
  "lists": [
    "active",
    "inactive",
    "withdrawn"
  ]
}