Alden

Results 6 comments of Alden

I can look into that, but it will probably take me a while to get around to it. As a side note, instead of using this package are you using...

I'm not sure why it would trigger Sophos' malware detection, although that doesn't sound great... Maybe you can try building the module from source on your Windows machine? We use...

Yeah I think we could do this. And it makes sense to follow the same API and semantics as `jq`'s `--raw-output` / `-r` flag. From https://stedolan.github.io/jq/manual/ (emphasis mine): > With...

Would you be able to provide more detail? I'm not entirely sure what you mean. It is true that right now `gocsv` does not accept XLSX files via stdin (https://github.com/aotimme/gocsv/blob/52ab92ecb66c17fd3c4aeec44730277013b4a1e7/README.md?plain=1#L676),...

I see. If you know there are exactly two sheets in the XLSX file, then you may want something like this: ```bash gocsv xlsx --sheet 1 Global_V5.xlsx > custom-name-1.csv gocsv...

Done in cf64ecc96bcb9263f24f61a7c438ecc05eb697de, now in release [v1.0.2](https://github.com/aotimme/gocsv/releases/tag/v1.0.2).