NBi
NBi copied to clipboard
Support to distribute a row based on lower and upper bounds columns
In some cases, you have two columns that must be interpreted as the lower and upper bound of an interval. It’s would be great to support the creation of several identical rows for each row based on a sentinel-loop where the parameters seed
and interval
are fulfilled based on the current row.
<distribute column-identifier=‘instant’>
<loop-sentinel seed=‘[start]’ terminal=‘[end]’ step=‘01:00:00’/>
</distribute>