edit: i have changed !is_numeric to !is_string and it works, if the csv looks like this: (Without quotes "" ) ...
> 12
When the csv file contains
"> 12"
it won't work
//nevermind:
It works, i have removed the "" from the CSV files, and it's okey right now, many thanks to you my friend .