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

Documentation: missing the type of Parser.parse() return value ( Synchronous API ) #571

Open
ghuser opened this issue Jun 14, 2022 · 1 comment

Comments

@ghuser
Copy link

ghuser commented Jun 14, 2022

I cannot find anywhere in the documentation what type has the returned value from csv.parse().

@ghuser ghuser changed the title Documentation: missing the type of Parser.parse() return value when using Synchronous API Documentation: missing the type of Parser.parse() return value ( Synchronous API ) Jun 14, 2022
@juanjoDiaz
Copy link
Collaborator

The parse method return plain text.
It returns the CSV resulting from your json.

You need to elaborate a bit more on your question so I can try to help 🙂

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