Import and adjust big XML
My goal is to import a big XML file (32MB) and then also adjust the data within the data source which loads the XML. In my current approach, you upload the file into an attachment and the data source will then read the content out of the file and par...