T.I. script question
Posted: Tue Sep 20, 2011 10:02 am
Hi All,
I wish to update a Cube using data from a .CSV file via a T.I. process. The problem is is that I have two different sets of hierarchies.
The dimension in the cube has a set of hierarchy ( Rail (Group) -> Rail, x train, y train )
Rail, x train and y train are child elements of Rail (Group).
The data in the .CSV has a another set of hierarchy ( Rail -> x train, y train )
x train and y train are child elements of Rail.
When you run the T.I., the T.I. loads the data associated to x train and y train but it puts x train and y train as child elements of Rail.
Question: Is there a piece of T.I. script I could add to the T.I. process that would stop x train and y train being made child elements of Rail in the cube?
Some sort of script that would stop x train and y train being made into child elements but still loads the data for those elements.
One solution is to make the .CSV file have the same format as the cube (i.e. in the .CSV file the parent element would be called Rail (Group) and not Rail like it is in the cube). Is there another way though?
Regards,
Magnus
I wish to update a Cube using data from a .CSV file via a T.I. process. The problem is is that I have two different sets of hierarchies.
The dimension in the cube has a set of hierarchy ( Rail (Group) -> Rail, x train, y train )
Rail, x train and y train are child elements of Rail (Group).
The data in the .CSV has a another set of hierarchy ( Rail -> x train, y train )
x train and y train are child elements of Rail.
When you run the T.I., the T.I. loads the data associated to x train and y train but it puts x train and y train as child elements of Rail.
Question: Is there a piece of T.I. script I could add to the T.I. process that would stop x train and y train being made child elements of Rail in the cube?
Some sort of script that would stop x train and y train being made into child elements but still loads the data for those elements.
One solution is to make the .CSV file have the same format as the cube (i.e. in the .CSV file the parent element would be called Rail (Group) and not Rail like it is in the cube). Is there another way though?
Regards,
Magnus