Forum Discussion

sriiyengar's avatar
sriiyengar
New Contributor II
8 years ago
Solved

Oracle Thin Client Setup Issue

I have been trying to set up Oracle thin Client account on snaplogic without much success. I used the options on the Oracle Account Setup documentation page and used the default JDBC driver class. Pl...
  • bojanvelevski's avatar
    4 years ago

    Hey @matthias.voppichler,

    You can use Pipeline Execute. Add the CSV in a child pipeline, and pass the filename as a parameter, that way you can read the parameter and map it on every line that will come out of the CSV Parser using a Mapper. Files will be read one at a time, parsed, and the filename will be added to the lines accordingly.

    You can even combine Marjan’s solution with pipeline execute and again you’ll have the same desired result.

    Regards,
    Bojan