This question is slightly similar to this one, but more specific. I would like to test an ETL process by getting a visualization of the differences in two dump files. The dump files contain the entire database. The differences are not going to be on the schema as such comparisons are easy to make manually, but rather slight differences in the data.
Are there any tools for doing this? The visualization I imagine could be something like:
Column1 has 0.02% difference in 10 rows.
It should of course also be possible to verbose to see the actual differences in each row.
Does such a tool exist.