Hello,
Sorry to add another topic on this subject but even by reading many posts about this, i didn't succeed to solve my issue : Time to learn from community
Here is an exemple of json input that i don't succeed to parse :
{
"Meta Data": {
"1. Information": "Informations (label1, label2, label3, label4)",
"2. Parameter1": "Value1",
"3. Parameter2": "Value2",
"5. Last Refreshed": "2019-04-12 16:45:00",
"6. Time Zone": "GMT+8"
},
"Time Series": {
"2019-04-12": {
"1. label1": "1.0000",
"2. label2": "1.1111",
"3. label3": "1.2222",
},
"2019-04-11": {
"1. label1": "1.0000",
"2. label2": "1.1111",
"3. label3": "1.2222",
},
"2019-04-10": {
"1. label1": "1.0000",
"2. label2": "1.1111",
"3. label3": "1.2222",
}
I tried many different things such as using json_line codec, different multiline pattern, ranaming fields one by one, ...
Thanks for your help,
Regards,
Mark