URGENT HELP! Error while updating dimension using TI
Posted: Mon Nov 29, 2010 8:05 am
Hi all,
I created a TI to main a Product dimension. I just realised a serious bug.
For example, I have 2 products in a source CSV file.
1st row: Model Code = "ABC-123P", Dept = "XXX"
2nd row: Model Code = "ABC-123 P", Dept = "XXX"
Hence, the difference between 1st row and 2nd is the presence of space in Row 2. I'm concatenating Model Code with an underscore, follow by Dept to derive the Element Code. E.g. ABC-123P_XXX.
After updating the dimension, I noticed that product in 2nd Row is always created, and product in Row 1 is always missing. The element code shown is "ABC-123 P_XXX" i.e. with a space in between.
I altered the source file and reordered the two rows. Now, product "ABC-123P_XXX" will always be created instead as it is now in 2nd row.
Why can't TI treat the two model codes as uniquely different items? Is there some fixes or some ASCII function to resolve this issue? Please help!
Many thanks in advance!
I created a TI to main a Product dimension. I just realised a serious bug.
For example, I have 2 products in a source CSV file.
1st row: Model Code = "ABC-123P", Dept = "XXX"
2nd row: Model Code = "ABC-123 P", Dept = "XXX"
Hence, the difference between 1st row and 2nd is the presence of space in Row 2. I'm concatenating Model Code with an underscore, follow by Dept to derive the Element Code. E.g. ABC-123P_XXX.
After updating the dimension, I noticed that product in 2nd Row is always created, and product in Row 1 is always missing. The element code shown is "ABC-123 P_XXX" i.e. with a space in between.
I altered the source file and reordered the two rows. Now, product "ABC-123P_XXX" will always be created instead as it is now in 2nd row.
Why can't TI treat the two model codes as uniquely different items? Is there some fixes or some ASCII function to resolve this issue? Please help!
Many thanks in advance!