Tests if key is unique, stops upon encountering a non-unique key value.
Example 1
Example 2
I Ain't Afraid of No Code!
Example 1[
[
"verifyunique",
{
"subtable": null,
"key": [
"Field1",
"Field2"
],
"_comment": null
}
]
]
Example 2
[
[
"verifyunique",
{
"subtable": null,
"key": [],
"_comment": null
}
]
]
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param list key: The (optional) field key(s).
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.