Documentation Index

Fetch the complete documentation index at: https://docs.datajet.app/llms.txt

Use this file to discover all available pages before exploring further.

ErrorIfDuplicate

Prev Next

Logs an error if the specified field has duplicate values.

Parameters

KeyValue(s)Description
method"ErrorIfDuplicate"Logs an error if the field contains duplicate values.
field"table.field"The fully qualified field to check for duplicate values.
project"MyProject"Name of the project.

Example

{
  "method": "ErrorIfDuplicate",
  "field": "table.field",
  "project": "MyProject"
}