...
Excerpt |
---|
PhixFlow cannot ensure unique values for a primary key where:
If your data already hasĀ a unique attribute, you can use that as the primary key. For example, the Teacher table stream could have a National Insurance attribute, which would be unique to a teacher. In this case, you must set up your own processes to make sure that the data records stream-items in a table stream all have unique values in the primary key. |
...