buildingmotif.ingresses.csvingress# Classes CSVIngress([filename, data]) Reads rows from a CSV file and exposes them as records. class CSVIngress(filename: Path | None = None, data: str | StringIO | None = None)[source]# Reads rows from a CSV file and exposes them as records. The type of the record is the name of the CSV file property records: List[Record]# Generates (then caches) a list of Records from an underlying data source