Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



One answer

Permanent link

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.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 29 '18, 7:08 p.m.

Question was seen: 2,201 times

Last updated: Dec 13 '21, 2:12 a.m.

Related questions
Confirmation Cancel Confirm