Skip to main content

reconstruct

Function reconstruct 

Source
pub fn reconstruct(text: &str) -> Option<Vec<Vec<String>>>
Expand description

Rebuild the parsed rows ([header, ..data]) from crushed text. Exact for lossless forms; for lossy forms the _dropped columns are simply absent from the header and every row (recover them via CCR). None if text is not a tabular-crush document or is internally inconsistent.