Skip to main content

csv_cell

Function csv_cell 

Source
pub fn csv_cell(
    array: &dyn Array,
    row: usize,
    binary_format: BinaryFormat,
) -> Result<Option<String>>
Expand description

Format a single cell for CSV. Returns None for null (writer emits an empty field).