Automatically cast to destination type ?

  • Is there a way to cast an input data automatically to the destination column type ?

  • You can do a derived column that performs the conversion.

  • blasto_max (10/18/2013)


    Is there a way to cast an input data automatically to the destination column type ?

    No.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Phil Parkin (10/18/2013)


    blasto_max (10/18/2013)


    Is there a way to cast an input data automatically to the destination column type ?

    No.

    Okay. So, it there a set of scripts that can convert data from one data type to another ?

  • Use the Derived Column Transformation (as mentioned earlier in the thread).

    Rob

  • robert.gerald.taylor (10/20/2013)


    Use the Derived Column Transformation (as mentioned earlier in the thread).

    Rob

    Won't work in my case. Its a pretty complicated situation. The derived column itself would have to be generated dynamically and then mapped to a dynamically generated destination column !!! I gave up on that one. Using another approach now.

Viewing 6 posts - 1 through 5 (of 5 total)

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