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

toArrayString #307

Closed
Olmer1st opened this issue Feb 19, 2019 · 4 comments
Closed

toArrayString #307

Olmer1st opened this issue Feb 19, 2019 · 4 comments
Milestone

Comments

@Olmer1st
Copy link

Hi,

Could you explain why you removed the toArrayString?
We have used it a lot in our project, now we was require downgrade.

Thanks

@Keyang
Copy link
Owner

Keyang commented Feb 19, 2019

The feature was removed as it was not used much and it can be easily implemented.
Also, most json downstream (e.g. mongodb driver) expects ndjson format instead. The only difference is the brackets and comma.
Actually, you are the first person asking for this.
I can add it back in next version.

~Keyang

@Keyang Keyang added this to the 2.0.9 milestone Feb 19, 2019
@Olmer1st
Copy link
Author

Thanks a lot, it will help us to use newest version.

@Keyang
Copy link
Owner

Keyang commented Jun 26, 2019

new parameter added in 2.0.9:
downstreamFormat: "line" | "array"
default is "line" meaning ndjson format . change to "array" to get full json array output.

@Keyang Keyang closed this as completed Jun 26, 2019
@ghost
Copy link

ghost commented Apr 15, 2020

@Keyang bit late to the party, but thanks for returning the option back! just saved my life!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants