append_unprocessed

append_unprocessed(records: Sequence[Record], path: str | Path, *, metadata: dict[str, Any] | MappingSet | None = None, converter: Converter | None = None, prefixes: set[str] | None = None, exclude_columns: Collection[str] | None = None) None[source]

Append records to the end of an existing file.