Hello All,
We need to export a Dw a a Json
the issue is that the required JSON have a Booelan value.
for example
{ "sale":true }
but the DW does not have a Boolean Column
so it export like
{ "sale":'true' }
any solution other than generate the json with the JSONGenerator