Hi Members,
Please help me in this import error.
The original file:
The original module:
I am trying to fill the Role Column.
Importing error.
@Sravan_Kumar
When you load data into a numbered list the primary key needs to be the "code".
You have it marked as the "name"
Remember, a numbered list has a system generated ID assigned to it so Anaplan cannot map your file to a "name" since name can be duplicated. However, the code is always unique.
See if that helps.
As far as the role mapping goes, that looks right to me.
Thanks so much @JaredDolich.
I am really grateful the pain you take to respond almost to each and every question of community postings.
It worked out.
I have a requirement to extract last 90 days data from an Anaplan model through Matillion. I wanted to know is there any API which I can use to achieve the same? I have taken a look at the (Integration APIs) Bulk API as well as Transactional API and none of them has a relevant query parameter which I can use to apply the…
Hi, I'm trying to create a month to date line that is based on a specific input date, not the actual date. Is this possible?
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…