Hi everyone !
I hope everybody is doing well.
I'm currently facing a nice challenge in my new board application, regarding a quite classic "Phase in / Phase out" process.
Context:
It is a budget planning application, nothing very original about that 
In this application, we initialize the process by copying the latest sales forecast data to the new year, in order to let users extrapolate easily, using split and splat to ajust to their point of view.
So far, so good.
However we have a quite complex product portfolio (around 250 000 members in the entity) and the lifecycle of our products is around 2/3 years, which means next year I need to replace around a third of my portfolio by new references.
In a lot of cases, this is manual and I've built procedures to manage that manually.
In this new challenge, I've been requested to manage automatically the replacement of old references by new ones, across all geographies and customers.
Where I stand:
Currently my first idea was:
- add a "replacement product" entity as a parent of my product;
- load the old / new mapping in the relationship product / replacement product;
- filter all quantities / sales values that have a replacement product, fill a cube structured by "replacement product" / customer / geography with these values, then export it as CSV ;
- clear these quantities and sales values from the initial cube;
- read from the export file to load them again in the initial quantity / sales value.
I think that could work, but by principle I don't like to export/import data through csv when I can avoid it 
Can someone think of a way to do that by dataflow or any other internal approach ? I'm sure this is something somebody already did around here 
Thanks for your time and your ideas !
Etienne
------------------------------
Etienne CAUSSE
Finance Project Manager
France
------------------------------