web-csv-toolbox - v0.14.0
    Preparing search index...

    Type Alias InferCSVRecord<Header, Options>

    Helper type to get the CSV record type based on header and options.

    Type Parameters

    • Header extends ReadonlyArray<string>
    • Options = Record<string, never>

    This type determines the CSVRecord type based on the header, output format, and columnCountStrategy in options. For array format with 'pad' strategy, fields are typed as string | undefined.