Package org.springframework.batch.item.file.separator
@NonNullApi
package org.springframework.batch.item.file.separator
Infrastructure implementations of io file support separator concerns.
-
ClassDescriptionA
RecordSeparatorPolicy
that treats all lines as record endings, as long as they do not have unterminated quotes, and do not end in a continuation marker.JSON-based record separator.Policy for text file-based input sources to determine the end of a record, e.g.Simplest possibleRecordSeparatorPolicy
- treats all lines as record endings.ARecordSeparatorPolicy
that looks for an exact match for a String at the end of a line (e.g.