Question

How could I execute a SQL "select distinct" command on an ESRI FGDB Table?

  • 25 March 2022
  • 1 reply
  • 9 views

Badge

I have tried using the unique value transformer but it only accepts a single column. The SQL Executor doesn´t read FDGB. So how could I do an SQL distinct on two columns?


1 reply

Userlevel 4

You can always use the DuplicateRemover, it'll have the same effect except that FME will have to read the entire table first.

Reply