Hi All,
I am trying to figure out how to get distinct records based on a column which has similar values. As you can see below, i have multiple rows or records but they are with similar values. i want to eliminate the duplicates from this.
I was thinking of sorting them and using muti row with regex to get an output and using unique after that but not able to find out. Pls provide your comments.
| Input | Output |
| 0.ES Data Extraction Main | Data Extraction Main |
| 0.FR Data Extraction Main | Data Extraction Main |
| 0.GB Data Extraction Main | Data Extraction Main |
| 0.IT Data Extraction Main | Data Extraction Main |
| 00 Duplicate PO Check Tool_after AGB_v2 | Duplicate PO Check Tool_after AGB |
| 00 Duplicate PO Check Tool_after AGB_v3 | Duplicate PO Check Tool_after AGB |
| 01 Top 11_InDI_PowerBI_major overhaul_v0.98 | 01 Top 11_InDI_PowerBI_major overhaul |
| 01 Top 11_InDI_PowerBI_major overhaul_v0.98 - QC | 01 Top 11_InDI_PowerBI_major overhaul |
| 01 Top 11_InDI_PowerBI_major overhaul_v0.99 | 01 Top 11_InDI_PowerBI_major overhaul |
| 01. CRM_MCCP | 01. CRM_MCCP |
| 01. CRM_MCCP_TEAM_ACTUAL | 01. CRM_MCCP_TEAM |
| 01. CRM_MCCP_TEAM_ACTUAL_DIVIDED | 01. CRM_MCCP_TEAM |
| 05 MB to CML filter 1 Part 2 | 05 MB to CML filter 1 Part 2 |
| 05 MB to CML filter 1 Part 2 - Copy | 05 MB to CML filter 1 Part 2 |
| 05 MB to CML filter 1 Part 2 - test | 05 MB to CML filter 1 Part 2 |