hello, I have a non standard Json file with a nested file structure that I have issues with. Here is an example of the json file. jsonfile= """[ {
"success":true,
"numRows":2,
"data":{
"58251":{
"invoiceno":"58...
Thanks for following up. I didn'get any answers from this forum which I could use directly, but it did help me to move forward. But I still figured out a solution to the problem after more study of the subject.The best solution was to write a schema ...
@Hubert Dudek , Thanks a lot for your answer. That helped. I still w,onder how i can keep the connected data between the Data level and the "lines" level. # i would like to keep reference to invoiceno in lines.*
dfl = invoices.select("lines.*","inv...