Unable to load all the records into Target Cube
Posted: Thu Dec 08, 2016 9:55 am
Hi Guys,
I have a TI Process which has datasource as "CSv File", the process is able to load most of the records into my target cube but it is unable to load few of the records.
It is diplaying below error:
"( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY","PKT - Premium Kits","1-VRT","ALL ITEMS","1","MFG","80","1",Data Source line (347) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY"
Error: Data procedure line (9): error repeats 6 times
"( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA","PKT - Premium Kits","1-VRT","ALL ITEMS","1","MFG","80","1",Data Source line (348) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA"
Error: Data procedure line (9): error repeats 6 times
"(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148","PVL - Private Label","1-VRT","ALL ITEMS","2","MFG","130","1",Data Source line (454) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148"
My data source is a "CSV File" with column seperator as | symbol.
My records in Csv looks Like this:
it_List_Item|Item_Group|Business|Root|Equiv_Factor|Item_Type|Uneq_Cases_Per_Pallet|visible
( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY|PKT - Premium Kits|1-VRT|ALL ITEMS|1|MFG|80|1
( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA|PKT - Premium Kits|1-VRT|ALL ITEMS|1|MFG|80|1
(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148|PVL - Private Label|1-VRT|ALL ITEMS|2|MFG|130|1
the issue is due to the "Item_Group" attribute with extra spaces in the element, TIP is able load rest of the records but it is unable to load few records. Please let me know like where i am going wrong.
I have a TI Process which has datasource as "CSv File", the process is able to load most of the records into my target cube but it is unable to load few of the records.
It is diplaying below error:
"( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY","PKT - Premium Kits","1-VRT","ALL ITEMS","1","MFG","80","1",Data Source line (347) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY"
Error: Data procedure line (9): error repeats 6 times
"( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA","PKT - Premium Kits","1-VRT","ALL ITEMS","1","MFG","80","1",Data Source line (348) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA"
Error: Data procedure line (9): error repeats 6 times
"(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148","PVL - Private Label","1-VRT","ALL ITEMS","2","MFG","130","1",Data Source line (454) Error: Data procedure line (9): Invalid key: Dimension Name: "List Item", Element Name (Key): "(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148"
My data source is a "CSV File" with column seperator as | symbol.
My records in Csv looks Like this:
it_List_Item|Item_Group|Business|Root|Equiv_Factor|Item_Type|Uneq_Cases_Per_Pallet|visible
( 618) DASNFAM - CHP SES ASN FAM - 8 Pk DISPLAY|PKT - Premium Kits|1-VRT|ALL ITEMS|1|MFG|80|1
( 619) DSFCFAM - CHP SNFLR FAM - 8 Pk DISPLAY CA|PKT - Premium Kits|1-VRT|ALL ITEMS|1|MFG|80|1
(3148) WMBB6X - WM 6-10oz BISTRO BLEND #3148|PVL - Private Label|1-VRT|ALL ITEMS|2|MFG|130|1
the issue is due to the "Item_Group" attribute with extra spaces in the element, TIP is able load rest of the records but it is unable to load few records. Please let me know like where i am going wrong.