This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Synchronization passing in variable a different csvsys

Hi, all

I have a synchronization project that has as target system some csv files.

I have 2 sets of csv files because I want to import same data from 2 different sources with same name same column names in 2 different path

how can I switch the path of  target system from Startup configuration?

I tried to set 2 diifferent variable sets with the systemconnection parameter systemfile connection parameter converted to variable.

But the startup configuration take always one .csvsys

version 7.1

Thanks

Mik

Parents
  • I did.

    I copied my csvsys file changing just the path of the csv files:

    targetSystem1.csvsys :

    FileName="..\Synchronization\DaProcessare\SystemAccess\wf.csv"

    targetSystem2.csvsys :

    FileName="..\Synchronization\DaProcessare\Aida\wf.csv"

    Created 2 variable sets and associate different path in the systemfile variable (the variable trasnformed from connection parameter)

    But when I run the startup configuration associated with the copied file it goes in the old folder to take files

     

    As you can see is looking for the file in the first csvsys  file

     

    Mik

Reply
  • I did.

    I copied my csvsys file changing just the path of the csv files:

    targetSystem1.csvsys :

    FileName="..\Synchronization\DaProcessare\SystemAccess\wf.csv"

    targetSystem2.csvsys :

    FileName="..\Synchronization\DaProcessare\Aida\wf.csv"

    Created 2 variable sets and associate different path in the systemfile variable (the variable trasnformed from connection parameter)

    But when I run the startup configuration associated with the copied file it goes in the old folder to take files

     

    As you can see is looking for the file in the first csvsys  file

     

    Mik

Children
No Data