Endofrecord
End of Record (EOR) is a marker used in data processing to indicate the boundary between records within a stream of data. It is employed across file formats, communication protocols, and data interchange to separate discrete units of information. The exact representation of an EOR marker varies by system and context; some use specific characters or byte sequences, while others rely on structural metadata to denote the end of a record.
In text-based files, EOR is often the end-of-line marker. Common encodings include the line feed (LF, 0x0A)
End of Record is distinct from End of File (EOF). EOF signals that no more data remains
Applications of EOR include line-oriented text processing, CSV and other delimited formats, and streaming or bulk