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

Support to resources exposed as text/csv #616

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

haroldo-bonette
Copy link

@haroldo-bonette haroldo-bonette commented Jan 30, 2023

Some Salesforce resources like sobjects/EventLogFile/[id]/LogFile are exposed as base64 (csv) format.
This change decodes the byte format into string and converts it to json, the json string is then parsed using json.loads which returns an OrderedDict

@jon-wobken
Copy link
Collaborator

Pandas is such a large library I am hesitant to force it as a requirement and if this is a needed functionality either handle it they a different means or using a smaller package.

@haroldo-bonette
Copy link
Author

Pandas is such a large library I am hesitant to force it as a requirement and if this is a needed functionality either handle it they a different means or using a smaller package.

@jon-wobken I have refactored it and removed Pandas

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

Successfully merging this pull request may close these issues.

None yet

2 participants