I have a list containing several list as this example :
A{}.B{}
A{}.C{}
A{}.D{}
So I use a ListExploder for the A list. Then I have to use 3 ListExploder for each remaining list B, C and D.
Is there another way to do it minimizing the amount of ListeExploder in my project?
Thanks.