I am working with a dataset now that several unique components, including date. Within a given day, there are about 12-15 new records produced based on these dimensions.
I tried creating a unique identifier that concatenates these dimensions (including date) with the hopes of creating a unique ID that will distinguish old data vs new data; however, the field is too long and as a result is truncated.
Attached is an example of what the data looks like everyday.
Has anyone else run into this/have solutions to this?
Thank you!