Hello ,
I am trying import This CVS file to the project :
"id","appoint_type","appoint_date","time","addres_from","adress_to","customer_name","customer_phone","extra_note","driver_name","leader_id","customer_email","aprove_file","status","map","latitude_from","longitude_from","latitude_to","longitude_to","price"
"19","2","2021-03-22","00:30:00","961 Omar Ibn El-Khattab,","XXG3 XV9, First 6th street","CustunerName","1306441031","","7",Null,"Custmer@gmail.com","","1","","29.96","30.942","29.977","30.955","23"
but I got this error :
Imported 1 of 1 records from appointments (3).csv (success: 0, failure: 1)
row 1: Invalid field value (field name leader_id): Null
Null value is Invalid field value.
how can I supposed import Null value ?
Also if I want to export The Current Value of field value not the View Value , how can I do that ?
Thanx …