• opc.three (1/7/2013)


    manibad (1/7/2013)


    I will list out the things what i have done.

    1.In data flow task,OLE DB source->Sort->Data conversion->Excel destination(target is Format.xlsx(template file))

    2.In file system task,Source path is Format.xlsx(template) and destination file name is destiny.xlsx.Here the destination file is the copy of template file.

    3.Package will be executed in this order Dataflow task->File system task

    Note:Format.xlsx was placed after assigning the special formats to the worksheet.

    but still i am getting the exported file with general format.I dint get it with special formats.

    Now please tell me where i went wrong.So that i will be able to rectify it and proceed without making error.

    Pre-requisite: open Format.xlsx (template file) in Excel and apply formatting as needed. Save to disk in original location as original name Format.xlsx.

    SSIS Workflow:

    1. In file system task, set to Copy source path Format.xlsx (template file) to destination file name is destiny.xlsx (copy of template file). Here the destination file is the copy of template file.

    2. In data flow task,OLE DB source->Sort->Data conversion->Excel destination (target is destiny.xlsx (copy of template file))

    3. Package will be executed in this order File system task->Dataflow task

    after performing the above steps too i am unable to achieve my goal.

    I am unable to find where is the error.

    actually special format is nothing but the formats such as Zipcode,zipcode+4,Home phone number and social security number...

    this is what i have to achieve...