csv2ifc import - rename required column from hierarchy to index #5492

To prevent confusion with 'Hierarchy' column that's added on the export and make current and export compatible.
Indices now always start from 1 for consistency.
This commit is contained in:
Andrej730
2025-04-17 12:36:00 +05:00
parent bebb29f486
commit 209caec49a
6 changed files with 24 additions and 10 deletions
+5
View File
@@ -30,6 +30,11 @@ See example files as a CSV file format reference:
Some notes on the format:
- Empty lines are ignored.
- Importing ods/xlsx is not currently supported, only csv.
- 'Hierarchy' is just an informational column that doesn't affect the import.
E.g. '1', '1.1', '1.1.1', etc.
- 'Index' column is a hierarchy depth that's used for building hierarchy during csv import, starting from 1.
E.g. root items of the same level have index '1', their children have '2', etc.
- 'Index' was preferred for import hierarchy source over 'Hierarchy' as it's easier to edit from the table view.
## Usage IFC to CSV, ODS, XSLS