I have the following JSON:
"item": [
{
"id": "3",
"num": 0,
"name": "de",
"leve": {
"label": [
"Ini",
"Sec",
"Coo"
],
"effect": [
"{{ e5 }} -> {{ e5NL }}",
"{{ e1 }} -> {{ e1NL }}",
"{{ cooldown }} -> {{ cooldownnNL }}"
]
},
},
{
"id": "4",
"num": 0,
"name": "de",
"leveltip": {
"label": [
"Initial Damage",
"Secondary Damage",
"Cooldown"
],
"effect": [
"{{ e5 }} -> {{ e5NL }}",
"{{ e1 }} -> {{ e1NL }}",
"{{ cooldown }} -> {{ cooldownnNL }}"
]
},
},
{
"id": "5",
"num": 0,
"name": "de",
"leveltip": {
"label": [
"Initial Damage",
"Secondary Damage",
"Cooldown"
],
"effect": [
"{{ e5 }} -> {{ e5NL }}",
"{{ e1 }} -> {{ e1NL }}",
"{{ coo}} -> {{ cooNL }}"
]
},
},
],
I want to save this into csv file which contains all data into a seperate table like below :
item_id item_name item_num item_level_label_inti item_level_effect_inti
3 de 0 ini {{ e5 }} -> {{ e5NL }}
4 de 0 ini {{ e5 }} -> {{ e5NL }}
like above column its contains all the data into a column