reubano / meza

A Python toolkit for processing tabular data
MIT License
416 stars 32 forks source link

Getting error with large mdb file #38

Open hemanth-sp opened 4 years ago

hemanth-sp commented 4 years ago

when I execute in ubuntu python3 (and this works fine if I have a small MDB file with one table)

records = io.read_mdb(db_file_path) # only file path, no file objects
next(records)
read: Is a directory
Couldn't read first page.
Couldn't open database.
reubano commented 2 years ago

Can you send me a test file?