Function extract_embedded_csv

Source
fn extract_embedded_csv(couple_lines: &[String]) -> Table
Expand description

When “CSV Start” line is encountered, this function reads this first line all the way through the “CSV End” line that terminates that CSV block.

Additional information is contained within the “CSV Start” line itself in EBML bar delimiting syntax.

All lines between “CSV Start” and “CSV End” are assumed to be actual comma-separated value data rows, with the first row serving as a header row.