Expressinj for Folder path issue

  • Hi Below is me expression

    @[$Package::V_FilePath] +"MD_GEOGRAPHYLEVELXREF_"+ @[$Package::V_Zone] +".txt"

    H:\Spectrum_V2_ETL\Loading_Geography_Table_Data\MD_GEOGRAPHYLEVELXREF_US.txt

    I am looking to have path like

    H:\Spectrum_V2_ETL\Loading_Geography_Table_Data\Outbound\MD_GEOGRAPHYLEVELXREF_US.txt

    I want fit outbound in my expression.

    regards,

    Vipin Jha

  • vipin_jha123 (8/13/2015)


    Hi Below is me expression

    @[$Package::V_FilePath] +"MD_GEOGRAPHYLEVELXREF_"+ @[$Package::V_Zone] +".txt"

    H:\Spectrum_V2_ETL\Loading_Geography_Table_Data\MD_GEOGRAPHYLEVELXREF_US.txt

    I am looking to have path like

    H:\Spectrum_V2_ETL\Loading_Geography_Table_Data\Outbound\MD_GEOGRAPHYLEVELXREF_US.txt

    I want fit outbound in my expression.

    regards,

    Vipin Jha

    Well, you have 2 options:

    1. Add that to the package parameter V_FilePath value when you are passing it in.

    2. Change your expression to:

    @[$Package::V_FilePath] +"Outbound\MD_GEOGRAPHYLEVELXREF_"+ @[$Package::V_Zone] +".txt"

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

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