SQLResultToCsvProcessor |
Top Previous Next |
This Processor writes a sql-Result to a file on the Database. As format the fieldvalues are separated by ';'.
Parameter |
Description |
db_conn |
JDBC connection parameter name, used for the communication to the database. |
query |
URL for the given JDBC driver. |
fieldseperator |
(optional) Separator, ';' by default |
filename |
name of file written |
{@code columnnames |
(optional) Should columnnames be added (default true) |