pub fn export_csv(
conn: &Connection,
crawl_id: &str,
selector: &CsvColumnSelector,
) -> Result<Vec<u8>, ExportError>Expand description
Export crawl data to CSV.
One row per page. Nested data (issues, links) is JSON-encoded.
pub fn export_csv(
conn: &Connection,
crawl_id: &str,
selector: &CsvColumnSelector,
) -> Result<Vec<u8>, ExportError>Export crawl data to CSV.
One row per page. Nested data (issues, links) is JSON-encoded.