NOT ABLE TO EXTRACT DATE VALUES FROM RAW DATA

  • Hi Folks,

    PSB the RAW FILE CONTENT(PRESUME DEFAULT DELIMITER AS {CR}{LF})

    emp_noproject_nojobDATE_OF_JOIN

    1p3Manager2008.1.1

    2p2Clerk2007.2.15

    3p2null2007.6.1

    4p3Analyst2007.10.15

    5p1Manager2007.4.15

    6p2Clerk2008.2.1

    7p1Clerk2007.1.4

    FIRST DFT - FLAT FILE SOURCE(to read the above raw data)

    SECOND DFT - DERIVED COLUMN T :

    ON Col : DATE_OF_JOIN-(converted to DERIVED COLUMN 1)

    EXPRESSION USED : (DT_DATE)(SUBSTRING(DATE_OF_JOIN,5,2) + "/" + SUBSTRING(DATE_OF_JOIN,7,2) + "/" + SUBSTRING(DATE_OF_JOIN,1,4))

    DATA TYPE: DT_DATE

    But Im continously facing the same below three issues.

    --------------------------------------------------------------------------------------

    [Derived Column 1 [232]] Error: An error occurred while attempting to perform a type cast.

    [Derived Column 1 [232]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column 1" (232)" failed because error code 0xC0049064 occurred, and the error row disposition on "output column "JOIN_DATE" (309)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Derived Column 1" (232) failed with error code 0xC0209029 while processing input "Derived Column Input" (233). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

    ------------------------------------------------------------------------------------------------

    Could you please help me?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply