I need to transpose some of the attributes (with prefix "INTER"), but keep the other ones not transposed.
Original data looks like this:

The result should look like this:

Except not transposed attributes should have values. Obviously AtributeExploder doesn't do the job in this case. How can it be done?


