=== modified file 'src/docbkx/en/dhis2_user_man_import_export.xml' --- src/docbkx/en/dhis2_user_man_import_export.xml 2014-04-25 13:43:18 +0000 +++ src/docbkx/en/dhis2_user_man_import_export.xml 2014-05-14 10:23:58 +0000 @@ -144,7 +144,7 @@ Column Required - Value + Value (default first) Description @@ -241,7 +241,7 @@ Column Required - Value + Value (default first) Description @@ -346,18 +346,64 @@ + Option Set CSV Format + + + + + + + + Column + Required + Value (default first) + Description + + + + + Name + Yes + + Name. Max 230 characters. Unique. The option set values should be repeated for + each option. + + + UID + No + System generated + Stable identifier. Max 11 char. Will be generated by system if not + specified. + + + Code + No + + Stable code. Max 50 char. + + + Option + Yes + + Option. Free text. The option set values should be repeated for each + option. + + + +
+ Data Element Group, Category Option, Category Option Group, Organisation Unit Group CSV Format - - + + Column Required - Value + Value (default first) Description @@ -372,7 +418,8 @@ UIDNoSystem generated - Stable identifier. Max 11 char. Will be generated by system if not specified. + Stable identifier. Max 11 char. Will be generated by system if not + specified. Code @@ -383,12 +430,19 @@
- 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. + 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: name,uid,code,shortname,description,formname,domaintype,type,numbertype,texttype,aggregationoperator,url,zero "Women participated in skill development training","","D0001","Women participated development training" "Women participated in community organizations","","D0002","Women participated community organizations" + The format for option sets is special. One record represents an option, and the three + first values representing the option set should be repeated for each option (record): + name,uid,code,option +"Color",,,"Blue" +"Color",,,"Green" +"Gender",,,"Female" +"Gender",,,"Male"
GML data import === modified file 'src/docbkx/en/resources/css/docbook_bsd.css' --- src/docbkx/en/resources/css/docbook_bsd.css 2014-05-11 11:42:49 +0000 +++ src/docbkx/en/resources/css/docbook_bsd.css 2014-05-14 10:23:58 +0000 @@ -39,13 +39,12 @@ HTML BODY { margin: 1em 8% 1em 10%; - line-height: 1.4; + line-height: 1.5; font-family: Arial, Sans-serif; color: #333; } .LEGALNOTICE { - font-size: small; font-variant: small-caps; }