Created by: JoeGermuska
When writing code which uses FilteringCSVReader, one can specify multiple patterns using a dict. I wrote code assuming that one could specify column names as on the CLI only to realize that one couldn't. So I fixed that.
Created by: JoeGermuska
When writing code which uses FilteringCSVReader, one can specify multiple patterns using a dict. I wrote code assuming that one could specify column names as on the CLI only to realize that one couldn't. So I fixed that.