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","Value"
"Index","Identification","Name","Quantity","Unit","Value"
1,1,"Rates",,,
,,,,,
2,1.1,"Category A",,,
1 Hierarchy Index Identification Name Quantity Unit Value
2 1 1 Rates
3
4 2 1.1 Category A