One of the following:
For adding/updating: ADD_OR_UPDATE_PARTICIPANT
For deletion: DELETE_PARTICIPANT
This manual is in pilot operation.
|
Participants can be added, updated, or deleted in bulk based on the data registered in an Excel sheet. This functionality is referred to as the "Participant Import Feature."
Procedure:
The import process involves capturing data from an Excel sheet via the clipboard. Specifically, copy the range containing the configuration details from the Excel sheet to the clipboard, and then import it into the participant editing screen. On the sheet, each item should be written in its column. The format of importable data is detailed below, but if it seems unclear, try exporting an existing participant to an Excel sheet and pasting it. The exported data can be imported as is, following the rules below.
For fields other than participant names, uppercase and lowercase letters are not distinguished.
The copy range on the Excel sheet begins with a "Header Row" followed by any number of "Detail Rows". The header row directs the meaning of each field in the detail rows. Each detail row represents the content of adding, updating, or deleting a participant. Empty rows can be placed at any position within the copy range and will simply be ignored.
Rules regarding the arrangement of header and detail rows are as follows:
The first row (excluding empty rows) within the range must be a header row.
After the header row, any number of "detail rows" can be placed. The arrangement of fields in these detail rows must follow the order indicated by the preceding header row.
Within the range, it’s permissible for the header row to appear multiple times.
Each detail row represents the content of adding or updating a participant. It’s allowable to use multiple detail rows for a single participant. In such cases, these detail rows are processed in the order they appear on the sheet.
The header row consists of the fields listed in the table below.
Field Name | Required | Number of Fields | Field Position | Specification (Field Symbol) | ||||
---|---|---|---|---|---|---|---|---|
Command |
✓ |
1 |
Always the first field |
One of the following: For adding/updating: For deletion: |
||||
Record Type |
✓ |
1 |
Always the second field |
Fixed value: |
||||
Label |
✓ |
1 |
Optional |
Fixed value: |
||||
Name |
― |
One for each defined " language " |
Optional |
Fixed value
|
||||
Access Permission Type |
― |
1 |
Optional |
Fixed value: |
||||
Responsibility Key |
― |
Optional |
Optional |
Fixed value Example: For specifying a key for the account |
The command ADD_OR_UPDATE_PARTICIPANT
indicates that the detail rows following this header row are instructions for adding or updating participants. Similarly, the command DELETE_PARTICIPANT
indicates that the detail rows following are instructions for deleting participants.
The record type “HDR” denotes that this row is a header row.
The name field is indicated by the fixed value NAME
followed by the "locale", such as ja
or en
, connected by a colon :
. Do not place spaces before or after the colon. The locale can be in uppercase.
The responsibility key field is indicated by the fixed value R:
followed by the property label, connected by a colon :
. Like the name field, do not place spaces around the colon. The fields always required are the command, record type, and label. Other fields may be added or omitted as necessary.
The order of fields other than the command and record type is arbitrary.
In the detail rows, appropriate values are specified for each field designated in the header row. Therefore, each detail row must have the same number of fields as the immediately preceding header row. The fields in the header and detail rows are matched in the order they appear. The specified values for each field in the detail rows are as follows:
Field Name | Specification (Field Value) |
---|---|
Command |
Specify the same command as in the preceding header row |
Record Type |
Fixed value: This indicates that the row is a detail row. |
Label |
The label of the participant being added, updated, or deleted in each row. In the case of add or update instructions, if a participant with this label exists, it will be updated according to the instructions in this detail row. |
Name |
The name of the participant in each language. |
Access Permission Type |
The label of the Access Permission Type to be assigned to the target participant. |
Responsibility Key |
The Responsibility Key (Member Label) for the target participant for the dimension specified in the header row. If no Responsibility Key is specified for the dimension, leave it blank. |
The configuration of all participants can be pasted into an Excel sheet in the format described above for import (the data is exported to the clipboard and then pasted from the clipboard into the Excel sheet). The content of this sheet can be modified and re-imported.
Procedure: