Question

Reading all database tables in feature reader

  • 9 March 2022
  • 1 reply
  • 22 views

Badge +1

Hello,

When using a FeatureReader, is there a value you can enter into the Feature Types to Read parameter which is like 'read all'?

 

The scenario would be to read everything, as the number of tables will change, and this is for an automated fme server workspace.

imageThanks,

Owen


1 reply

Userlevel 6
Badge +33

I think the answer is no, because this is a database format. You probably need to read the view where all tables are listed with a postgres reader and start a second postgis featurereader with the attribute in the featuretypes to read.

Reply