Forum Discussion

Matas's avatar
Matas
Advocate II
4 years ago
Solved

Data Preparation in SSIS

Hi,

 

I am having an issue regards the dataset I am receiving from our internal program that it cannot be changed or configured. So the issue is: I am receiving CSV files with Date field as ``dd.mm.yyyy`` and I would like to transform it via SSIS procedures as ``yyyy/mm/dd``. Anyone can help out? Thanks in advance.

 

Regards,

Matas

  • Hi,

     

    I did managed achieve this using Derived Column's function "REPLACE(Column, ".", "-")" and save it into db.

    Thanks everyone for the suggestions, appreciate it!

     

    Regards,

    Matas

     

     

      

3 Replies