dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31647
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1147: CSV meta data import
------------------------------------------------------------
revno: 1147
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-07-17 15:26:36 +0200
message:
CSV meta data import
modified:
src/docbkx/en/dhis2_user_man_import_export.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_import_export.xml'
--- src/docbkx/en/dhis2_user_man_import_export.xml 2014-06-29 22:17:21 +0000
+++ src/docbkx/en/dhis2_user_man_import_export.xml 2014-07-17 13:26:36 +0000
@@ -130,6 +130,12 @@
<listitem>
<para>Organisation unit groups</para>
</listitem>
+ <listitem>
+ <para>Validation rules</para>
+ </listitem>
+ <listitem>
+ <para>Option sets</para>
+ </listitem>
</itemizedlist>
<para>The formats for the currently supported object types for CSV import are listed
below.</para>
@@ -359,6 +365,105 @@
</tgroup>
</table>
<table frame="all">
+ <title>Validation Rule CSV Format</title>
+ <tgroup cols="4">
+ <colspec colname="c1" colnum="1" colwidth="2.37*"/>
+ <colspec colname="c2" colnum="2" colwidth="1*"/>
+ <colspec colname="c3" colnum="3" colwidth="3.84*"/>
+ <colspec colname="c4" colnum="4" colwidth="6.29*"/>
+ <thead>
+ <row>
+ <entry>Column</entry>
+ <entry>Required</entry>
+ <entry>Value (default first)</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Name</entry>
+ <entry>Yes</entry>
+ <entry/>
+ <entry>Name. Max 230 characters. Unique.</entry>
+ </row>
+ <row>
+ <entry>UID</entry>
+ <entry>No</entry>
+ <entry>UID</entry>
+ <entry>Stable identifier. Max 11 char. Will be generated by system if not
+ specified.</entry>
+ </row>
+ <row>
+ <entry>Code</entry>
+ <entry>No</entry>
+ <entry/>
+ <entry>Stable code. Max 50 </entry>
+ </row>
+ <row>
+ <entry>Description</entry>
+ <entry>No</entry>
+ <entry/>
+ <entry>Free text description.</entry>
+ </row>
+ <row>
+ <entry>Instruction</entry>
+ <entry>No</entry>
+ <entry/>
+ <entry/>
+ </row>
+ <row>
+ <entry>Importance</entry>
+ <entry>No</entry>
+ <entry>medium | high | low</entry>
+ <entry/>
+ </row>
+ <row>
+ <entry>Rule type</entry>
+ <entry>No</entry>
+ <entry>validation | surveillance</entry>
+ <entry/>
+ </row>
+ <row>
+ <entry>Operator</entry>
+ <entry>No</entry>
+ <entry>equal_to | not_equal_to | greater_than | greater_than_or_equal_to | less_than |
+ less_than_or_equal_to | compulsory_pair</entry>
+ <entry/>
+ </row>
+ <row>
+ <entry>Period type</entry>
+ <entry>No</entry>
+ <entry>Monthly | Daily | Weekly | Quarterly | SixMontly | Yearly</entry>
+ <entry/>
+ </row>
+ <row>
+ <entry>Left side expression</entry>
+ <entry>Yes</entry>
+ <entry/>
+ <entry>Mathematical formula based on data element and option combo UIDs.</entry>
+ </row>
+ <row>
+ <entry>Left side expression description</entry>
+ <entry>No</entry>
+ <entry/>
+ <entry/>
+ </row>
+ <row>
+ <entry>Right side expression</entry>
+ <entry>Yes</entry>
+ <entry/>
+ <entry>Mathematical formula based on data element and option combo UIDs.</entry>
+ </row>
+ <row>
+ <entry>Right side expression description</entry>
+ <entry>No</entry>
+ <entry/>
+ <entry/>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table frame="all">
<title>Option Set CSV Format</title>
<tgroup cols="4">
<colspec colnum="1" colname="c1" colwidth="1.27*"/>