Open rahafshareef opened 7 years ago
The problem is that the two IDs are the same, so when Duke compares the two records against one another, it thinks it's comparing a record with itself, and suppresses the match. If it didn't do this Duke would report every record as a duplicate of itself.
thank you so much for your kind support dear.
please i need to ask you what the language that Duke support? or in another way, can Duke process Arabic language?.
Dears, please help me to solve this case in the below as i couldn't find the match between same records in csv file ;
CSV file contains two records
id,country,capital,area 4202,"Malta","Valletta","320" 4202,"Malta","Valletta","320"
Noting;
i have configure xml file which name is "countries.xml"
and when i tried to call it from java code:
public static void main(String[] args) throws Exception { // TODO code application logic here Configuration config = ConfigLoader.load("countries.xml");
the result is:
Total records: 2 Total matches: 0 Total non-matches: 2