How to parse the database->test log?

Does anyone have a good way of cruching through the data sent out by database test?

I was thinking about trying to use find and replace to turn it into a tab delimited file and then do my analysis in excel. Does anybody have anything more efficient?

You can open NAV database directly in Excel using ODBC. Then you can make analysis directly in NAV data without having the work of export it.

But then you have to write all of the queries for each relationship yourself — database test does that work for you.

It is a good idea though.