Question
I am looking to dump from results of the SQL Executor into a DB table (fields not known). Looking for ways to do it. I see there is Schema and Result port for SQLExecutor. Not sure how to use both in order to insert the data into a table.
I am looking to dump from results of the SQL Executor into a DB table (fields not known).
Looking for ways to do it.
I see there is Schema and Result port for SQLExecutor. Not sure how to use both in order to insert the data into a table.

