Skip to content

Commit d50a6bf

Browse files
committedDec 29, 2024
Copyedit doc/howto/data-csv
1 parent aa4f6b1 commit d50a6bf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎doc/howto/data-csv.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,18 @@ In order to follow this HOWTO, you need the following:
4949
1. This Python package, :mod:`.transport_data` installed and usable on your system.
5050
See :ref:`install`.
5151
2. Some existing data.
52-
3. A stored **data flow definition** (DFD) for the data (2).
52+
3. A stored **data flow definition** (DFD) and associated **data structure definition** (DSD) for the data (2).
5353

54-
This DFD, and the associated **data structure definition** (DSD), must include:
54+
See :doc:`/howto/cli-edit` for one way to create a DSD and DFD.
55+
The DSD must include at minimum, all dimensions and the (primary) measure of the data, with the IDs to be used in section (B), step (1) below.
5556

56-
- …
57-
58-
.. note:: This HOWTO does not currently specify how to prepare a DSD and DFD.
59-
This will be added in the future, to this HOWTO or a separate one.
6057

6158
A. Choose a file format
6259
=======================
6360

6461
:mod:`.transport_data` can handle the following formats:
6562

66-
1. SDMX-CSV (:file:`.xlsx`).
63+
1. SDMX-CSV (:file:`.csv`).
6764

6865
.. code-block::
6966

0 commit comments

Comments
 (0)
Please sign in to comment.