You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Problem/Motivation
2
2
--
3
-
Find duplicates in CSV file. The problem was the related search for duplicates in the data table. As required, need to find a duplicate from the key fields (in any field) and assign the **PARENT_ID** record of the first occurrence of the duplicate.
3
+
Find duplicates in CSV file. The problem was the related search for duplicates in the data table. On demand there is a need to find a duplicate from key fields (in any field) and to assign the first duplicate occurrence to **PARENT_ID**.
4
4
5
-
The algorithm on PHP is finds chain of duplicates and generates a result with **ID** and **PARENT_ID**.
5
+
The algorithm finding a chain of duplicates and generates result with **ID** and **PARENT_ID** was created.
0 commit comments