Hi Ghislain,
Sorry about not being clear enough. The Domain Calculator in your
example does not work with the default settings, as in your case it
contains more than 60 values the ObjectIndex column. If you change
that option you will be able to run the workflow without getting the
nominal column error.
Although it is not possible to use it in this form.
But actually your idea with GroupBy, and RegexSplit is really good. :)
I had no idea it is possible.
I guess your sentence left unfinished related to Unpivot, but I guess
you did Column Filter, Unpivot(X-Y_Arr\[(\d+)\]), String to Number,
Rename, Sorter, Domain Calculator and finally Pivot. Giving the final
result. Actually this is a workaround, but really uncomfortable in my
opinion. But I am happy you have found it. :)
The pivot node does not work (in this case even if you used Domain
Calculator), because it expects the data in an order like this:
ObjectIndex|X-Y
0|48-489
1|480-491
...
574|855-1005
0|49-489
1|481-491
...
574|856-1005
...
The new node should merge the data with itself to achieve this form.
I am afraid I was not understanding your letter's second part. Do you
mean you want to use Data Manipulation/Row/Sorter?
Thanks for the feedback, gabor