Question

Is there a way to print a selection on a postgre database in the logfile; using sqlexecutor?? For example, I write - select * from tabename - and want to print the results on the logfile.

  • 17 March 2017
  • 1 reply
  • 0 views


1 reply

Userlevel 2
Badge +12

Have a look at the Logger transformer.

Personally I would rather create my own Text output using the Text Writer, but the Logger will output to the Log file.

Reply