Hello @Alumio_Bot, @Gugi and @ahmad , I have a JSON object containing a string value. Although I am able to replace other characters, such as “,” with “,\n”, replacing “\n” with “,\n” is not successful
Hello @Alumio_Bot, @Gugi and @ahmad , I have a JSON object containing a string value. Although I am able to replace other characters, such as “,” with “,\n”, replacing “\n” with “,\n” is not successful
Hi @abubakar
For example, you have a property called “address” that has line breaks. You can split it using a PCRE and join it again using JMESPath, such as below.
Please give it a try and let us know if you find any problems.
This works @Gugi , thanks