Hi,
I have a SQLExecutor with a dynamic SQL Server query like:
SELECT * FROM value(@table_name)
Obviously, as it is a dynamic query I don't expose any attribute.
Then, I connect the schema and generic outputs to a featureWriter (CSV).
When I run the workspace, It finish suscessfully but It doesn't generate the CSV file.
The same problem if I try to generate the CSV file with a dynamic writer instead of a featurWriter.
However, if I replace the SQL Executor with a dynamic featureReader, the CSV is generate correctly.
I need a SQL Executor because the query will be a bit more complex.
I think It is something related with schema but I missing something.
Could anyone help? Thank you un advance!
Regards.