Featurereader cannot use an user parameter to read multipule feature types
I use the feature reader to read data from PostGIS, I created a user parameter in feature reader to get the feature type to read. However, it did not work if I select multipule features (tables) from my postgres database. It only works when 1 feature type is selected. Is this a common issue of FME?
This has nothing to do with output ports, in this case I chose single output port for further process.
The error shows that 'ERROR: relation "reference.dataset_invoer_bkk reference.uitzonderingen" does not exist’
reference.dataset_invoer_bkk and reference.uitzonderingen are two tables from the same schema, but while fme send calling message to postgres, it did not sepate those tow calls, instead, it called the database everything at the same time.
Thank you anyway for the help!
Hmm… How did you set up your User Parameter ? As Choice/List? This works for me… What version of FME / FeatureReader are You using? Try newest --- There have been some updates… Changelog - FME by Safe Software
This works for me as well in 2021.2.6. What version do you use @jiaxin ?
This works for me as well in 2021.2.6. What version do you use @jiaxin ?
Hello Niels, I use 2023.1
Hmm… How did you set up your User Parameter ? As Choice/List? This works for me… What version of FME / FeatureReader are You using? Try newest --- There have been some updates… Changelog - FME by Safe Software
Hello Hermamm,
I generated the user parameter in the feature reader like this, and the FME version is 2023.1: