Hi I have a text data field in a Salesforce object that contains newlines, e.g.
"this is line1
this is line 2
this is line 3"
But when I create a query to return the data of the object that specific textfield does not contain the newlines any more and the data is squashed to this :
"this is line1this is line 2this is line 3"
Is there any way I can overcome this and fetch the newlines? Is this a bug or the way the API itself works