I have a financial transaction file I receive every night. This file contains multiple rows that contain the exact same data in each field. Is there a way to import these rows without failing the duplicate checks?
Yes, You can use numbered list. Refer : https://help.anaplan.com/numbered-lists-371af0ef-1465-4c4f-9a73-4150f4a6ee95
Thanks Vanshika but using a numbered list still requries a unique code or unique combination of properties to import. I have neither.
@bolinl1
Is it possible to fix the data at the source where they do a distinct on the data before it gets to you?
Potentially yes…but we are trying to avoid changes to the current process if possible. We are dealing with financial transactions. So we would have to sum on all the distincts and that is a rigourous/costly build out.
Are you loading the transactional data to the lists, are you? Typically, you create the "code", which should be unique as the list, and then load the transactional data to a module dimensionalized by the list and by Time.
If you are loading transactional data to the list, take a look at this article, especially this graphic…
We are experimenting on various solutions of how to use ANAPLAN for this scenario. We have many, many loads where we have the code for the list then import the rest of the data into a module. This build out is unique in that we are trying to avoid having to change the current export and/or build a preprocessor to generate a code. Basically we want ANAPLAN to work as the preprocessor and generate the unique code for us. We bought ANAPLAN to reduce IT need. Unfortunately the requirement to always have a code is hindering this effort.
It would be good if we could use the Enforce Unique Name logic to create the names with the Tildes and not need a code or unique identifier based on properties.
Hi, Based on the regional settings, my default delimiter/separator for CSV files is a Semicolon. In the classic way of uploading a csv file, I was able to select the delimiter. When using ADO, I don't have the option to select a delimiter. Uploading a Semicolon delimited file returns an error, or an upload with only one…
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…