i have to parse a very complex dumps(whatever it is), i have done the parsing thruogh python.since the parsed data is very huge in amount, i have to feed it in the database (SQL), I have also done this... now the thing is i have to compare the data now present in the sql.
in actual i have to compare the data of 1st dump with the data of the 2nd dump..... the both dump have the same fields(attributes) but the values of their field may be change... so i have to detect this change.. for this i have to do the comparison... but i dont have the idea how to do this all using python as my front end.
plz plzzzz help me:(