Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can you please help me with the below string replacements scenarios. I am getting the below scenarios from twritejson output.
1) Replace fields":{ with fields":[{
2) Replace suffix":" "}, with suffix":" "}],
Please provide input need some urgent help.
Thanks,
@rchinta , after tWritteJson use tjavaRow and the output column datatype need to convert from object to string from tWritteJson and use the .replaceAll("\\:\\{","\\:\\[\\{")
@rchinta , after tWritteJson use tjavaRow and the output column datatype need to convert from object to string from tWritteJson and use the .replaceAll("\\:\\{","\\:\\[\\{")