rsv icon indicating copy to clipboard operation
rsv copied to clipboard

rsv is a command line tool written in Rust to analyze directly from disk small and large CSV, TXT, EXCEL files (e.g., >10G). Support data slicing, filtering, spliting, generating frequency table, etc.

Results 11 rsv issues
Sort by recently updated
recently updated
newest added

### Current Excel Date: 2024/4/1 excel2csv: 45383 ### Expect Excel Date: 2024/4/1 excel2csv: 2024/4/1

像这样rsv search -f 0,5 PATTERN data.csv ,只在第1,6列搜索,返回整行内容 用 select 不能返回整行内容(或许我不会用)或者需要额外处理搜索多次 另外,列的表示方法能不能像Excel那样用字母表示,列多时数起来很麻烦 最后感谢作者为我们提供了这个好用的工具

![image](https://github.com/ribbondz/rsv/assets/54507071/7abebd9e-1633-45cc-a0e1-57cdf571479c) 尝试使用 `cargo install rsv` 报一个编译错误

您好,我想好像只找到了 linux 和 win 的, mac 系统的能提供吗? 我不懂 rust, 不过试了很多 rust'的工具,的确很快,

我非常喜欢效率高的工具,使用后感觉这个软件非常棒。 目前split仅支持分割列,如果能支持分割行会更好,例如指定多少行来分割,分割后的文件以“原文件名_1.txt”来命名,仅建议

Is it possible to create binary executable from source file example for Linux amd64. Thank you for your work.

When a cell contains a comma, it cannot be parsed correctly. It will parse to multiple columns.

First: Thank you for this tool! Similar to #9 if you convert an excel document and a cell contains commas or the quote character. They should be escaped according to...

Thanks for this awesome (and super fast) tool! When I convert data from CSV to XLSX, I’d like the date fields from the CSV (e.g. 01.01.2026) to show up as...