brew install mdbtools worked on mavericks, and I can use the cli tools.
At first I thought it was node-mdb, but I keep getting an error ENOENT or 'no output' from the stream with other libraries (nexpect, spawn-to-readstream) as well. I can mdb-export a mdb to csv via command line. I need to chunk through a ~250mb mdb; streams are ideal. Done it with others (xls, csv, etc), but this is a different type of error. I know that the cli works, so I should be getting data on stdout.
brew install mdbtoolsworked on mavericks, and I can use the cli tools.At first I thought it was node-mdb, but I keep getting an error
ENOENTor 'no output' from the stream with other libraries (nexpect, spawn-to-readstream) as well. I canmdb-exporta mdb to csv via command line. I need to chunk through a ~250mb mdb; streams are ideal. Done it with others (xls, csv, etc), but this is a different type of error. I know that the cli works, so I should be getting data on stdout.