Is there a way to call a pipelined function with parameters and then read the results as a table in FME desktop? I am only interested in non-spatial attributes being used.
Thanks in advance...
Is there a way to call a pipelined function with parameters and then read the results as a table in FME desktop? I am only interested in non-spatial attributes being used.
Thanks in advance...
Best answer by erik_jan
I think the SQLCreator should be able to do that.
This transformer acts as a reader, based on a SQL statement.
The statement will be passed to the database and the result will be read into FME.
Hope this helps.