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 #55

Open GoogleCodeExporter opened 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