Anonymous - 2014-03-05

I am not good with php and since I have noticed that if you place a special symbol(%) in the beginning of every cell
the importation works . Then I run an sql query to remove that character from the table UPDATE ospos_people SET first_name = REPLACE( first_name, "%", "" ) ;
, therefore this workaround is producing the wanted result . The true solution ofcourse would be a php patch , if so I will keep my eyes open . regards Billy