Forum Discussion

pranil2k2's avatar
pranil2k2
Contributor
5 years ago
Solved

JSON Splitter for an Split column

Hi, I have a requirement to read multiple XML files data and load into Oracle table. I am using Directory browser to read the list of XML files and passing the path to File reader and then XML Pars...
  • Aleksandar_A's avatar
    4 years ago

    Hi @JensDeveloper,

    Please try with the following expression in a Mapper snap and let me know if it helps you
    $Name.mapValues(x=>$.entries()[1][1])

    BR Aleksandar.