Mapping Data from Source File to Elements in Dimensions
Posted: Mon Apr 02, 2012 4:27 pm
Hello all,
I am trying to load data from a csv flatfile into an existing cube via a TI process. The problem is, that the source file contains different account names than my dimension in TM1. Because this file is generated and has a lot of data in it, it is also not possible to change that manually.
Source File:
Account1, 2012, JAN, 100
Account2, 2012, JAN, 200
The element name of "Account1" is "Acc1" in my TM1 dimension.
Can anybody tell me, what is the best solution to get the data into the system?
Is there any trick/any function I can use to tell Turbo Integrator to write the data from Account1 to Acc1? (e.g. if variable Account = "Account1" then cellputN (value, 'Acc1', vYear, vMonth,))
Is it necessary to create a mapping cube, and if yes, could you explain the basic principles of a mapping cube?
Thanks in Advance
Kind regards
I am trying to load data from a csv flatfile into an existing cube via a TI process. The problem is, that the source file contains different account names than my dimension in TM1. Because this file is generated and has a lot of data in it, it is also not possible to change that manually.
Source File:
Account1, 2012, JAN, 100
Account2, 2012, JAN, 200
The element name of "Account1" is "Acc1" in my TM1 dimension.
Can anybody tell me, what is the best solution to get the data into the system?
Is there any trick/any function I can use to tell Turbo Integrator to write the data from Account1 to Acc1? (e.g. if variable Account = "Account1" then cellputN (value, 'Acc1', vYear, vMonth,))
Is it necessary to create a mapping cube, and if yes, could you explain the basic principles of a mapping cube?
Thanks in Advance
Kind regards