Hello All,
I have a DW with column names like :
Column1, FirstName,LastName
when i create the json file using exportJson
the Json is generated with names in lowercase
column1,firstname,lastname
and that cause a problem when i try to import it in the targer application (non PB)
if i edit the names to keep the UpperCase then it import works.
any way i can solve it or i must use the JsonParser object?