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
  • You can specify different CSV Systems in the variable and they will be used to determine the base path of the files, but the filenames or pathes cannot be changed.

    For example the following works:

    Folder A

    - HRPeople.csvsys

    - People.csv

    Folder B

    - ExternalPeople.csvsys

    - People.csv

     

    This does not work:

    Folder A

    - HRPeople.csvsys

    - ExternalPeople.csvsys

    - Externals.csv

Reply
  • You can specify different CSV Systems in the variable and they will be used to determine the base path of the files, but the filenames or pathes cannot be changed.

    For example the following works:

    Folder A

    - HRPeople.csvsys

    - People.csv

    Folder B

    - ExternalPeople.csvsys

    - People.csv

     

    This does not work:

    Folder A

    - HRPeople.csvsys

    - ExternalPeople.csvsys

    - Externals.csv

Children
No Data