Automation Professionals' Integration Toolkit Module

I had some dead time today. Party!

Anyways, several new functions:

  • alias() wraps a dataset with a string prefix for each column name

  • nanoTime() just calls java's System.nanoTime() and returns the timestamp.

  • crossJoin() does what you'd think with two datasets.

  • innerJoin() takes two datasets, plus pairs of iterator expressions to match up.

  • leftJoin() as for innerJoin(), but includes a null right row if a row on the left has no match on the right.

For Ignition v8.1+: v2.0.6.232010111

1 Like