-
onSkipInRead
I have a SkipListener defined for a reading a flat file. I am getting a FlatFileParseException for a bad record from the file. The onSkipInRead is NOT being called on the SkipListener as I expected? I am getting the onSkipInProcess method called when a record fails validation so I know that it is wired correctly.... I am wrong to think that this is the correct usage for the onSkipInRead method?
Thanks
-
That sounds like the correct use case. How about sharing some more details (config / java etc.)?