Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithIf you have a data input that has some records where the ENTIRE record is duplicated, you can remove the duplicates by using SORT and specifying the UNIQUE parameter.
But.. you'd have to type in EVERY field name for all columns of data.
Unless you use this:
map(&field,inputFields(1))
Which would do a sort-unique across any number of input columns.