- Notifications
You must be signed in to change notification settings - Fork1.9k
docs(README): improve docs#817
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Added documentation of `writeBuffer()` method.- Moved CSV read code block to the corresponding section.
@guyonroche The duplicated read CSV code actually existssince 2015, could you confirm which version (because it's different) of "read from a file with European Date-Times" and "read from a file with custom value formatting" do you want to keep? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@zypA13510 yeah - probably a result of copy-paste documentation...
Thanks for adding the writeBuffer() examples.
I think though - the example following the comment "read from a file with custom value formatting" is supposed to be "write to a file..." as mapping values is also a feature of csv.write
Merged (as part ofb567395) |
Uh oh!
There was an error while loading.Please reload this page.
writeBuffer()
method.