You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,6 +82,10 @@ The specification of this csv file is as follows:
63
82
"updateDate": "01/08/2022",
64
83
}
65
84
```
85
+
=== "CSV download"
86
+
87
+
* [Material Catalogue example download](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_7_Materials_Catalogue_Example.csv){target=_blank}
@@ -142,6 +142,9 @@ The specification of this csv file is as follows:
142
142
"discontinueDate": ""
143
143
}
144
144
```
145
+
=== "CSV download"
146
+
147
+
* [Component Catalogue example download](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_1_Component_Catalogue_Example.csv){target=_blank}
@@ -128,6 +128,9 @@ The specification of this csv file is as follows:
128
128
"discontinueDate": ""
129
129
}
130
130
```
131
+
=== "CSV download"
132
+
133
+
* [Complete Packaging example download](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_3_Complete_Packaging_Example.csv){target=_blank}
Copy file name to clipboardExpand all lines: docs/3_Data_Specification/3_5_Multipack.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ title: Multipack
6
6
7
7
The multipack schema contains information regarding the multipacks that are used to create loads. These are created from a number of either identical or different complete packages from the complete packaging schema.
8
8
9
+
**Note:** The multipack portion is optional (only applies to multipacks). If the complete packaging or component is *not* in a multipack, all of the fields below are optional.
**Note:** The multipack portion is optional (only applies to multipacks). If the complete packaging or component is *not* in a multipack, all of the fields below are optional.
34
-
35
55
Multipack should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one multipack of a load. An example is provided.
0 commit comments