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

Added serializer stringify (csv) #320

Closed
wants to merge 3 commits into from
Closed

Added serializer stringify (csv) #320

wants to merge 3 commits into from

Conversation

RV8V
Copy link

@RV8V RV8V commented Dec 24, 2019

I tried to implement an analog of csv-stringify only using callback-api, without streams.

Copy link
Member

@tshemsedinov tshemsedinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like JSON, not CSV

@@ -0,0 +1,58 @@
'use strict';

function once(f) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use common.once instead

oneTime(null, val);
};

const input = [['1', '2', '3', '4'], ['a', 'b', 'c', 'd']];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is it?

@tshemsedinov
Copy link
Member

tshemsedinov commented Dec 25, 2019

You are not assigned to this task #317
Why do you started this PR?

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