I have 2 CSV files where employee ID is the primary key. In the new file there will be some changes like phone number or address change. I am trying to do with Dict compare. Please guide me.
`Old file -> 12345, Peter, 765 darwin BLVD, 326-967-4330
New file -> 12345, Peter, 765 darwin LLVD, 339-440-3330`
I want to compare both the files line by line using the emp ID.
-Prasanna.K
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…