← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1136: Updated docs on import options

 

------------------------------------------------------------
revno: 1136
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-07-10 14:19:57 +0200
message:
  Updated docs on import options
modified:
  src/docbkx/en/dhis2_user_man_web_api.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_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml	2014-07-10 06:55:48 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-07-10 12:19:57 +0000
@@ -733,23 +733,36 @@
           <row>
             <entry>dataElementIdScheme</entry>
             <entry>id | name | code</entry>
-            <entry>Which property on the data element object to reference from the XML attribute</entry>
+            <entry>Which property on the data element object to reference from the XML
+                attribute.</entry>
           </row>
           <row>
             <entry>orgUnitIdScheme</entry>
             <entry>id | name | code</entry>
-            <entry>Which property on the org unit object to reference from the XML attribute</entry>
+            <entry>Which property on the org unit object to reference from the XML
+                attribute.</entry>
           </row>
           <row>
             <entry>dryRun</entry>
             <entry>false | true</entry>
-            <entry>Whether to save changes on the server or just return the import summary</entry>
+            <entry>Whether to save changes on the server or just return the import summary.</entry>
           </row>
           <row>
             <entry>importStrategy</entry>
-            <entry>new_and_updates | new | updates</entry>
-            <entry>Save objects of all, new or update import status on the server</entry>
+            <entry>NEW_AND_UPDATES | NEW | UPDATES | DELETES</entry>
+            <entry>Save objects of all, new or update import status on the server.</entry>
           </row>
+            <row>
+              <entry>async</entry>
+              <entry>false | true</entry>
+              <entry>Import data asynchronously and return the request immeditately.</entry>
+            </row>
+            <row>
+              <entry>skipExistingCheck</entry>
+              <entry>false | true</entry>
+              <entry>Skip checks for existing data values. Improves performance. Only use for empty
+                databases or when the data values to import do not exist already.</entry>
+            </row>
         </tbody>
       </tgroup>
     </table>