Skip to content

Commit 595d687

Browse files
committed
Update redme
1 parent 6a620aa commit 595d687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Problem/Motivation
22
--
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**.
44

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.
66

77
Example of input data (based on the csv file):
88
```

0 commit comments

Comments
 (0)