Page 1 of 1

TI to add element to existing DIM from flat file

Posted: Tue Jun 17, 2014 1:00 pm
by Tquest
HI,

I am fairly new to TI processes and i am struggling to get a TI process together to add new element to and existing Dim based on a load file.
So i have a Product Dim and every month a flat file is generated to load into TM1.
I wanted to get a TI process that checks the Product Code in the flat file and compare that to the Dimension and if there is a new product on the file that's not in the Dim, The TI to add the new product to the Dimension before the load takes place.

Can you help please.

Many thanks
Tquest

Re: TI to add element to existing DIM from flat file

Posted: Tue Jun 17, 2014 1:06 pm
by tomok
This is probably the simplest TI process you can write. There are plenty of examples in the manual. Why don't you actually give it a try and then come back with specific questions instead of asking someone here to write it for you.

Re: TI to add element to existing DIM from flat file

Posted: Tue Jun 17, 2014 1:10 pm
by jim wood
There also many blogs and resources like Bedrock available that will help you expand your knowledge.

Re: TI to add element to existing DIM from flat file

Posted: Tue Jun 17, 2014 1:24 pm
by Tquest
Thanks for your response.

I did get it to work.

Re: TI to add element to existing DIM from flat file

Posted: Tue Jun 17, 2014 3:21 pm
by Tquest
Thanks Jim thats much appreciated.