pub fn to_csv(rows: &[DailyCostRow]) -> StringExpand description
Serialize rows to a FOCUS 1.2 CSV document. Rows with unparseable dates are skipped (the aggregate layer already filters malformed timestamps).
pub fn to_csv(rows: &[DailyCostRow]) -> StringSerialize rows to a FOCUS 1.2 CSV document. Rows with unparseable dates are skipped (the aggregate layer already filters malformed timestamps).