NBi icon indicating copy to clipboard operation
NBi copied to clipboard

Support of new alteration "split-row"

Open Seddryck opened this issue 2 years ago • 0 comments

This alteration creates a new row for each instance of a the value of a specified field split by the help of a separator. The other columns are identically replicated.

Original table

Fruit Price Stock
Apple, Peer 10 125
Orange 5 15

Alteration

<split-row identifier="[Fruit]" separator=", "/>

Result table

Fruit Price Stock
Apple 10 125
Peer 10 125
Orange 5 15

Seddryck avatar Mar 20 '22 21:03 Seddryck