So I want to delete the duplicates, or find the distinct combinations across two columns.
I know I can do that with SQL on a database. But I just have a table here and want to do that directly in my FME script.
Does someone has an idea?
So I want to delete the duplicates, or find the distinct combinations across two columns.
I know I can do that with SQL on a database. But I just have a table here and want to do that directly in my FME script.
Does someone has an idea?
Best answer by ebygomm
You can use an AttributeCreator/AttributeManager with a conditional statement to create a new value that is always the lower value followed by the higher value. Then a duplicatefilter to get only the unique records

No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.