caais.export - CSV column reference for exports
- class caais.export.ExportVersion(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
EnumDefines the different types and versions of CSVs that can be exported.
- CAAIS_1_0 = 1
- ATOM_2_6 = 2
- ATOM_2_3 = 3
- ATOM_2_2 = 4
- ATOM_2_1 = 5
- static is_atom(version: ExportVersion) bool
Determine if version is an AtoM version.
- property fieldnames: list[str]
Get CSV column names for the specific version.