Hashed Email as a Primary ID
Hi,
I have a use case where I have Hashed Email of employees and Company Id.
A- Can only Hashed Employee Email serve as a primary ID? Or will it create issues later?
B- Or do I need to combine Hashed Employee Email with other ID's (like Company ID which I have also got in sample data) in data prep to make it more unique and use the appended value as a Primary identity?
Which combination above will be better?
Thanks in advance!