Hello all,
I have three data source here. I would like to use "Company Name" as the main column in order to merge these three files.
I need the help to create that flow that can solve:
1. All the Company's names that are similar in structure like "abc.d","abc.c" can be replaced and made to "abc", ID columns can be added into same file.
2. "Company" column which the name has been modified needs to be replaced by the new one.
For instance:
I have these
OUTPUT:
1.
| Company Name | ID | UID | UUID |
| abc | 1 | 12 | 123 |
| cde | 2 | 34 | 456 |
2.
| UID | Company Name |
| 12 | abc |
| 34 | cde |
Thank you.