Issue Details (XML | Word | Printable)

Key: BATCH-393
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robert Kasanicky
Reporter: Anthony Falabella
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

DefaultFieldSet should not always trim whitespace from the value returned

Created: 27/Feb/08 09:23 AM   Updated: 07/Aug/08 10:06 AM
Component/s: Infrastructure
Affects Version/s: 1.0.0.m4
Fix Version/s: 1.0.0.m5

Time Tracking:
Original Estimate: 0.25d
Original Estimate - 0.25d
Remaining Estimate: 0.25d
Remaining Estimate - 0.25d
Time Spent: Not Specified
Remaining Estimate - 0.25d

Environment: N/A


 Description  « Hide
DefaultFieldSet should not always trim whitespace from the value returned. (I think it's valid for trimming to occur on the "name" of a field.) It's a valid use-case for people to want the raw data that was read with whitespace included. (It also can slightly slow performance during the reading of a file when trimming is done).

Please allow users to decide which field(s) they would like trimming to occur on.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Robert Kasanicky added a comment - 04/Mar/08 04:18 AM
Added readRawString(..) on FieldSet interface that returns string including trailing whitespace

Dave Syer added a comment - 07/Aug/08 10:06 AM
Assume closed as resolved and released