ok
Direktori : /home2/selectio/www/y1jobportal.in/admin/api/csv/ |
Current File : //home2/selectio/www/y1jobportal.in/admin/api/csv/shipment-bulk-upload-sample.php |
<?php $now = gmdate("YmdHis"); header('Content-Type: text/csv; charset=utf-8'); header('Content-Disposition: attachment; filename=shipment-bulk-upload.csv'); $output = fopen("php://output", "w"); fputcsv($output, array("Order ID","Channel","Payment Method","Customer Name","Customer Email","Customer Mobile","Address Line 1","Address Line 2","Address State","Address City","Address Pincode","Pickup Address Name","dimensions (CM)","Package Name","Invoice id","Weight (KG)","Archive","Self Fulfilled","Delivery Executive Name","Delivery Executive Phone Number","Tracking Url","Order Type","Order Tag","Hsn Code","Sku")); fputcsv($output,array("Below given is the sample data. Please delete the same and upload data as per you requirements","","Only cod or prepaid are allowed","","","Enter mobile number without ISD code ","","","","","","","10 x 10 x 10","",0.5,"yes/no","yes/no","","Enter mobile number without ISD code","","Non Essentials","","","","" )); fputcsv($output,array("Below given is the sample data. Please delete the same and upload data as per you requirements","","Only cod or prepaid are allowed","","","Enter mobile number without ISD code ","","","","","","","10 x 10 x 10","",0.5,"yes/no","yes/no","","Enter mobile number without ISD code","","Non Essentials","","","","" )); fclose($output); ?>