Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: ForEach Loop forEXCEL File

    Resolved the issue!

    1. Declared another variable

    2. Add script task

    3. Passed Excel file name as read only and new variable for readwrite.

    4. Updated new variable value by replacing xls...

  • RE: ForEach Loop forEXCEL File

    Thanks for replies!

    Let me share the development.

    Now I am able to successfully read the excel file (having same structure in same folder)...

    Now the final objective is remaining!

    The Destination connection is...

  • RE: ForEach Loop forEXCEL File

    Yes, the source excel files are of same structure!

    Could you plz explain more in detail HOW TO SET EXCEL CONNECTION USING EXPRESSION?

    Thanks

  • RE: ForEach Loop forEXCEL File

    Hi ALL,

    Let me share my work:

    Successfully upload data in SQL from multiple CSV files and saved on different location.

    Now I want to convert excel file(s) into CSV file if exists...

  • RE: ForEach Loop forEXCEL File

    details:

    Excel files exist at C:\MyData1. FileOne.xls

    2. FileTwo.xls

    3. FileThree.xls

    Need to export all excel files data in CSV files:

    1. FileOne.csv

    2. FileTwo.csv

    3. FileThree.csv

  • RE: Conditional Execution of SSIS Package

    Well! following are my requiremetns:

    1. If file file format is xls then

    1.1 convert XLS file into CSV format

    ...

  • RE: Format values as Percent

    One more querstion on thsi:

    Now the result is as follow:

    1.10%

    2.00%

    10.00%

    12.00%

    Is it possible to implement some formatting on that values like:

    1.10% = 01.10%

    2.00% = 02.00%

    10.00% = 10.00%

    12.00% = 12.00%

    Thanks

  • RE: Format values as Percent

    Thanks Gail!

    Its perfect.

  • RE: Format values as Percent

    Well I am expecting result in following order:

    1.10%

    2.00%

    10.00%

    12.00%

Viewing 9 posts - 1 through 9 (of 9 total)