Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bakobako opened this issue Jun 9, 2022 · 1 comment

Comments

@bakobako
Copy link

bakobako commented Jun 9, 2022

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

@lambacck
Copy link
Contributor

lambacck commented Jun 9, 2022

I don't think this library is doing anything that would remove the new lines and it's being used elsewhere in cases where the newlines are being preserved. Can you provide more details about what you are doing? Perhaps some sample code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants