Gettting a CRRRS4215E Enumeration entry value "Joe" specified in import data is not found on specified enumeration type Project
Accepted answer
It appears that the "Project" attribute is of the base data type "enumerated", and "Joe" is not within the allowed values. Follow these steps and see if you can resolve the issue.
1. In the RDNG project into which you are trying to import the CSV file, click the gear icon at the top right corner and go to Manage Project Properties.
2. Locate the attribute "Project" on the "Artifact Attributes" tab, and note down the "Data Type".
3. On the "Attribute Data Types" tab, locate the data type found in the previous step.
4. If the "Base Data Type" is indeed "enumerated", make sure "Joe" appears in the list of "Values" on the right.
1. In the RDNG project into which you are trying to import the CSV file, click the gear icon at the top right corner and go to Manage Project Properties.
2. Locate the attribute "Project" on the "Artifact Attributes" tab, and note down the "Data Type".
3. On the "Attribute Data Types" tab, locate the data type found in the previous step.
4. If the "Base Data Type" is indeed "enumerated", make sure "Joe" appears in the list of "Values" on the right.