Hi,
While converting data to string with the schema it is converting into string in multiple lines but I want in a single string is it possible for this case, I am providing an example for better understanding
Ex: Name Address PhoneNo EmailID → Header should be like this and
john 1234 98998 john@gmail.com → This is the required format I want in my service
----> john 1234 99898 -----> but in output I am getting this
johnl@gmail.com
how to get in required format? Any suggestions