Hi,
I am using a lookup transformation with the following SQL Override:
SELECT MCIX.INVENTORY_ITEM_ID AS INVENTORY_ITEM_ID, MCIX.ATTRIBUTE1 AS ATTRIBUTE1, MCIX.ATTRIBUTE2 AS ATTRIBUTE2, MCI.CUSTOMER_ID AS CUSTOMER_ID, MCI.CUSTOMER_ITEM_NUMBER AS CUSTOMER_ITEM_NUMBER
FROM MTL_CUSTOMER_ITEMS...
I am taking in 3 fields from a flat file (all strings), taking them into an expression transf. in which i convert one of the fields to "date/time" using to_date (with the format mm/dd/yyyy) and keeping the others as strings, and then mapping them into stored procedure transformation (with 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.