Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of new alteration "split-row" #680

Open
Seddryck opened this issue Mar 20, 2022 · 0 comments
Open

Support of new alteration "split-row" #680

Seddryck opened this issue Mar 20, 2022 · 0 comments
Milestone

Comments

@Seddryck
Copy link
Owner

Seddryck commented Mar 20, 2022

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 Seddryck modified the milestone: v2.1 Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant