You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's create special ECs for generation multiple values.
Current EC replace tag with one value, but sometimes it make sense to generate multiple value (like 'dg:assign').
We can add 'repeat' property for specification of necessary number of values.
It can be number or 'all' for cases with limited number of values.
For example:
'%regexp() repeat=3' will generate 3 values for given regexp expression
'%stateShort repeat=all' will generate 51 values with all states
'%stateShort repeat=7' will generate 7 values with randomly selected states
What do you think?
The text was updated successfully, but these errors were encountered:
Holding off on this for now. This feature is implemented somewhat in the upcoming DGJSON tool and website. If we want to pull some feature into the common lib and/or SCXML tool, we can revisit.
Let's create special ECs for generation multiple values.
Current EC replace tag with one value, but sometimes it make sense to generate multiple value (like 'dg:assign').
We can add 'repeat' property for specification of necessary number of values.
It can be number or 'all' for cases with limited number of values.
For example:
What do you think?
The text was updated successfully, but these errors were encountered: