-
Notifications
You must be signed in to change notification settings - Fork 217
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
mlr
silently truncating some TSV files since #923
#1102
Comments
PR is #923, thanks. |
johnkerl
changed the title
Since this PR,
Oct 6, 2022
mlr
is silently truncating some files. I do not know which files, and cannot share the one file I know is causing the issue because of data security issues. Here's the output:mlr
silently truncating some TSV files since #923
This is fixed for TSV (in my code) but the issue persists for CSV where the bug is in the Go-CSV library -- this needs to be worked around as well ... |
Very interesting. For me, using `--csv --fs "\t"` worked previously. I'll
test the fix and get back to you on if it works.
…On Thu, Dec 29, 2022 at 2:34 PM John Kerl ***@***.***> wrote:
This is fixed for TSV (in my code) but the issue persists for CSV where
the bug is in the Go-CSV library -- this needs to be worked around as well
...
—
Reply to this email directly, view it on GitHub
<#1102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ2Z2BXEON3PODBT47SVNLWPXRV5ANCNFSM6AAAAAAQ64GZRY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Concretely:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
original file
tsv filetype
csv filetype with tab separator
version 6.0.0
Even if my file is somehow invalid, this probably should throw an error instead of silently truncating the file. Is there something I should be looking for in the file so I can make a reprex for you?
Originally posted by @BEFH in #923 (comment)
The text was updated successfully, but these errors were encountered: