Skip to content

Releases: Drew-Alleman/DataSurgeon

DataSurgeon 1.1.1

26 Apr 03:11
e7c279c
Compare
Choose a tag to compare

Added a new option --filter which does the opposite of --drop. Includes only lines that match the specified regex. (e.g: '--filter ^error' will only include lines that start with the word 'error'

DataSurgeon 1.1.0

23 Mar 19:04
6c31767
Compare
Choose a tag to compare

code refactor

DataSurgeon 1.0.9

23 Mar 03:59
d74a034
Compare
Choose a tag to compare

Added new option --drop <REGEX> which when used will drop any lines that match the specified regex.