Skip to main content

tabular_extract

Function tabular_extract 

Source
pub fn tabular_extract(
    pair: &TabularDataPair,
    _node: &DiffNode,
    aspect: &str,
) -> Option<ExtractResult>
Expand description

Shared extraction logic for tabular data.

Given a TabularDataPair and an aspect name, produces the corresponding ExtractResult. This is format-neutral — any comparator or transformer that works with tabular artifacts can delegate extraction here.