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
+1 -1
View File
@@ -1,4 +1,4 @@
"Hierarchy","Identification","Name","Quantity","Unit","Foo","Bar","Baz","Subtotal"
"Index","Identification","Name","Quantity","Unit","Foo","Bar","Baz","Subtotal"
1,1,"Demolition",,,,,,301
,,,,,,,,
2,1.1,"Building A",,,,,,96
1 Hierarchy Index Identification Name Quantity Unit Foo Bar Baz Subtotal
2 1 1 Demolition 301
3
4 2 1.1 Building A 96