Bug #38
[log4j CSV] remove separator at the end of a data line
| Status: | Closed | Start: | 31/03/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Jonathan Clarke | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | 1.1.0 | |||
| Problem in version: |
Description
When LSC export data to CSV file via log4j, the result is something like the following :
8<--------
uid;sn;givenName;cn;mail
jdoe;Doe;John;John Doe;jdoe@example.com;
8<--------
You can see the ; character at the end of the second line. It should not be there, to match the definition into the first line.
Associated revisions
Don't output CSV seperator after last field. Closes #38.
History
Updated by Jonathan Clarke over 1 year ago
- Status changed from New to Closed
- Assigned to set to Jonathan Clarke
Fixed in commit #175.