Thank you
CLIENT gave ME A set of 10 text files with ambiguous data and no field descriptions, I uploaded them and discovered that each converted file had a repeating foreign key but no primary key. The task was to join these files together.
I proposed two solutions:
1. Linking all foreign keys together and removing duplicates.
2. Adding additional fields to the join to increase data accuracy and remove duplicates.
I would appreciate your feedback on my solutions and any other suggestions you may have.
CLIENT gave ME A set of 10 text files with ambiguous data and no field descriptions, I uploaded them and discovered that each converted file had a repeating foreign key but no primary key. The task was to join these files together.
I proposed two solutions:
1. Linking all foreign keys together and removing duplicates.
2. Adding additional fields to the join to increase data accuracy and remove duplicates.
I would appreciate your feedback on my solutions and any other suggestions you may have.
Last edited: