4.8.2 Activity: Import Data into E2 Employees# List
Best Answer
-
Good callout. The first step is to recognize that E2 is a "Numbered" list. Meaning, it doesn't need a Name because Anaplan will assign a number to it. So your mapping of the file should look like this:
5
Answers
-
Thanks so much... it works for me...
1 -
Explained so well, eloquently and succinctly @JaredDolich!
2 -
This was really helpful.
0 -
what do you mean anaplan will assign a number to it? It seemed like that's what we did when we used the code (column 2)
0 -
Hey! Great question, my answer was a bit ambiguous. Let me 'splain.
Every list has two unique identifiers. A name and a code. Both are TEXT formatted. When we create a numbered list we allow Anaplan to fill in the name identifier for us, in this case it's number-looking even though it's really text. So the first three list items would be given #1, #2, #3, respectively for their names. When we use a numbered list, you cannot use a column in the input file that refers to the name because Anaplan has already put a value in there. So, we have to use code instead.
In this example, with employees, we cannot use the employee name because Anaplan has no unique record that refers to the employees name. We have #1 and a code, presumably their employee ID. So when we import data, we must import using the code not the name.
Hope that helps!
0