Skip to main content
Question

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

  • March 25, 2022
  • 1 reply
  • 37 views

Forum|alt.badge.img

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

david_r
Celebrity
  • 8391 replies
  • March 25, 2022

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