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

    Class FlexibleCSVObjectRecordAssembler<Header>

    Flexible CSV Object Record Assembler implementation.

    An optimized assembler that works with unified field tokens. No switch statement needed - simply processes each field and checks the delimiter property to determine when a record is complete.

    This implementation provides better performance by eliminating the token type switch statement and reducing token iteration count by 50%.

    Type Parameters

    • const Header extends ReadonlyArray<string>
    Index

    Constructors

    Methods

    Constructors

    Methods