← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 968: CSV org unit import

 

------------------------------------------------------------
revno: 968
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-02-18 11:43:46 +0100
message:
  CSV org unit 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-02-17 21:20:11 +0000
+++ src/docbkx/en/dhis2_user_man_import_export.xml	2014-02-18 10:43:46 +0000
@@ -406,7 +406,7 @@
             <entry>Description</entry>
             <entry>No</entry>
             <entry/>
-            <entry>Free text description of data element.</entry>
+            <entry>Free text description.</entry>
           </row>
           <row>
             <entry>Form name</entry>
@@ -460,6 +460,123 @@
       </tgroup>
     </table>
     <table frame="all">
+      <title>Organisation Unit CSV Format</title>
+      <tgroup cols="4">
+        <colspec colname="c1" colnum="1" colwidth="1.33*"/>
+        <colspec colname="c2" colnum="2" colwidth="1*"/>
+        <colspec colname="c3" colnum="3" colwidth="1.34*"/>
+        <colspec colname="c4" colnum="4" colwidth="5.85*"/>
+        <thead>
+          <row>
+            <entry>Column</entry>
+            <entry>Required</entry>
+            <entry>Default value</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>System generated</entry>
+            <entry>Stable identifier. Will be generated by system if not specified.</entry>
+          </row>
+          <row>
+            <entry>Code</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Stable code.</entry>
+          </row>
+          <row>
+            <entry>Short name</entry>
+            <entry>No</entry>
+            <entry>50 first char of name</entry>
+            <entry>Will fall back to first 50 characters of name if unspecified. Max 50 characters.
+              Unique.</entry>
+          </row>
+          <row>
+            <entry>Description</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Free text description.</entry>
+          </row>
+          <row>
+            <entry>UUID</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>UUID.</entry>
+          </row>
+          <row>
+            <entry>Opening date</entry>
+            <entry>No</entry>
+            <entry>1970-01-01</entry>
+            <entry>Opening date of organisation unit in YYYY-MM-DD format.</entry>
+          </row>
+          <row>
+            <entry>Closed date</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Closed date of organisation unit in YYYY-MM-DD format, skip if currently
+              open.</entry>
+          </row>
+          <row>
+            <entry>Comment</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Comment for organisation unit.</entry>
+          </row>
+          <row>
+            <entry>Feature type</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Can be Point, Polygon, MultiPolygon.</entry>
+          </row>
+          <row>
+            <entry>Coordinates</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Coordinates used for geospatial analysis in Geo JSON format.</entry>
+          </row>
+          <row>
+            <entry>URL</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>URL to organisation unit resource.</entry>
+          </row>
+          <row>
+            <entry>Contact person</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Contact person for organisation unit.</entry>
+          </row>
+          <row>
+            <entry>Address</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Address for organisation unit.</entry>
+          </row>
+          <row>
+            <entry>Email</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Email for organisation unit.</entry>
+          </row>
+          <row>
+            <entry>Phone number</entry>
+            <entry>No</entry>
+            <entry/>
+            <entry>Phone number for organisation unit.</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+    <table frame="all">
       <title>Category Option and Category Option Group CSV Format</title>
       <tgroup cols="4">
         <colspec colname="c1" colnum="1" colwidth="1.33*"/>