← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1121: Docs, csv

 

------------------------------------------------------------
revno: 1121
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2014-06-30 00:17:21 +0200
message:
  Docs, csv
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-27 16:08:12 +0000
+++ src/docbkx/en/dhis2_user_man_import_export.xml	2014-06-29 22:17:21 +0000
@@ -216,6 +216,13 @@
               <entry>Operator indicating how to aggreate data in the time dimension. Max 16 char.</entry>
             </row>
             <row>
+              <entry>Category combination UID</entry>
+              <entry>No</entry>
+              <entry>UID</entry>
+              <entry>Stable identifier. Max 11 char. Will default to default category combination if
+                not specified.</entry>
+            </row>
+            <row>
               <entry>Url</entry>
               <entry>No</entry>
               <entry/>
@@ -439,7 +446,7 @@
       <para>An example of a CSV file for data elements can be seen below. The first row will always
         be ignored. Notice how you can skip columns and rely on default values or simply leave
         columns blank:</para>
-      <screen>name,uid,code,shortname,description,formname,domaintype,type,numbertype,texttype,aggregationoperator,url,zero
+      <screen>name,uid,code,shortname,description,formname,domaintype,type,numbertype,texttype,aggregationoperator,categorycombo,url,zero
 "Women participated in skill development training",,"D0001","Women participated development training"
 "Women participated in community organizations",,"D0002","Women participated community organizations"</screen>
       <para>A minimal example for importing organisation units with a parent unit looks like