From: David M. <mdb...@dm...> - 2003-04-24 19:14:18
|
On 24 Apr 2003, Marc Deichmann wrote: > Hi! > > I'm using the mdb-export tool to export tables out of an database into > csv files. So far mdb-export do what it should do. > > My problem is, I found out that in a few csv files data is missing. The > header row is there, but there is no data below it. I can read the > data in Access. > The thing that disturbs me is, that only the data of a few (but > important ;( ) columns is missing. The rest of the csv file is complete. > > My workaround at the moment is, to export the problematic tables with > Access to csv files and then use them together with the other csv files. > > Could someone help me? I currently have a large-ish combined patch against mdbtools-0.5rc2.tar.gz which fixes a number of bugs. It's attached. To apply it, save the attachment to a file, untar the original source, change directory into the mdbtools-0.5rc2 directory and type: patch -p1 < mdbtools-combined.patch Then build and install as usual. I actually have 18 separate patches against mdbtools, but the attachment is my work-in-progress combined patch. If you do try this, let me know if it does/doesn't fix your problems. David -- /==============================\ | David Mansfield | | mdb...@db... | \==============================/ |