I want to search a csv file say

I have a csv text in file like

rest, 23
jack,456
now,345

where first one is "word" other is "code" corresponding to the word

I want to search for code and write it in another file say four.txt

Any help would be really appreciated just point me to a direction

Thanks in advance