Skip to main content

to_csv

Function to_csv 

Source
pub fn to_csv(rows: &[DailyCostRow]) -> String
Expand description

Serialize rows to a FOCUS 1.2 CSV document. Rows with unparseable dates are skipped (the aggregate layer already filters malformed timestamps).