Restrucutre flat table (after JSON to Table)

Hi!
I would like to restructure my flat table, whose data I have extracted from a JSON file.

I’m struggling to find an efficient solution to have one column per language.

Which method would you choose to reach your target?

Left table shows the ACTUAL situation.
Right table the TARGET situation.

Thanks in advance

Andre

Could you please provide some sample input and desired output? That would make it easier for potential helpers.

Hi, yes. Thanks for the hint.

restructure_table_example.knwf (7.6 KB)

Hey @AndreAndre , have a look at the attached :slight_smile:
json to table to piviot.knwf (60.1 KB)

1 Like

This works, but its totally manual and brute force. As far as I could see your input data has no discernable pattern on which to automate.

1 Like

Hi @Add94 , Hi @rfeigel ,
sorry for the delay of my reaction.
I will check your solution at least on friday.
BR
Andre