-
Sep 9th, 2010, 07:05 PM
#1
NullFieldSetMapper
When I have rows I don't want to deal with, I've been using a custom fieldset mapper that return null along with my pattern matching line mapper. Is there a better way?
-
Sep 12th, 2010, 11:16 PM
#2
If you return null from a FieldSetMapper doesn't the Step execution stop processing? Isn't it better to return a special non-null value that you can recognize and filter out in a custom ItemReader or ItemProcessor?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules