-
Has anyone had to import (using node or any other language) an XSL (or XSLB) file > 80mb and transform to CSV (or JSON)? Any tips? Running basic code in node is (obviously) running out of memory. I could up the memory, but doesn't really solve the source of the issue.