Compare the value of each cell of two tables to see if they match
Hello,
I used the python qvd package to convert my qvd to csv files. Due to some encoding issues, I want to make sure that the data loaded into Qlik Sense is exactly the same.
For this reason I separately loaded the two tables into Qlik Sense (using different field names to avoid auto-concatenation of the fields).
How can I compare the data included in the two tables to make sure that they are exactly the same? It would need a cell by cell comparison (the location of the cells should have stayed the same after format conversion).