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

json output missing comma separator #121

Closed
jgranduel opened this issue Jan 26, 2022 · 2 comments
Closed

json output missing comma separator #121

jgranduel opened this issue Jan 26, 2022 · 2 comments

Comments

@jgranduel
Copy link

versions: fselect-0.7.7.. latest (0.7.9)

The comma between object in the output array is not present.

$ touch a b
$  fselect name from .  into json
[{"Name":"a"}{"Name":"b"}]
                    ^
$  fselect name from .  into json | jq
parse error: Expected separator between values at line 1, column 14

With fselect-0.7.6, the JSON output was still correct AFAIK.

@rickhg12hs
Copy link

rickhg12hs commented Jan 26, 2022

Ref: #120
Fixed after regression with 9fdcbad.

@jgranduel
Copy link
Author

Thanks, I hadn't seen #120 as you guessed.

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