Dear FME'ers,
I have a question about the conflict resolution of SQLExecutors and FeatureReaders.
I found the issue when I was reading data from a PostgreSQL database. Some of the initiator's attribute names where the same as in the result of my SQL. Therefore I used the option 'conflict resolution'. This because I supposed that the data of the initiator is then overwritten by the data of the SQL script (for the attributes with conflicting names).
After that I tried to rename the output attributes with the help of a BulkAttributeRenamer but got an error. This is not the case when I set the conflict resolution to 'Use Initiator'. There is also no problem when I use a regular AttributeRenamer
If I'm obliged to remove all conflicting attributes then what is the use of the conflict resolution? Or is this a problem related to the BulkAttributeRenamer?
In attachment an example of my question with some extra info. I was able to recreate the issue by reading an Excel file with a FeatureReader:
Our FME version: 2019.1.3.0 (20191007 - Build 19642 - WIN64)
we use python 3.6+
Thanks in advance!
Kind Regards,
Louis Put