How do I best go about to write a Source for the Python SDK which should read a nested XML file and split the content into multiple rows. The existing sources all work on line level which is not what I need in context of my XML.
It's a bunch of XML files and every single file makes out one transaction that has to be broken down into multiple records (order lines, payments, etc.).