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
Copy file name to clipboardExpand all lines: docs/usage-bods.rst
+33-5Lines changed: 33 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,36 @@
1
1
Flatten Tool for BODS
2
2
+++++++++++++++++++++
3
3
4
+
BODS 0.4
5
+
========
6
+
7
+
Flatten tool can be used to flatten and unflatten BODS 0.4 data.
8
+
9
+
Flatten tool has not yet been updated to handle the BODS 0.4 schema. (For the moment the ``--schema`` option should not be used when handling BODS 0.4 data.) This documentation will be updated when the work is complete.
10
+
11
+
12
+
4
13
flatten and unflatten
14
+
---------------------
15
+
16
+
This data standard has a list as the root element,
17
+
as opposed to other standards where the root element is a dict with meta data and a list of data.
18
+
When flattening and unflattening, use the ``--root-is-list`` option.
19
+
20
+
The id element is ``statementId``, so also use the ``--id-name`` option.
0 commit comments