ExcelImporter Error: Stack size exceeded

0
Hi all, I need to import multiple xlsx files. Each file has about 136000 lines and 3 columns (Start, End, Value). For the import i am using the “StartImportByTemplate” java action. Without entering an input for “import object parameter” the import works fine and i can see all 136000 datapoints. In order to sort the datapoints I now want to link all datapoints per file to one company. This also works perfectly fine for files with up to 1000 lines. Importing the files with 136000 lines, causes an error: “Maximum call stack size exceeded RangeError: Maximum call stack size exceeded at m (http://localhost:8080/mxclientsystem/mxui/mxui.js?637037889845590670:20:3575) (….)” . The error keeps occurring while running in cloud or locally.    Is there any way to fix this problem or what other possibilities do I have to handle, sort and store my data? 
asked
1 answers
1

Isn’t it possible to import your file step by step in smaller units?

answered