Hello,
I'm having troubles with exposing FME Feature Attributes with the SQLExecutor.
I use the SQL Executor with this statement:
And therefore I entered these attributes to be exposed:
I would like to add the FME Feature Attribute ‘SAMPLE_NR’.
- How do I need to add the attribute to the SQL statement?
- And what should I put as ‘Attribute to Expose’?
I tried this:
With the term SAMPLE_NR or '' or as Attribute to Expose. But each time I get the value <missing> in the SAMPLE_NR column.
Thanks in advance for any help.