Jump to content
JasperReports Library 7.0 is now available ×

Extra comma in CSV output


JoshuaPDavis

Recommended Posts

I searched the forum and found similar topics, but none seemed to address my particular issue.

 

My report has seven columns, each has a width of 100, and the value of x for each reportElement is 0, 100, 200, 300, 400, 500, and 600.

 

When I export to CSV using the JRCsvExporter, it puts two commas between the first and second columns, and one comma between the remaining columns, like so:

 

c1,,c2,c3,c4,c5,c6,c7

 

What do I need to do to have only one comma between the first and second column?

 

I am using jasperreports-1.3.1.jar.

 

Thanks.

Link to comment
Share on other sites

  • Replies 1
  • 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...