Skip to content

Releases: anorman728/csview

Fixed bug with condition-based restrictions with non-comma delimiters.

19 Jun 02:28

Choose a tag to compare

1.0.3

Fixed bug with condition-based restrictions with non-comma delimiters.

1.0.2

22 Mar 17:49

Choose a tag to compare

Bugfix to fix bug made by last bugfix.

1.0.1

17 Mar 01:52

Choose a tag to compare

What's Changed

  • Added MIT license, so that it would be possible to use this code. by @xet7 in #1

Fixed segfault from trailing comma in content rows and fixed carriage return when reading DOS line endings.
Fixed memory leak when selecting bad field names.
Fixed segfault for bad field name in restrictions.

New Contributors

  • @xet7 made their first contribution in #1

Full Changelog: 1.0.0...1.0.1

First release

05 Mar 05:09

Choose a tag to compare

First release. There's at least one bug that I may or may not fix. There is a Linux version and a Windows version. All other platforms will need to compile from source.

Windows version is completely untested and compiled with w64devkit. I understand that you should be able to use stdin in PowerShell with Get-Content /path/to/csv/file | csview.

There's no install process-- Just put the executable somewhere in $PATH.