Importing codes from CSV
You can import codes from a comma separated values (CSV) file with this structure:
- The file must use UTF-8 encoding.
- Use as field delimiter a comma.
- For record delimiter, use 'end-of-line' character.
- The file must have these four columns: Code Name, Code Description, Detail Name, Detail Description.
- Values for the Code Name and Detail Name are required. The Code Description and Detail Description are optional.
- The Code Name and Code Description are repeated on each row for every Detail Name and Detail Description that belong to the same Code.
- The field delimiter character (comma) is allowed in the Code Description and Detail Description. In this case, put these description texts between double quotes.
Note: It can take a long time to process a large amount of codes. This can cause issues
as the browser time-out limits the available time to 10 minutes. To avoid a time-out
we recommend that you use import files with a maximum of 5000 rows for each import
action.
To import codes from CSV: