libyal / libesedb

Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
GNU Lesser General Public License v3.0
341 stars 91 forks source link

esedbtools: let reported table number match the filename #65

Closed jengelh closed 1 year ago

jengelh commented 1 year ago

esedbexport says Exporting table 1 (MSysObjects) out of 1007, but the filename is called MSysObjects.0.

I figured 1 out of 1007 was meant as a progress counter more than anything else, so I put that in front as [1/1007], and then show the full generated filename afterwards.

joachimmetz commented 1 year ago

Thanks for the proposed changes but [1/1007] IMHO is more ambiguous than 1 out of 1007. Also these tools are mostly intended intended for analysis of the format less as end-user tools. I'll pass on the proposed changes for now, if people feel strongly about this they can +1 this PR.