Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You could also use an operator to write to an existing store:

StoreWriter

Code Block
#PARSER PQL
#RUNQUERY
timer = TIMER({
            period = 1000,
            source = 'timersource'
          }
        )

out = StoreWriter({IdAttribute='time', store="test2")},timer)

...