Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: csv import for categoryOptionGroup #1263

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions src/developer/web-api/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -2602,11 +2602,19 @@ Table: Collection membership CSV Format
| 1 | UID | Yes | UID | The UID of the collection to add an object to |
| 2 | UID | Yes | UID | The UID of the object to add to the collection |

### Other objects { #webapi_csv_other_objects }
### Category Option Group

| Index | Column | Required | Value (default first) | Description |
|---|---|---|---|---|
| 1 | Name | Yes || Name. Max 230 characters. Unique. |
| 2 | UID | No | UID | Stable identifier. Max 11 chars. Will be generated by system if not specified. |
| 3 | Code | No || Stable code. Max 50 char. |
| 4 | Short name | No || Short name. Max 50 characters. |
| 5 | Data Dimension Type | Yes || Data Dimension Type, can be either DISAGGREGATION or ATTRIBUTE |

### Other objects { #webapi_csv_other_objects }

Table: Data Element Group, Category Option, Category Option Group, Organisation Unit Group CSV Format
Table: Data Element Group, Category Option, Organisation Unit Group CSV Format

| Index | Column | Required | Value (default first) | Description |
|---|---|---|---|---|
Expand Down