Hello everyone.
I have created a workflow to dynamically import XML files into Postgress. Everything works great. N8N is great, however I am having problems with large files.
I downloaded a zip file and unzipped it. The extracted XML file is 133 MB and when I use the ‘Extract from XML’ node I have a memory problem: “There might not be enough memory to finish the execution.”
Do you have any solutions to solve this problem?
Is it possible to break the XML file into smaller blocks? Any other ideas?
Once I have extracted the XML file I convert it to JSON, so if there was also a way to transform the XML file contained in the ZIp file directly into Json I could skip a step.
Thanks in advance to anyone who can help me
Davide