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

[BUG] zsv flatten output file not being written #303

Closed
iamazeem opened this issue Nov 25, 2024 · 0 comments
Closed

[BUG] zsv flatten output file not being written #303

iamazeem opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@iamazeem
Copy link
Collaborator

$ cat test.csv 
a,b
1,2
3,4
5,6
$ zsv flatten test.csv -o flatten.csv
a,2,4,6
1,,,
3,,,
5,,,
$ ls -l flatten.csv 
-rw-rw-r-- 1 azeem azeem 0 Nov 25 10:44 flatten.csv

With -o, the output is going to stdout, not to file.
The file is being created but the data is not being written to it.

@iamazeem iamazeem added the bug Something isn't working label Nov 25, 2024
@iamazeem iamazeem mentioned this issue Nov 25, 2024
9 tasks
liquidaty added a commit that referenced this issue Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants