Add read filter option #214
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I would like to use the
read
command with afilter
option filter rows based a cell value usingbigtable.ValueFilter
.Example:
Usage:
cbt read user-table prefix=user columns=login filter="^active.*" count=1
This would be quite useful for analysis and troubleshooting purposes.
The text was updated successfully, but these errors were encountered: