Dear Community,
I have a question related to import transactional data (Net Sales) into Data Hub, with the following requirements:
Main concerns are:
Thanks for your support.
Solved! Go to Solution.
Hi @jagalindo load the data to the stagging list(Numbered list) using combination of properties. Create the module using stagging list as dimension and in the module create a unique key(based on dimensions in data) for create the base list. Now use the base list to store the data.
Regarding the time being used as dimension or line item, better use it as line item itself if there are not many data records varing by time for unique key dimension that was created.
Thanks @Anilkumarch
the point of use stagging list is that the combination of properties will be more than 10 properties, this transactional data has many granularity required by the business to be imported in Anaplan.
Best regards
Is the all 10 properties will be vary for each record. I mean you only make a unique record if you combine 10 properties?
If yes, then i think there is no option than using 10 properties to import by combination of properties.
If No, then try to find the unique key properties and use those properties to form unique key. This will improve the performance of import than using all 10 properties.
Please don't use combination of properties as it adds unnecessary overhead to the process. The list can be numbered or not, that doesn't matter because you shouldn't be using properties on that list and using combination of properties requires you do use properties. Please read this article which explains exactly why and how you should load your data.
Data Hubs: Purpose and Peak Performance
The concatenation of ten properties is fine, in fact that is what you are supposed to do. Just be careful to use the codes of those attributes/properties because you have limited space available (60 characters). This will be your transactional list. Now, create two modules:
That will get your data loaded to the hub correctly. Now, since your are doing an incremental load from the source, which is PERFECT, now you need to figure out which records/data have been loaded so you only load that data (the data that has changed) to your spoke model. Please watch this video.
Rob