mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 02:24:30 +00:00
Ifc5d can now parse cost category breakdowns in CSV form
This commit is contained in:
+14
-10
@@ -1,10 +1,14 @@
|
||||
1,"Demolition",,,
|
||||
2,"Building A",,,
|
||||
3,"Soft strip",1,"m",5
|
||||
3,"Hard Strip",2,"m2",6
|
||||
3,"Hazmat",3,"m3",7
|
||||
,,,,
|
||||
2,"Building B",,,
|
||||
3,"Soft strip",4,"hr",8
|
||||
3,"Hard Strip",5,,9
|
||||
3,"Hazmat",6,"kg",10
|
||||
"Hierarchy","Name","Quantity","Unit","Foo","Bar","Baz","Subtotal"
|
||||
1,"Demolition",,,,,,301
|
||||
,,,,,,,
|
||||
2,"Building A",,,,,,96
|
||||
,,,,,,,
|
||||
3,"Soft strip",1,"m",5,4,3,12
|
||||
3,"Hard Strip",2,"m2",6,5,4,30
|
||||
3,"Hazmat",3,"m3",7,6,5,54
|
||||
,,,,,,,
|
||||
2,"Building B",,,,,,205
|
||||
,,,,,,,
|
||||
3,"Soft strip",4,"hr",8,7,,60
|
||||
3,"Hard Strip",5,,9,,8,85
|
||||
3,"Hazmat",6,"kg",10,,,60
|
||||
|
||||
|
Reference in New Issue
Block a user