Skip to main content

Module extract

Module extract 

Source
Expand description

Expression-based data extraction for dynamic sources.

Supports three extraction languages with dual syntax:

  • Plain string: always jq (the common case)
  • Structured object { expr, type }: explicit language selection

Supported types: jq (via jaq), jsonpath (via serde_json_path), cel (via cel-interpreter).

Functions§

apply_extract
Apply a typed extract expression to parsed source data.