VisibleSpectrum / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Gridworks should allow programmatic removal of row #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gridworks should allow programmatic removal of rows, or deleting rows using a 
facet, flag, or 
starred filter. 

Something for this effect: 

if(startsWith(value,"RMK"),row.starred=true,value) 

Then under Column 1 in interface allow Edit dropdown to have "Remove/Delete 
Starred Rows" 

or perhaps under the rightside facet panel for Starred as a hyperlink click to 
"Remove Starred 
Rows". 

Thanks to Thad Guidry for the suggestion.

Original issue reported on code.google.com by dfhu...@gmail.com on 9 May 2010 at 4:40

GoogleCodeExporter commented 8 years ago
The intended way is to use a facet to narrow to the target rows and then invoke 
a menu 
command to remove / flag / star them. For example, create a custom text facet 
with the 
expression startsWith(value,"RMK"), then select "true" in it and then star 
those rows.

Original comment by dfhu...@gmail.com on 14 May 2010 at 5:09