I have a csv file with ID numbers and want to delete a row if that ID is not completely a number.
Example:
0001, jeff, smith
0abc, john, jones
I would like the "0abc, john, jones" row removed from the csv file.
I have a csv file with ID numbers and want to delete a row if that ID is not completely a number.
Example:
0001, jeff, smith
0abc, john, jones
I would like the "0abc, john, jones" row removed from the csv file.