Importing CSV results in java.lang.StackOverflowError
I am using DNG 6.0.6.
When I imported a particular CSV file into DNG, I got java.lang.StackOverflowError.
This CSV file only contains a small number of rows (say 15 rows) with a small number of columns (say 5).
The CSV file is 5MB in size.
|
One answer
Use a text editor to open this CSV file and see if there is anything after those 15 rows.
There could be 1000000+ empty rows (eg lines just containing ,,,,) after the actual data rows.
And it explains why the CSV file is 5MB in size.
Once those empty rows are removed, re-import the CSV file.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.