# Functions
NewCsv returns a record reader that reports each CSV row as a record.
NewJson returns a record reader that parses Apex-flavor JSON and converts it into bytes of JSONLines format in its records.
ReadAll returns a record group that has read every record from the given reader, stopping after the first error.
# Variables
No description provided by the author
# Structs
No description provided by the author
RecordGroup is a complete chunk of records read from the reader.
# Interfaces
No description provided by the author