Skip to content

Data from get_all_results_from_query_batch does not contain newline/carriage return  #108

@bakobako

Description

@bakobako

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions