Hello, I have the input string which contains "price range<10-100>\n least price = 20"
I need the output as: price range<10-100> least price=20 I tried jwcid=@InsertText. But, it is still printing the output in one line as "price range<10-100>\nleastprice=20" If I keep raw=true, I am not getting replaced < with <. again, output is not coming as expected. Any ideas over this how to get the desired output. Thanks! Giri