Google sheet 4 : ps
This commit is contained in:
parent
265118f2c2
commit
ed25177900
@ -185,7 +185,8 @@ class Data_Dump_Controller extends REST_Controller {
|
|||||||
}
|
}
|
||||||
if($i==4 && $GSdata[$i] != ""){ $modifiedData['mobileNumber'] = $GSdata[$i];
|
if($i==4 && $GSdata[$i] != ""){ $modifiedData['mobileNumber'] = $GSdata[$i];
|
||||||
log_message("G-Sheet For PD Step 2.4 (Fourth Cell mobilenumber) GSheet data : ".$GSdata[$i]);
|
log_message("G-Sheet For PD Step 2.4 (Fourth Cell mobilenumber) GSheet data : ".$GSdata[$i]);
|
||||||
//." Modify : ".$modifiedData." PD :".$pd_details);}
|
//." Modify : ".$modifiedData." PD :".$pd_details);
|
||||||
|
}
|
||||||
if($i==5 && $GSdata[$i] != ""){//address section.
|
if($i==5 && $GSdata[$i] != ""){//address section.
|
||||||
$NormalParts = explode(',', $GSdata[$i]);
|
$NormalParts = explode(',', $GSdata[$i]);
|
||||||
$stateAndPincode = end($NormalParts);
|
$stateAndPincode = end($NormalParts);
|
||||||
@ -408,7 +409,6 @@ class Data_Dump_Controller extends REST_Controller {
|
|||||||
var_dump($e->getMessage());
|
var_dump($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// print_r($pd_details);
|
// print_r($pd_details);
|
||||||
// print_r($modifiedData);
|
// print_r($modifiedData);
|
||||||
// print_r($addresses);
|
// print_r($addresses);
|
||||||
@ -416,4 +416,4 @@ class Data_Dump_Controller extends REST_Controller {
|
|||||||
// die();
|
// die();
|
||||||
return $pd_id;
|
return $pd_id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user