-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
CSV stringify #317
Comments
You can implement this task together @yehorbk @IegorT it is not so simple, csv specification is a complex serialization format, but we can separate this task into subtasks:
Who will be first, please write here, fork and try to start with first subtask. After that second one will wait to review your work with me and merge pull request. Only after that second contributor may start implementation. In parallel first contributor may start implementing unittests. Then you will review code of each other and merge your code into internal branch of this repo so we will test it together. |
I am ready to work. What I need to fork? Original csv-stringify repo or metarhia/common? |
I've forked metarhia/common and realized that I need to read the documentation of metatests. |
I created a branch |
PR-URL: #317 Co-Authored-By: Timur Shemsedinov <[email protected]>
Refs: #317 PR-URL: #323 Co-Authored-By: Timur Shemsedinov <[email protected]>
@IegorT are you in? |
Hi, I've done a part of work, and made PR, but could assign to this issue. #324 |
We need to implement analog of https://www.npmjs.com/package/csv-stringify but we don't need everything, only callback-api https://csv.js.org/stringify/api/#callback-api
The text was updated successfully, but these errors were encountered: