I want to remove a particular value from data table
,not like particular row or column,Suppose i have data table as shown below
======================================================
| firstname | lastname | age | location |
======================================================
| Jhonson | charles | 32 | dever |
| Jaques | kallis | 33 | cevek |
| rama | kalyani | 23 | qwet |
| sasi | kiran | 22 | delli |
======================================================
and i have file named age.txt
which contains values 23,26,27.So if any of the three values coming in datatable column age
,just clear that value, not clear particular row or column.How can i achieve this?