Jump to content

JRCsvDataSource COLUMN problem


Recommended Posts

By: Stefano - szaccaria

JRCsvDataSource COLUMN problem

2006-03-17 05:01

Hi Teodor,

 

I found a bit bug in the JRCsvDataSource:

 

at the line 113 is write:

 

columnIndex = Integer.getInteger(fieldName.substring(7));

 

but I thought that it write as:

 

columnIndex = Integer.parseInt(fieldName.substring(7));

 

otherwise it lauch a exception.

 

I hope this help to you

 

Ciao

Stefano

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...