Skip to content

Lazy parsing by rows needed #32

@tol2000

Description

@tol2000

It may be (imho) very usable to add the lazy parsing by rows.
Something like this:
table.first()
while not table.eof:
print(table.next())
My mdb-tables is too big and parser eats a lot of memory (
May be something like this already exists in your project...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions