Custom Lookup Tables
Creating Lookup Tables
1
2
3
4
CSV Format Requirements
Updating Lookup Tables
Using Lookup Tables
VRL Functions
get_enrichment_table_record(
"table_name", # Lookup table name
{"column_name": .field_to_match}, # Match criteria
["column1", "column2"], # Optional: columns to return (returns all if omitted)
true # Optional: case sensitive (default: true)
)Parameters
Examples
Last updated
Was this helpful?