Question

How I can run two procedure after write

  • 28 December 2018
  • 2 replies
  • 1 view

Badge

How I can run two procedure after write using this option.


2 replies

Userlevel 4
Badge +30

Hi @bkolubenka

Did you try to insert your procedure in the option: SQL to Run After Write ?

 

Thanks,

Danilo

Userlevel 2
Badge +12

I would use the FeatureWriter instead of a writer.

Then connect a SQLExecutor to an output port of the FeatureWriter to execute any SQL.

Reply