Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

PhixFlow cannot ensure unique values for a primary key where:

  • the name is UID but it's data type is not integer
  • the name is not UID.

If your data already has a unique attribute, you can use that as the primary key. For example, the Teacher 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 stream-items in a stream all have unique values in the primary key.

  • No labels