From 7acd13cb82c623b7106d5ccbdf24dcb9f3e37e69 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 16 Apr 2025 11:09:50 +0500 Subject: [PATCH] ifc5d readme - mention format examples --- src/ifc5d/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ifc5d/README.md b/src/ifc5d/README.md index dd9be5cddb..cd7fa2ab1b 100644 --- a/src/ifc5d/README.md +++ b/src/ifc5d/README.md @@ -23,6 +23,14 @@ Planned (would you like to contribute? Please reach out!): ## Usage CSV to IFC +See example files as a CSV file format reference: +- `sample_cost_schedule_house_FR.csv` / `.ods` +- `schedule.csv`, `rates.csv` (schedule of rates example) + +Some notes on the format: +- Empty lines are ignored. +- Importing ods/xlsx is not currently supported, only csv. + ## Usage IFC to CSV, ODS, XSLS #TODO