X3ND1 GANTENG
Server IP : 108.163.255.210  /  Your IP : 3.144.28.90
Web Server : Apache
System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User :  ( 1172)
PHP Version : 7.2.34
Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/unilinki/www/Intellilead/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ BERANDA ]     

Current File : /home/unilinki/www/Intellilead/aetholq5_intellilead.sql
-- MySQL dump 10.13  Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost    Database: aetholq5_intellilead
-- ------------------------------------------------------
-- Server version	5.6.41-84.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `mstr_cat`
--

DROP TABLE IF EXISTS `mstr_cat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_cat` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `company_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_cat`
--

LOCK TABLES `mstr_cat` WRITE;
/*!40000 ALTER TABLE `mstr_cat` DISABLE KEYS */;
INSERT INTO `mstr_cat` (`id`, `code`, `name`, `status`, `company_id`) VALUES (1,'HOT','HOT','Active',0),(2,'WARM','WARM','Active',0),(3,'COLD','COLD','Active',0);
/*!40000 ALTER TABLE `mstr_cat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_company`
--

DROP TABLE IF EXISTS `mstr_company`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_company` (
  `company_id` int(11) NOT NULL AUTO_INCREMENT,
  `client_id` varchar(11) NOT NULL,
  `title` varchar(50) NOT NULL,
  `logo` varchar(100) NOT NULL,
  `company_name` varchar(256) NOT NULL,
  `user_id` varchar(255) NOT NULL,
  `user_name` varchar(256) NOT NULL,
  `password` varchar(256) NOT NULL,
  `pass` varchar(256) NOT NULL,
  `privilege` varchar(200) NOT NULL,
  `action` varchar(50) NOT NULL,
  `user_type` int(11) NOT NULL,
  `login_ip` varchar(100) NOT NULL,
  `last_login` varchar(50) NOT NULL,
  `email_id` varchar(256) NOT NULL,
  `phone_no` varchar(100) NOT NULL,
  `mobile` varchar(20) NOT NULL,
  `website` varchar(100) NOT NULL,
  `alternate_phone` varchar(20) NOT NULL,
  `alternate_email` varchar(256) NOT NULL,
  `address` varchar(256) NOT NULL,
  `designed_by` varchar(100) NOT NULL,
  `designed_by_url` varchar(100) NOT NULL,
  `status` enum('Active','Inactive','Defaulter') NOT NULL DEFAULT 'Active',
  `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `lastupdated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_id` varchar(100) NOT NULL,
  `branch_id` varchar(100) NOT NULL,
  PRIMARY KEY (`company_id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_company`
--

LOCK TABLES `mstr_company` WRITE;
/*!40000 ALTER TABLE `mstr_company` DISABLE KEYS */;
INSERT INTO `mstr_company` (`company_id`, `client_id`, `title`, `logo`, `company_name`, `user_id`, `user_name`, `password`, `pass`, `privilege`, `action`, `user_type`, `login_ip`, `last_login`, `email_id`, `phone_no`, `mobile`, `website`, `alternate_phone`, `alternate_email`, `address`, `designed_by`, `designed_by_url`, `status`, `created_date`, `lastupdated`, `created_id`, `branch_id`) VALUES (1,'reliobrix','','','Reliobrix Consulting','reliobrix_sadmin','reliobrix_sadmin','yor9MGlFgzJ6M','relio123','','',0,'122.177.94.71','2017-11-14 10:35:32','admin@reliobrix.com','9990951213','9990951213','','','','C-133, Sector 65, Noida','','','Active','2017-07-10 14:34:31','2017-10-27 09:06:59','',''),(2,'websparrows','','','Websparrows Solutions Pvt. Ltd.','websparrows_sadmin','websparrows_sadmin','yogl.5c6ID/Jk','web123','','',0,'122.177.135.28','2018-05-24 07:53:00','jalaj.mathur@websparrows.com','9990951213','9990951213','','','','Noida','','','Active','2017-07-12 07:03:05','0000-00-00 00:00:00','',''),(13,'Websparrows','','20171106012458_logo.png','Websparrows Solutions Pvt. Ltd.(offical)','Admin','Admin','yonqUAKl94QgA','admin123','','',0,'122.177.177.26','2020-09-29 12:18:31','customer@websparrows.com','0192739494949','9911951722','','','','Noida ','','','Active','2017-11-06 07:54:58','0000-00-00 00:00:00','',''),(15,'STH001','','','StockHolder','Sth','Sth','yonUJuiuQs8XY','admin','','',0,'122.177.224.248','2017-11-27 04:20:18','sth12@gmail.com','0987667867987897979798687','9878767656','','','','sector-65','','','Active','2017-11-17 09:57:44','0000-00-00 00:00:00','',''),(17,'earthmatrix','','20180502122854_fb.jpg','Earth Matrix Reality','earthmatrix','earthmatrix','yoB4g6GTZu1tw','matrix123','','',0,'106.211.5.207','2018-05-10 07:58:38','earthmatrixinfo@gmail.com','9870366653','9870366653','','','','Noida','','','Active','2018-05-02 06:58:54','0000-00-00 00:00:00','','');
/*!40000 ALTER TABLE `mstr_company` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_dept`
--

DROP TABLE IF EXISTS `mstr_dept`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_dept` (
  `dept_id` int(11) NOT NULL AUTO_INCREMENT,
  `dept_code` varchar(255) NOT NULL,
  `dept_name` varchar(255) NOT NULL,
  `dept_desc` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL,
  `company_id` int(11) NOT NULL,
  `created_by` varchar(100) NOT NULL,
  `created_date` varchar(200) NOT NULL,
  PRIMARY KEY (`dept_id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_dept`
--

LOCK TABLES `mstr_dept` WRITE;
/*!40000 ALTER TABLE `mstr_dept` DISABLE KEYS */;
INSERT INTO `mstr_dept` (`dept_id`, `dept_code`, `dept_name`, `dept_desc`, `status`, `company_id`, `created_by`, `created_date`) VALUES (1,'Tele Sales','Tele Sales Department','Tele Sales Department','Active',1,'reliobrix_sadmin','2017-07-10 14:36:29'),(2,'FOS','Feet on Street','Feet on Street','Active',1,'reliobrix_sadmin','2017-07-10 14:36:50'),(3,'Accounts','Accounts','Accounts','Active',1,'reliobrix_sadmin','2017-07-10 14:37:01'),(4,'HR','Human Resources','Human Resources','Active',1,'reliobrix_sadmin','2017-07-10 14:37:18'),(5,'kghku','fwbiuhvoiessvhaj','whiufyoieru','Active',8,'Swati','2017-07-11 11:53:49'),(13,'000','Hr','','Active',5,'sam','2017-07-28 09:24:23'),(14,'001','telcalling head','','Active',7,'opps','2017-08-19 07:16:46'),(15,'008','t manager','','Active',7,'opps','2017-08-19 07:17:00'),(16,'007','t exc','','Active',7,'opps','2017-08-19 07:17:11'),(17,'001','Webs','hgdc','Active',9,'admin','2017-10-25 06:57:32'),(25,'CL001','fgfgnfg','','Active',9,'admin','2017-10-25 07:14:53'),(26,'CO001','Sales','','Active',9,'admin','2017-10-25 07:15:39'),(28,'001','Telecaller','','Active',13,'Admin','2017-11-06 08:02:21'),(29,'002','Sales','','Active',13,'Admin','2017-11-06 08:12:00'),(32,'001','calling','','Active',15,'Sth','2017-11-17 09:59:55'),(33,'002','sales','','Active',15,'Sth','2017-11-17 10:00:19'),(34,'003','It','','Active',15,'Sth','2017-11-17 10:00:31'),(35,'D-001','Health','ghfgjkhlj','Active',2,'websparrows_sadmin','2018-01-19 05:30:58'),(36,'D-002','ABC','hgjklj','Inactive',2,'websparrows_sadmin','2018-01-19 05:31:35'),(37,'01','Sale - delhi','dfdf','Active',2,'websparrows_sadmin','2018-05-24 07:54:15');
/*!40000 ALTER TABLE `mstr_dept` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_designation`
--

DROP TABLE IF EXISTS `mstr_designation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_designation` (
  `desi_id` int(11) NOT NULL AUTO_INCREMENT,
  `desi_code` varchar(255) NOT NULL,
  `desi_name` varchar(255) NOT NULL,
  `desi_desc` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL,
  `company_id` int(11) NOT NULL,
  `created_by` varchar(200) NOT NULL,
  `created_date` varchar(200) NOT NULL,
  PRIMARY KEY (`desi_id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_designation`
--

LOCK TABLES `mstr_designation` WRITE;
/*!40000 ALTER TABLE `mstr_designation` DISABLE KEYS */;
INSERT INTO `mstr_designation` (`desi_id`, `desi_code`, `desi_name`, `desi_desc`, `status`, `company_id`, `created_by`, `created_date`) VALUES (1,'Telecaller','Telecaller','Telecaller','Active',1,'reliobrix_sadmin','2017-07-10 14:37:38'),(2,'Manager - Telecaller','Manager - Telecaller','Manager - Telecaller','Active',1,'reliobrix_sadmin','2017-07-10 14:37:50'),(3,'Head - TeleSales','Head - TeleSales','Head - TeleSales','Active',1,'reliobrix_sadmin','2017-07-10 14:38:02'),(4,'AVP - TeleSales','AVP - TeleSales','AVP - TeleSales','Active',1,'reliobrix_sadmin','2017-07-10 14:38:14'),(5,'FOS','Feet on Street','Feet on Street','Active',1,'reliobrix_sadmin','2017-07-10 14:38:32'),(6,'BDM','Business Development Manager','Business Development Manager','Active',1,'reliobrix_sadmin','2017-07-10 14:38:50'),(7,'Sr. BDM','Sr. BDM','Sr. BDM','Active',1,'reliobrix_sadmin','2017-07-10 14:38:57'),(8,'Team Lead - Sales','Team Lead - Sales','Team Lead - Sales','Active',1,'reliobrix_sadmin','2017-07-10 14:39:08'),(9,'Mentor','Mentor','Mentor','Active',1,'reliobrix_sadmin','2017-07-10 14:39:21'),(22,'TelHead','Tele Head','','Active',13,'Admin','2017-11-06 08:19:29'),(23,'TeleCoordinator','Tele Coordinator','','Active',13,'Admin','2017-11-06 08:20:36'),(24,'TeleManager','Telcaller Maanger','','Active',13,'Admin','2017-11-06 08:21:00'),(25,'TeleExecutive','Calling Executive','','Active',13,'Admin','2017-11-06 08:21:25'),(26,'SalesHead','Sales Head','','Active',13,'Admin','2017-11-06 08:21:50'),(27,'SalesManager','Sales Manager','','Active',13,'Admin','2017-11-06 08:22:09'),(28,'SalesExecutive','Sales Executive/Representative ','','Active',13,'Admin','2017-11-06 08:22:43'),(29,'Hr001','HR','','Active',15,'Sth','2017-11-17 10:05:23'),(30,'TH001','Telecalling Head','','Active',15,'Sth','2017-11-17 10:07:39'),(31,'TM001','Telecalling Manager','','Active',15,'Sth','2017-11-17 10:08:50'),(32,'SH001','Sales Head','','Active',15,'Sth','2017-11-17 10:09:18'),(33,'SM001','Sales Manager','','Active',15,'Sth','2017-11-17 10:09:45'),(34,'SE001','Sales Executive','','Active',15,'Sth','2017-11-17 11:00:47'),(35,'TCE001','Telecalling Executive','','Active',15,'Sth','2017-11-17 11:05:19'),(36,'DG-001','Head','hjghklj','Inactive',2,'websparrows_sadmin','2018-01-19 05:46:55'),(37,'DG-002','XYZ','gfdhfjkhlj;k','Active',2,'websparrows_sadmin','2018-01-19 05:47:31'),(38,'DG-003','ghj','hgjk','Active',2,'websparrows_sadmin','2018-01-19 05:51:45'),(39,'Test001','test001','','Inactive',13,'Admin','2018-01-23 07:11:40');
/*!40000 ALTER TABLE `mstr_designation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_history`
--

DROP TABLE IF EXISTS `mstr_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `lead_id` int(11) NOT NULL,
  `lead_status` int(11) NOT NULL,
  `msg` varchar(255) NOT NULL,
  `prod_id` varchar(255) NOT NULL,
  `user_id` int(11) NOT NULL,
  `datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `follow_time` varchar(200) NOT NULL,
  `met_loc` varchar(255) NOT NULL,
  `tml` int(11) NOT NULL,
  `assign_by` int(11) NOT NULL,
  `assign_to` int(11) NOT NULL,
  `assign_tc` int(11) NOT NULL,
  `longitude` varchar(255) NOT NULL,
  `latitude` varchar(255) NOT NULL,
  `del_id` int(11) NOT NULL,
  `company_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11341 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_history`
--

LOCK TABLES `mstr_history` WRITE;
/*!40000 ALTER TABLE `mstr_history` DISABLE KEYS */;
INSERT INTO `mstr_history` (`id`, `lead_id`, `lead_status`, `msg`, `prod_id`, `user_id`, `datetime`, `follow_time`, `met_loc`, `tml`, `assign_by`, `assign_to`, `assign_tc`, `longitude`, `latitude`, `del_id`, `company_id`) VALUES (81,145,1,'','0',131,'2017-08-28 16:02:46','','',0,131,0,132,'','',0,1),(82,146,1,'','0',131,'2017-08-28 16:02:46','','',0,131,0,132,'','',0,1),(83,145,1,'','0',132,'2017-08-28 16:03:47','','',0,132,0,154,'','',0,1),(84,146,1,'','0',132,'2017-08-28 16:24:16','','',0,132,0,154,'','',0,1),(85,147,0,'','0',131,'2017-08-28 11:20:14','','',0,0,0,0,'','',1,1),(86,145,0,'','0',131,'2017-08-28 11:20:22','','',0,0,0,0,'','',1,1),(87,146,0,'','0',131,'2017-08-28 11:20:29','','',0,0,0,0,'','',1,1),(88,147,0,'','0',131,'2017-08-28 11:20:37','','',0,0,0,0,'','',1,1),(89,147,0,'','0',131,'2017-08-28 12:25:52','','',0,0,0,0,'','',1,1),(90,147,0,'','0',131,'2017-08-28 12:26:00','','',0,0,0,0,'','',1,1),(91,147,0,'','0',131,'2017-08-28 12:26:14','','',0,0,0,0,'','',1,1),(92,147,1,'','0',131,'2017-08-28 17:56:44','','',0,131,0,153,'','',0,1),(93,148,1,'','0',131,'2017-08-28 17:56:44','','',0,131,0,153,'','',0,1),(94,149,1,'','0',131,'2017-08-28 17:56:44','','',0,131,0,153,'','',0,1),(95,150,1,'','0',131,'2017-08-28 17:56:44','','',0,131,0,153,'','',0,1),(96,148,0,'','0',131,'2017-08-28 12:26:55','','',0,0,0,0,'','',1,1),(97,149,0,'','0',131,'2017-08-28 12:27:01','','',0,0,0,0,'','',1,1),(98,150,0,'','0',131,'2017-08-28 12:27:07','','',0,0,0,0,'','',1,1),(99,1,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(100,2,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(101,3,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(102,4,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(103,5,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(104,6,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(105,7,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(106,8,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(107,9,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(108,10,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(109,11,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(110,12,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(111,13,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(112,14,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(113,15,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(114,16,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(115,17,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(116,18,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(117,19,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(118,20,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(119,21,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(120,22,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(121,23,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(122,24,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(123,25,1,'','0',131,'2017-09-02 15:35:11','','',0,131,0,132,'','',0,1),(124,26,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(125,27,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(126,28,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(127,29,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(128,30,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(129,31,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(130,32,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(131,33,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(132,34,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(133,35,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(134,36,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(135,37,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(136,38,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(137,39,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(138,40,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(139,41,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(140,42,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(141,43,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(142,44,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(143,45,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(144,46,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(145,47,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(146,48,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(147,49,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(148,50,1,'','0',131,'2017-09-02 15:35:22','','',0,131,0,132,'','',0,1),(149,51,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(150,52,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(151,53,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(152,54,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(153,55,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(154,56,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(155,57,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(156,58,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(157,59,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(158,60,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(159,61,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(160,62,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(161,63,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(162,64,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(163,65,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(164,66,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(165,67,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(166,68,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(167,69,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(168,70,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(169,71,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(170,72,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(171,73,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(172,74,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(173,75,1,'','0',131,'2017-09-02 15:35:41','','',0,131,0,132,'','',0,1),(174,76,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(175,77,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(176,78,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(177,79,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(178,80,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(179,81,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(180,82,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(181,83,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(182,84,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(183,85,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(184,86,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(185,87,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(186,88,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(187,89,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(188,90,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(189,91,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(190,92,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(191,93,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(192,94,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(193,95,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(194,96,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(195,97,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(196,98,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(197,99,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(198,100,1,'','0',131,'2017-09-02 15:35:53','','',0,131,0,132,'','',0,1),(199,101,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(200,102,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(201,103,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(202,104,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(203,105,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(204,106,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(205,107,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(206,108,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(207,109,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(208,110,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(209,111,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(210,112,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(211,113,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(212,114,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(213,115,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(214,116,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(215,117,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(216,118,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(217,119,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(218,120,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(219,121,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(220,122,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(221,123,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(222,124,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(223,125,1,'','0',131,'2017-09-02 15:36:04','','',0,131,0,132,'','',0,1),(224,126,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(225,127,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(226,128,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(227,129,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(228,130,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(229,131,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(230,132,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(231,133,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(232,134,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(233,135,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(234,136,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(235,137,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(236,138,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(237,139,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(238,140,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(239,141,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(240,142,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(241,143,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(242,144,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(243,145,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(244,146,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(245,147,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(246,148,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(247,149,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(248,150,1,'','0',131,'2017-09-02 15:36:15','','',0,131,0,132,'','',0,1),(249,151,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(250,152,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(251,153,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(252,154,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(253,155,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(254,156,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(255,157,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(256,158,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(257,159,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(258,160,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(259,161,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(260,162,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(261,163,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(262,164,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(263,165,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(264,166,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(265,167,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(266,168,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(267,169,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(268,170,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(269,171,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(270,172,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(271,173,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(272,174,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(273,175,1,'','0',131,'2017-09-02 15:36:26','','',0,131,0,132,'','',0,1),(274,176,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(275,177,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(276,178,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(277,179,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(278,180,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(279,181,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(280,182,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(281,183,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(282,184,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(283,185,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(284,186,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(285,187,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(286,188,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(287,189,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(288,190,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(289,191,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(290,192,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(291,193,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(292,194,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(293,195,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(294,196,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(295,197,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(296,198,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(297,199,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(298,200,1,'','0',131,'2017-09-02 15:36:37','','',0,131,0,132,'','',0,1),(299,201,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(300,202,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(301,203,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(302,204,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(303,205,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(304,206,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(305,207,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(306,208,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(307,209,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(308,210,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(309,211,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(310,212,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(311,213,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(312,214,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(313,215,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(314,216,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(315,217,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(316,218,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(317,219,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(318,220,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(319,221,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(320,222,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(321,223,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(322,224,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(323,225,1,'','0',131,'2017-09-02 15:36:46','','',0,131,0,132,'','',0,1),(324,226,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(325,227,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(326,228,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(327,229,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(328,230,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(329,231,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(330,232,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(331,233,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(332,234,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(333,235,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(334,236,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(335,237,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(336,238,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(337,239,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(338,240,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(339,241,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(340,242,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(341,243,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(342,244,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(343,245,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(344,246,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(345,247,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(346,248,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(347,249,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(348,250,1,'','0',131,'2017-09-02 15:36:57','','',0,131,0,132,'','',0,1),(349,251,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(350,252,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(351,253,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(352,254,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(353,255,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(354,256,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(355,257,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(356,258,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(357,259,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(358,260,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(359,261,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(360,262,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(361,263,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(362,264,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(363,265,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(364,266,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(365,267,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(366,268,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(367,269,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(368,270,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(369,271,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(370,272,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(371,273,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(372,274,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(373,275,1,'','0',131,'2017-09-02 15:37:39','','',0,131,0,132,'','',0,1),(374,1,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(375,2,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(376,3,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(377,4,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(378,5,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(379,6,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(380,7,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(381,8,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(382,9,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(383,10,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(384,11,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(385,12,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(386,13,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(387,14,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(388,15,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(389,16,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(390,17,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(391,18,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(392,19,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(393,20,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(394,21,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(395,22,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(396,23,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(397,24,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(398,25,1,'','0',132,'2017-09-02 15:38:04','','',0,132,0,154,'','',0,1),(399,276,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(400,277,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(401,278,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(402,279,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(403,280,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(404,281,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(405,282,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(406,283,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(407,284,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(408,285,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(409,286,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(410,287,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(411,288,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(412,289,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(413,290,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(414,291,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(415,292,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(416,293,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(417,294,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(418,295,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(419,296,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(420,297,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(421,298,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(422,299,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(423,300,1,'','0',131,'2017-09-02 15:38:15','','',0,131,0,132,'','',0,1),(424,26,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(425,27,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(426,28,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(427,29,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(428,30,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(429,31,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(430,32,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(431,33,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(432,34,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(433,35,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(434,36,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(435,37,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(436,38,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(437,39,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(438,40,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(439,41,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(440,42,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(441,43,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(442,44,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(443,45,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(444,46,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(445,47,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(446,48,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(447,49,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(448,50,1,'','0',132,'2017-09-02 15:38:17','','',0,132,0,154,'','',0,1),(449,301,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(450,302,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(451,303,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(452,304,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(453,305,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(454,306,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(455,307,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(456,308,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(457,309,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(458,310,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(459,311,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(460,312,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(461,313,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(462,314,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(463,315,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(464,316,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(465,317,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(466,318,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(467,319,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(468,320,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(469,321,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(470,322,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(471,323,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(472,324,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(473,325,1,'','0',131,'2017-09-02 15:38:27','','',0,131,0,132,'','',0,1),(474,51,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(475,52,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(476,53,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(477,54,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(478,55,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(479,56,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(480,57,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(481,58,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(482,59,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(483,60,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(484,61,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(485,62,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(486,63,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(487,64,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(488,65,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(489,66,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(490,67,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(491,68,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(492,69,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(493,70,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(494,71,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(495,72,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(496,73,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(497,74,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(498,75,1,'','0',132,'2017-09-02 15:38:29','','',0,132,0,154,'','',0,1),(499,326,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(500,327,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(501,328,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(502,329,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(503,330,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(504,331,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(505,332,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(506,333,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(507,334,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(508,335,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(509,336,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(510,337,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(511,338,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(512,339,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(513,340,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(514,341,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(515,342,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(516,343,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(517,344,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(518,345,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(519,346,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(520,347,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(521,348,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(522,349,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(523,350,1,'','0',131,'2017-09-02 15:38:37','','',0,131,0,132,'','',0,1),(524,76,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(525,77,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(526,78,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(527,79,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(528,80,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(529,81,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(530,82,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(531,83,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(532,84,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(533,85,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(534,86,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(535,87,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(536,88,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(537,89,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(538,90,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(539,91,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(540,92,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(541,93,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(542,94,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(543,95,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(544,96,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(545,97,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(546,98,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(547,99,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(548,100,1,'','0',132,'2017-09-02 15:38:48','','',0,132,0,154,'','',0,1),(549,351,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(550,352,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(551,353,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(552,354,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(553,355,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(554,356,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(555,357,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(556,358,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(557,359,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(558,360,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(559,361,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(560,362,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(561,363,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(562,364,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(563,365,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(564,366,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(565,367,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(566,368,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(567,369,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(568,370,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(569,371,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(570,372,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(571,373,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(572,374,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(573,375,1,'','0',131,'2017-09-02 15:38:48','','',0,131,0,132,'','',0,1),(574,376,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(575,377,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(576,378,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(577,379,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(578,380,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(579,381,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(580,382,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(581,383,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(582,384,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(583,385,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(584,386,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(585,387,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(586,388,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(587,389,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(588,390,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(589,391,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(590,392,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(591,393,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(592,394,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(593,395,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(594,396,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(595,397,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(596,398,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(597,399,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(598,400,1,'','0',131,'2017-09-02 15:38:58','','',0,131,0,132,'','',0,1),(599,101,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(600,102,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(601,103,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(602,104,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(603,105,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(604,106,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(605,107,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(606,108,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(607,109,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(608,110,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(609,111,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(610,112,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(611,113,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(612,114,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(613,115,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(614,116,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(615,117,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(616,118,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(617,119,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(618,120,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(619,121,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(620,122,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(621,123,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(622,124,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(623,125,1,'','0',132,'2017-09-02 15:39:02','','',0,132,0,154,'','',0,1),(624,401,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(625,402,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(626,403,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(627,404,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(628,405,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(629,406,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(630,407,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(631,408,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(632,409,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(633,410,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(634,411,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(635,412,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(636,413,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(637,414,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(638,415,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(639,416,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(640,417,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(641,418,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(642,419,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(643,420,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(644,421,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(645,422,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(646,423,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(647,424,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(648,425,1,'','0',131,'2017-09-02 15:39:07','','',0,131,0,132,'','',0,1),(649,426,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(650,427,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(651,428,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(652,429,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(653,430,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(654,431,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(655,432,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(656,433,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(657,434,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(658,435,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(659,436,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(660,437,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(661,438,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(662,439,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(663,440,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(664,441,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(665,442,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(666,443,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(667,444,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(668,445,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(669,446,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(670,447,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(671,448,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(672,449,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(673,450,1,'','0',131,'2017-09-02 15:39:18','','',0,131,0,132,'','',0,1),(674,126,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(675,127,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(676,128,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(677,129,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(678,130,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(679,131,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(680,132,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(681,133,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(682,134,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(683,135,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(684,136,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(685,137,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(686,138,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(687,139,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(688,140,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(689,141,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(690,142,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(691,143,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(692,144,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(693,145,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(694,146,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(695,147,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(696,148,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(697,149,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(698,150,1,'','0',132,'2017-09-02 15:39:21','','',0,132,0,154,'','',0,1),(699,451,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(700,452,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(701,453,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(702,454,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(703,455,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(704,456,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(705,457,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(706,458,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(707,459,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(708,460,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(709,461,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(710,462,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(711,463,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(712,464,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(713,465,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(714,466,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(715,467,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(716,468,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(717,469,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(718,470,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(719,471,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(720,472,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(721,473,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(722,474,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(723,475,1,'','0',131,'2017-09-02 15:39:28','','',0,131,0,132,'','',0,1),(724,151,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(725,152,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(726,153,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(727,154,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(728,155,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(729,156,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(730,157,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(731,158,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(732,159,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(733,160,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(734,161,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(735,162,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(736,163,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(737,164,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(738,165,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(739,166,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(740,167,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(741,168,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(742,169,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(743,170,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(744,171,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(745,172,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(746,173,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(747,174,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(748,175,1,'','0',132,'2017-09-02 15:39:33','','',0,132,0,154,'','',0,1),(749,476,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(750,477,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(751,478,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(752,479,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(753,480,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(754,481,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(755,482,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(756,483,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(757,484,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(758,485,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(759,486,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(760,487,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(761,488,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(762,489,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(763,490,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(764,491,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(765,492,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(766,493,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(767,494,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(768,495,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(769,496,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(770,497,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(771,498,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(772,499,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(773,500,1,'','0',131,'2017-09-02 15:39:37','','',0,131,0,132,'','',0,1),(774,501,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(775,502,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(776,503,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(777,504,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(778,505,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(779,506,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(780,507,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(781,508,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(782,509,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(783,510,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(784,511,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(785,512,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(786,513,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(787,514,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(788,515,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(789,516,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(790,517,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(791,518,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(792,519,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(793,520,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(794,521,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(795,522,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(796,523,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(797,524,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(798,525,1,'','0',131,'2017-09-02 15:39:46','','',0,131,0,132,'','',0,1),(799,176,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(800,177,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(801,178,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(802,179,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(803,180,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(804,181,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(805,182,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(806,183,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(807,184,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(808,185,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(809,186,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(810,187,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(811,188,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(812,189,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(813,190,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(814,191,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(815,192,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(816,193,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(817,194,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(818,195,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(819,196,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(820,197,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(821,198,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(822,199,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(823,200,1,'','0',132,'2017-09-02 15:39:50','','',0,132,0,154,'','',0,1),(824,526,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(825,527,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(826,528,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(827,529,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(828,530,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(829,531,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(830,532,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(831,533,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(832,534,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(833,535,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(834,536,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(835,537,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(836,538,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(837,539,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(838,540,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(839,541,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(840,542,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(841,543,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(842,544,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(843,545,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(844,546,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(845,547,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(846,548,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(847,549,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(848,550,1,'','0',131,'2017-09-02 15:39:55','','',0,131,0,132,'','',0,1),(849,551,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(850,552,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(851,553,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(852,554,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(853,555,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(854,556,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(855,557,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(856,558,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(857,559,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(858,560,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(859,561,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(860,562,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(861,563,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(862,564,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(863,565,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(864,566,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(865,567,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(866,568,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(867,569,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(868,570,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(869,571,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(870,572,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(871,573,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(872,574,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(873,575,1,'','0',131,'2017-09-02 15:40:12','','',0,131,0,132,'','',0,1),(874,201,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(875,202,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(876,203,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(877,204,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(878,205,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(879,206,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(880,207,1,'','0',132,'2017-09-02 15:40:21','','',0,132,0,154,'','',0,1),(881,576,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(882,577,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(883,578,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(884,579,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(885,580,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(886,581,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(887,582,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(888,583,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(889,584,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(890,585,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(891,586,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(892,587,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(893,588,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(894,589,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(895,590,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(896,591,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(897,592,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(898,593,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(899,594,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(900,595,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(901,596,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(902,597,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(903,598,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(904,599,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(905,600,1,'','0',131,'2017-09-02 15:40:24','','',0,131,0,132,'','',0,1),(906,601,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(907,602,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(908,603,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(909,604,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(910,605,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(911,606,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(912,607,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(913,608,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(914,609,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(915,610,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(916,611,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(917,612,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(918,613,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(919,614,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(920,615,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(921,616,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(922,617,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(923,618,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(924,619,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(925,620,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(926,621,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(927,622,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(928,623,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(929,624,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(930,625,1,'','0',131,'2017-09-02 15:40:34','','',0,131,0,132,'','',0,1),(931,626,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(932,627,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(933,628,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(934,629,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(935,630,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(936,631,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(937,632,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(938,633,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(939,634,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(940,635,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(941,636,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(942,637,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(943,638,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(944,639,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(945,640,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(946,641,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(947,642,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(948,643,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(949,644,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(950,645,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(951,646,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(952,647,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(953,648,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(954,649,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(955,650,1,'','0',131,'2017-09-02 15:40:46','','',0,131,0,132,'','',0,1),(956,651,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(957,652,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(958,653,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(959,654,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(960,655,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(961,656,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(962,657,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(963,658,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(964,659,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(965,660,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(966,661,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(967,662,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(968,663,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(969,664,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(970,665,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(971,666,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(972,667,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(973,668,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(974,669,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(975,670,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(976,671,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(977,672,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(978,673,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(979,674,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(980,675,1,'','0',131,'2017-09-02 15:41:02','','',0,131,0,132,'','',0,1),(981,676,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(982,677,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(983,678,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(984,679,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(985,680,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(986,681,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(987,682,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(988,683,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(989,684,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(990,685,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(991,686,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(992,687,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(993,688,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(994,689,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(995,690,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(996,691,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(997,692,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(998,693,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(999,694,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1000,695,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1001,696,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1002,697,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1003,698,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1004,699,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1005,700,1,'','0',131,'2017-09-02 15:41:14','','',0,131,0,132,'','',0,1),(1006,701,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1007,702,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1008,703,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1009,704,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1010,705,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1011,706,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1012,707,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1013,708,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1014,709,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1015,710,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1016,711,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1017,712,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1018,713,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1019,714,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1020,715,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1021,716,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1022,717,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1023,718,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1024,719,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1025,720,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1026,721,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1027,722,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1028,723,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1029,724,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1030,725,1,'','0',131,'2017-09-02 15:41:24','','',0,131,0,132,'','',0,1),(1031,726,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1032,727,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1033,728,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1034,729,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1035,730,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1036,731,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1037,732,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1038,733,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1039,734,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1040,735,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1041,736,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1042,737,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1043,738,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1044,739,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1045,740,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1046,741,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1047,742,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1048,743,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1049,744,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1050,745,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1051,746,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1052,747,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1053,748,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1054,749,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1055,750,1,'','0',131,'2017-09-02 15:41:59','','',0,131,0,132,'','',0,1),(1056,1,8,'np','0',154,'2017-09-02 15:42:38','0','',0,0,0,0,'','',0,1),(1057,2,8,'nc','0',154,'2017-09-02 15:43:11','0','',0,0,0,0,'','',0,1),(1058,751,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1059,752,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1060,753,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1061,754,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1062,755,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1063,756,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1064,757,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1065,758,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1066,759,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1067,760,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1068,761,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1069,762,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1070,763,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1071,764,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1072,765,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1073,766,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1074,767,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1075,768,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1076,769,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1077,770,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1078,771,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1079,772,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1080,773,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1081,774,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1082,775,1,'','0',131,'2017-09-02 15:44:39','','',0,131,0,132,'','',0,1),(1083,4,3,'not searching','0',154,'2017-09-02 15:44:53','0','',0,0,0,0,'','',0,1),(1084,5,3,'ni','0',154,'2017-09-02 15:46:45','0','',0,0,0,0,'','',0,1),(1085,3,4,'cb','0',154,'2017-09-02 15:50:16','05-09-2017 - 14:40 ,Tuesday','',0,0,0,0,'','',0,1),(1086,776,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1087,777,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1088,778,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1089,779,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1090,780,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1091,781,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1092,782,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1093,783,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1094,784,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1095,785,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1096,786,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1097,787,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1098,788,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1099,789,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1100,790,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1101,791,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1102,792,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1103,793,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1104,794,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1105,795,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1106,796,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1107,797,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1108,798,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1109,799,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1110,800,1,'','0',131,'2017-09-02 15:56:27','','',0,131,0,132,'','',0,1),(1111,801,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1112,802,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1113,803,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1114,804,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1115,805,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1116,806,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1117,807,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1118,808,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1119,809,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1120,810,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1121,811,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1122,812,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1123,813,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1124,814,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1125,815,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1126,816,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1127,817,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1128,818,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1129,819,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1130,820,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1131,821,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1132,822,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1133,823,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1134,824,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1135,825,1,'','0',131,'2017-09-02 15:56:38','','',0,131,0,132,'','',0,1),(1136,826,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1137,827,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1138,828,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1139,829,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1140,830,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1141,831,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1142,832,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1143,833,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1144,834,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1145,835,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1146,836,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1147,837,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1148,838,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1149,839,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1150,840,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1151,841,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1152,842,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1153,843,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1154,844,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1155,845,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1156,846,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1157,847,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1158,848,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1159,849,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1160,850,1,'','0',131,'2017-09-02 15:56:47','','',0,131,0,132,'','',0,1),(1161,851,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1162,852,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1163,853,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1164,854,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1165,855,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1166,856,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1167,857,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1168,858,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1169,859,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1170,860,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1171,861,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1172,862,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1173,863,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1174,864,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1175,865,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1176,866,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1177,867,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1178,868,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1179,869,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1180,870,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1181,871,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1182,872,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1183,873,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1184,874,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1185,875,1,'','0',131,'2017-09-02 15:56:57','','',0,131,0,132,'','',0,1),(1186,876,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1187,877,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1188,878,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1189,879,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1190,880,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1191,881,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1192,882,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1193,883,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1194,884,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1195,885,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1196,886,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1197,887,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1198,888,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1199,889,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1200,890,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1201,891,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1202,892,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1203,893,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1204,894,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1205,895,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1206,896,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1207,897,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1208,898,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1209,899,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1210,900,1,'','0',131,'2017-09-02 15:57:07','','',0,131,0,132,'','',0,1),(1211,901,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1212,902,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1213,903,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1214,904,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1215,905,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1216,906,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1217,907,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1218,908,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1219,909,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1220,910,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1221,911,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1222,912,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1223,913,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1224,914,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1225,915,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1226,916,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1227,917,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1228,918,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1229,919,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1230,920,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1231,921,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1232,922,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1233,923,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1234,924,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1235,925,1,'','0',131,'2017-09-02 15:57:16','','',0,131,0,132,'','',0,1),(1236,926,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1237,927,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1238,928,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1239,929,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1240,930,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1241,931,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1242,932,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1243,933,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1244,934,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1245,935,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1246,936,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1247,937,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1248,938,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1249,939,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1250,940,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1251,941,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1252,942,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1253,943,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1254,944,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1255,945,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1256,946,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1257,947,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1258,948,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1259,949,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1260,950,1,'','0',131,'2017-09-02 15:57:29','','',0,131,0,132,'','',0,1),(1261,951,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1262,952,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1263,953,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1264,954,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1265,955,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1266,956,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1267,957,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1268,958,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1269,959,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1270,960,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1271,961,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1272,962,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1273,963,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1274,964,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1275,965,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1276,966,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1277,967,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1278,968,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1279,969,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1280,970,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1281,971,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1282,972,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1283,973,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1284,974,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1285,975,1,'','0',131,'2017-09-02 15:57:38','','',0,131,0,132,'','',0,1),(1286,976,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1287,977,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1288,978,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1289,979,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1290,980,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1291,981,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1292,982,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1293,983,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1294,984,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1295,985,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1296,986,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1297,987,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1298,988,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1299,989,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1300,990,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1301,991,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1302,992,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1303,993,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1304,994,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1305,995,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1306,996,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1307,997,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1308,998,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1309,999,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1310,1000,1,'','0',131,'2017-09-02 15:57:48','','',0,131,0,132,'','',0,1),(1311,1001,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1312,1002,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1313,1003,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1314,1004,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1315,1005,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1316,1006,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1317,1007,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1318,1008,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1319,1009,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1320,1010,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1321,1011,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1322,1012,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1323,1013,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1324,1014,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1325,1015,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1326,1016,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1327,1017,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1328,1018,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1329,1019,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1330,1020,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1331,1021,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1332,1022,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1333,1023,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1334,1024,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1335,1025,1,'','0',131,'2017-09-02 15:57:57','','',0,131,0,132,'','',0,1),(1336,1026,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1337,1027,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1338,1028,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1339,1029,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1340,1030,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1341,1031,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1342,1032,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1343,1033,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1344,1034,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1345,1035,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1346,1036,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1347,1037,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1348,1038,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1349,1039,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1350,1040,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1351,1041,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1352,1042,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1353,1043,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1354,1044,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1355,1045,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1356,1046,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1357,1047,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1358,1048,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1359,1049,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1360,1050,1,'','0',131,'2017-09-02 15:58:06','','',0,131,0,132,'','',0,1),(1361,1051,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1362,1052,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1363,1053,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1364,1054,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1365,1055,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1366,1056,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1367,1057,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1368,1058,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1369,1059,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1370,1060,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1371,1061,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1372,1062,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1373,1063,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1374,1064,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1375,1065,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1376,1066,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1377,1067,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1378,1068,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1379,1069,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1380,1070,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1381,1071,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1382,1072,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1383,1073,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1384,1074,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1385,1075,1,'','0',131,'2017-09-02 15:58:17','','',0,131,0,132,'','',0,1),(1386,1076,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1387,1077,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1388,1078,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1389,1079,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1390,1080,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1391,1081,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1392,1082,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1393,1083,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1394,1084,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1395,1085,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1396,1086,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1397,1087,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1398,1088,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1399,1089,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1400,1090,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1401,1091,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1402,1092,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1403,1093,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1404,1094,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1405,1095,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1406,1096,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1407,1097,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1408,1098,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1409,1099,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1410,1100,1,'','0',131,'2017-09-02 15:58:29','','',0,131,0,132,'','',0,1),(1411,1101,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1412,1102,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1413,1103,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1414,1104,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1415,1105,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1416,1106,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1417,1107,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1418,1108,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1419,1109,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1420,1110,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1421,1111,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1422,1112,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1423,1113,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1424,1114,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1425,1115,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1426,1116,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1427,1117,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1428,1118,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1429,1119,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1430,1120,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1431,1121,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1432,1122,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1433,1123,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1434,1124,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1435,1125,1,'','0',131,'2017-09-02 15:58:38','','',0,131,0,132,'','',0,1),(1436,1126,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1437,1127,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1438,1128,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1439,1129,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1440,1130,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1441,1131,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1442,1132,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1443,1133,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1444,1134,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1445,1135,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1446,1136,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1447,1137,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1448,1138,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1449,1139,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1450,1140,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1451,1141,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1452,1142,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1453,1143,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1454,1144,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1455,1145,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1456,1146,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1457,1147,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1458,1148,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1459,1149,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1460,1150,1,'','0',131,'2017-09-02 15:58:50','','',0,131,0,132,'','',0,1),(1461,1151,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1462,1152,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1463,1153,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1464,1154,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1465,1155,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1466,1156,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1467,1157,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1468,1158,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1469,1159,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1470,1160,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1471,1161,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1472,1162,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1473,1163,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1474,1164,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1475,1165,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1476,1166,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1477,1167,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1478,1168,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1479,1169,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1480,1170,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1481,1171,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1482,1172,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1483,1173,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1484,1174,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1485,1175,1,'','0',131,'2017-09-02 15:59:02','','',0,131,0,132,'','',0,1),(1486,1176,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1487,1177,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1488,1178,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1489,1179,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1490,1180,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1491,1181,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1492,1182,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1493,1183,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1494,1184,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1495,1185,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1496,1186,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1497,1187,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1498,1188,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1499,1189,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1500,1190,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1501,1191,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1502,1192,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1503,1193,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1504,1194,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1505,1195,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1506,1196,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1507,1197,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1508,1198,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1509,1199,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1510,1200,1,'','0',131,'2017-09-02 15:59:13','','',0,131,0,132,'','',0,1),(1511,1201,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1512,1202,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1513,1203,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1514,1204,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1515,1205,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1516,1206,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1517,1207,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1518,1208,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1519,1209,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1520,1210,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1521,1211,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1522,1212,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1523,1213,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1524,1214,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1525,1215,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1526,1216,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1527,1217,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1528,1218,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1529,1219,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1530,1220,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1531,1221,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1532,1222,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1533,1223,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1534,1224,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1535,1225,1,'','0',131,'2017-09-02 15:59:27','','',0,131,0,132,'','',0,1),(1536,1226,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1537,1227,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1538,1228,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1539,1229,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1540,1230,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1541,1231,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1542,1232,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1543,1233,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1544,1234,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1545,1235,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1546,1236,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1547,1237,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1548,1238,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1549,1239,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1550,1240,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1551,1241,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1552,1242,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1553,1243,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1554,1244,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1555,1245,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1556,1246,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1557,1247,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1558,1248,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1559,1249,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1560,1250,1,'','0',131,'2017-09-02 15:59:37','','',0,131,0,132,'','',0,1),(1561,1251,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1562,1252,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1563,1253,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1564,1254,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1565,1255,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1566,1256,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1567,1257,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1568,1258,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1569,1259,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1570,1260,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1571,1261,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1572,1262,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1573,1263,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1574,1264,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1575,1265,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1576,1266,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1577,1267,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1578,1268,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1579,1269,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1580,1270,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1581,1271,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1582,1272,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1583,1273,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1584,1274,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1585,1275,1,'','0',131,'2017-09-02 15:59:47','','',0,131,0,132,'','',0,1),(1586,1276,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1587,1277,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1588,1278,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1589,1279,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1590,1280,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1591,1281,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1592,1282,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1593,1283,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1594,1284,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1595,1285,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1596,1286,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1597,1287,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1598,1288,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1599,1289,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1600,1290,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1601,1291,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1602,1292,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1603,1293,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1604,1294,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1605,1295,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1606,1296,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1607,1297,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1608,1298,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1609,1299,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1610,1300,1,'','0',131,'2017-09-02 16:00:00','','',0,131,0,132,'','',0,1),(1611,1301,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1612,1302,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1613,1303,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1614,1304,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1615,1305,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1616,1306,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1617,1307,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1618,1308,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1619,1309,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1620,1310,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1621,1311,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1622,1312,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1623,1313,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1624,1314,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1625,1315,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1626,1316,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1627,1317,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1628,1318,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1629,1319,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1630,1320,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1631,1321,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1632,1322,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1633,1323,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1634,1324,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1635,1325,1,'','0',131,'2017-09-02 16:00:10','','',0,131,0,132,'','',0,1),(1636,1326,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1637,1327,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1638,1328,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1639,1329,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1640,1330,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1641,1331,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1642,1332,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1643,1333,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1644,1334,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1645,1335,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1646,1336,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1647,1337,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1648,1338,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1649,1339,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1650,1340,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1651,1341,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1652,1342,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1653,1343,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1654,1344,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1655,1345,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1656,1346,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1657,1347,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1658,1348,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1659,1349,1,'','0',131,'2017-09-02 16:00:20','','',0,131,0,132,'','',0,1),(1660,6,3,'NI','0',154,'2017-09-02 16:10:20','0','',0,0,0,0,'','',0,1),(1661,7,3,'NI','0',154,'2017-09-02 16:10:37','0','',0,0,0,0,'','',0,1),(1662,8,3,'Searching Plot','0',154,'2017-09-02 16:12:03','0','',0,0,0,0,'','',0,1),(1663,9,3,'NI','0',154,'2017-09-02 16:12:24','0','',0,0,0,0,'','',0,1),(1664,10,3,'NI','0',154,'2017-09-02 16:12:49','0','',0,0,0,0,'','',0,1),(1665,11,8,'SWITCHED OFF','0',154,'2017-09-02 16:13:12','0','',0,0,0,0,'','',0,1),(1666,12,8,'RINGING','0',154,'2017-09-02 16:13:29','0','',0,0,0,0,'','',0,1),(1667,13,3,'DISCONNECTING','0',154,'2017-09-02 16:13:52','0','',0,0,0,0,'','',0,1),(1668,14,3,'NI','0',154,'2017-09-02 16:14:08','0','',0,0,0,0,'','',0,1),(1669,15,8,'SWITCHED OFF','0',154,'2017-09-02 16:14:58','0','',0,0,0,0,'','',0,1),(1670,16,8,'SWITCHED OFF','0',154,'2017-09-02 16:15:30','0','',0,0,0,0,'','',0,1),(1671,17,8,'NOT PICKED','0',154,'2017-09-02 16:15:49','0','',0,0,0,0,'','',0,1),(1672,18,8,'SWITCHED OFF','0',154,'2017-09-02 16:16:09','0','',0,0,0,0,'','',0,1),(1673,19,3,'NOT SEARCHING','0',154,'2017-09-02 16:17:15','0','',0,0,0,0,'','',0,1),(1674,20,8,'NO RESPONSE','0',154,'2017-09-02 16:17:40','0','',0,0,0,0,'','',0,1),(1675,21,3,'NOT SEARCHING','0',154,'2017-09-02 16:18:00','0','',0,0,0,0,'','',0,1),(1676,22,3,'NOT SEARCHING','0',154,'2017-09-02 16:18:30','0','',0,0,0,0,'','',0,1),(1677,23,3,'NOT SEARCHING','0',154,'2017-09-02 16:19:20','0','',0,0,0,0,'','',0,1),(1678,24,8,'No response','0',154,'2017-09-02 16:56:34','0','',0,0,0,0,'','',0,1),(1679,25,8,'no response','0',154,'2017-09-02 16:56:53','0','',0,0,0,0,'','',0,1),(1680,26,3,'not searching','0',154,'2017-09-02 16:57:25','0','',0,0,0,0,'','',0,1),(1681,27,3,'not searching','0',154,'2017-09-02 16:57:52','0','',0,0,0,0,'','',0,1),(1682,28,3,'not searching','0',154,'2017-09-02 16:58:16','0','',0,0,0,0,'','',0,1),(1683,29,8,'switched off','0',154,'2017-09-02 16:58:48','0','',0,0,0,0,'','',0,1),(1684,30,3,'not intersted','0',154,'2017-09-02 16:59:46','0','',0,0,0,0,'','',0,1),(1685,31,3,'not interested','0',154,'2017-09-02 17:00:22','0','',0,0,0,0,'','',0,1),(1686,31,3,'not interested','0',154,'2017-09-02 17:00:25','0','',0,0,0,0,'','',0,1),(1687,32,3,'not looking','0',154,'2017-09-02 17:01:43','0','',0,0,0,0,'','',0,1),(1688,29,9,'switched off','0',154,'2017-09-02 17:02:12','0','',0,0,0,0,'','',0,1),(1689,33,8,'switched off','0',154,'2017-09-02 17:02:41','0','',0,0,0,0,'','',0,1),(1690,34,8,'not reachable','0',154,'2017-09-02 17:03:06','0','',0,0,0,0,'','',0,1),(1691,35,3,'not searching','0',154,'2017-09-02 17:03:35','0','',0,0,0,0,'','',0,1),(1692,36,8,'wrong number','0',154,'2017-09-02 17:04:04','0','',0,0,0,0,'','',0,1),(1693,37,8,'no cont busy','0',154,'2017-09-02 17:04:43','0','',0,0,0,0,'','',0,1),(1694,38,8,'wrong number','0',154,'2017-09-02 17:05:44','0','',0,0,0,0,'','',0,1),(1695,39,8,'switchd off','0',154,'2017-09-02 17:06:05','0','',0,0,0,0,'','',0,1),(1696,40,3,'Low budget of 20 lac','0',154,'2017-09-02 17:07:13','0','',0,0,0,0,'','',0,1),(1697,41,8,'Switched off','0',154,'2017-09-02 17:10:41','0','',0,0,0,0,'','',0,1),(1698,42,8,'Switched off','0',154,'2017-09-02 17:11:02','0','',0,0,0,0,'','',0,1),(1699,43,3,'not intersted','0',154,'2017-09-02 17:11:22','0','',0,0,0,0,'','',0,1),(1700,44,8,'No busy continuously','0',154,'2017-09-02 17:11:49','0','',0,0,0,0,'','',0,1),(1701,45,8,'switched off','0',154,'2017-09-02 17:12:17','0','',0,0,0,0,'','',0,1),(1702,46,4,'Call back','0',154,'2017-09-02 17:12:50','06-09-2017 - 12:35 ,Wednesday','',0,0,0,0,'','',0,1),(1703,47,8,'switched off','0',154,'2017-09-02 17:13:09','0','',0,0,0,0,'','',0,1),(1704,48,3,'not searching','0',154,'2017-09-02 17:14:52','0','',0,0,0,0,'','',0,1),(1705,49,8,'wrong number','0',154,'2017-09-02 17:15:35','0','',0,0,0,0,'','',0,1),(1706,50,4,'Commercial shop required','0',154,'2017-09-02 17:16:39','04-09-2017 - 14:30 ,Monday','',0,0,0,0,'','',0,1),(1707,51,3,'not searching ','0',154,'2017-09-02 17:19:30','0','',0,0,0,0,'','',0,1),(1708,52,8,'NP','0',154,'2017-09-03 12:20:48','0','',0,0,0,0,'','',0,1),(1709,53,3,'Out of service','0',154,'2017-09-03 12:21:23','0','',0,0,0,0,'','',0,1),(1710,54,8,'not connect','0',154,'2017-09-03 12:21:42','0','',0,0,0,0,'','',0,1),(1711,55,8,'switched off','0',154,'2017-09-03 12:21:59','0','',0,0,0,0,'','',0,1),(1712,56,8,'not pick','0',154,'2017-09-03 12:22:17','0','',0,0,0,0,'','',0,1),(1713,57,8,'not pick','0',154,'2017-09-03 12:22:35','0','',0,0,0,0,'','',0,1),(1714,57,3,'ni','0',154,'2017-09-03 12:23:02','0','',0,0,0,0,'','',0,1),(1715,58,3,'NI','0',154,'2017-09-03 12:23:14','0','',0,0,0,0,'','',0,1),(1716,59,3,'NI','0',154,'2017-09-03 12:23:34','0','',0,0,0,0,'','',0,1),(1717,60,3,'ni','0',154,'2017-09-03 12:47:41','0','',0,0,0,0,'','',0,1),(1718,61,8,'so','0',154,'2017-09-03 12:58:35','0','',0,0,0,0,'','',0,1),(1751,208,1,'','0',132,'2017-09-28 15:10:08','','',0,132,0,150,'','',0,1),(1752,1600,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1753,1601,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1754,1602,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1755,1603,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1756,1604,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1757,1605,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1758,1606,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1759,1607,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1760,1608,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1761,1609,1,'','0',131,'2017-10-03 12:24:26','','',0,131,0,132,'','',0,1),(1762,1600,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1763,1601,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1764,1602,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1765,1603,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1766,1604,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1767,1605,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1768,1606,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1769,1607,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1770,1608,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1771,1609,1,'','0',132,'2017-10-03 12:25:08','','',0,132,0,154,'','',0,1),(1773,1640,1,'','0',131,'2017-10-09 12:42:12','','',0,131,0,133,'','',0,1),(1774,1641,1,'','0',131,'2017-10-09 12:42:54','','',0,131,0,131,'','',0,1),(1778,1600,3,'Not Interested','0',154,'2017-10-11 09:52:36','0','',0,0,0,0,'','',0,1),(1779,1601,9,'Try','0',154,'2017-10-11 09:52:57','0','',0,0,0,0,'','',0,1),(1780,0,1,'','0',134,'2017-10-12 17:28:01','','',0,134,0,157,'','',0,1),(1781,1641,2,'ASDF','2',131,'2017-10-13 15:35:09','0','',0,0,0,0,'','',0,1),(1782,1644,1,'','0',131,'2017-10-13 15:42:40','','',0,131,0,131,'','',0,1),(1783,1644,2,'ASDRTYTTYT','2',131,'2017-10-13 15:42:59','0','',0,0,0,0,'','',0,1),(1784,1641,6,'','0',131,'2017-10-13 10:13:52','','',0,131,0,134,'','',0,1),(1785,1641,13,'','0',134,'2017-10-13 10:19:53','','',0,134,0,134,'','',0,1),(1786,1641,8,'Asdssdf','0',134,'2017-10-13 15:50:09','0','',0,0,0,0,'','',0,1),(2108,182,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2109,183,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2110,184,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2111,185,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2112,186,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2113,187,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2114,188,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2115,189,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2116,190,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2117,191,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2118,192,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2119,193,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2120,194,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2121,195,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2122,196,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2123,197,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2124,198,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2125,199,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2126,200,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2127,201,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2128,202,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2129,203,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2130,204,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2131,205,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2132,206,1,'','0',131,'2017-10-23 15:15:17','','',0,131,0,154,'','',0,1),(2133,207,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2134,208,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2135,209,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2136,210,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2137,211,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2138,212,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2139,213,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2140,214,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2141,215,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2142,216,1,'','0',131,'2017-10-23 15:15:26','','',0,131,0,154,'','',0,1),(2150,191,4,'call 3rd Nov','0',154,'2017-10-24 15:28:15','03-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(2151,192,3,'Not Intersted','0',154,'2017-10-24 15:28:39','0','',0,0,0,0,'','',0,1),(2152,194,8,'Not Pick','0',154,'2017-10-24 15:29:25','0','',0,0,0,0,'','',0,1),(2153,196,8,'Not Pick','0',154,'2017-10-24 15:29:40','0','',0,0,0,0,'','',0,1),(2154,198,3,'invalid no','0',154,'2017-10-24 15:30:50','0','',0,0,0,0,'','',0,1),(2155,199,3,'out of service','0',154,'2017-10-24 15:31:11','0','',0,0,0,0,'','',0,1),(2156,200,8,'switched off','0',154,'2017-10-24 15:31:33','0','',0,0,0,0,'','',0,1),(2157,201,3,'for rent','0',154,'2017-10-24 15:32:01','0','',0,0,0,0,'','',0,1),(2158,202,3,'already booked','0',154,'2017-10-24 15:32:17','0','',0,0,0,0,'','',0,1),(2159,203,8,'not pick','0',154,'2017-10-24 15:32:34','0','',0,0,0,0,'','',0,1),(2160,205,3,'not intersted','0',154,'2017-10-24 15:33:05','0','',0,0,0,0,'','',0,1),(2161,206,3,'not intersted','0',154,'2017-10-24 15:33:25','0','',0,0,0,0,'','',0,1),(2162,207,3,'broker','0',154,'2017-10-24 15:33:47','0','',0,0,0,0,'','',0,1),(2163,213,8,'not pick','0',154,'2017-10-24 15:34:12','0','',0,0,0,0,'','',0,1),(2164,214,3,'broker','0',154,'2017-10-24 15:34:34','0','',0,0,0,0,'','',0,1),(2165,215,3,'repeat lead','0',154,'2017-10-24 15:34:55','0','',0,0,0,0,'','',0,1),(2166,216,3,'broker','0',154,'2017-10-24 15:35:08','0','',0,0,0,0,'','',0,1),(2167,210,3,'wrong no','0',154,'2017-10-24 15:35:27','0','',0,0,0,0,'','',0,1),(2168,195,3,'banga sir no','0',154,'2017-10-24 15:36:01','0','',0,0,0,0,'','',0,1),(2169,209,3,'repeat lead','0',154,'2017-10-24 15:36:26','0','',0,0,0,0,'','',0,1),(2170,208,3,'repeat lead','0',154,'2017-10-24 15:36:39','0','',0,0,0,0,'','',0,1),(2171,212,3,'wrong no','0',154,'2017-10-24 15:38:03','0','',0,0,0,0,'','',0,1),(2172,204,3,'repeat lead','0',154,'2017-10-24 15:38:44','0','',0,0,0,0,'','',0,1),(2173,185,3,'repeat no','0',154,'2017-10-24 15:48:45','0','',0,0,0,0,'','',0,1),(2199,35,0,'assdsfdfsd','0',134,'2017-10-26 17:53:55','','',0,0,0,0,'','',0,0),(2265,384,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2266,385,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2267,386,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2268,387,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2269,388,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2270,389,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2271,390,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2272,391,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2273,392,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2274,393,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2275,394,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2276,395,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2277,396,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2278,397,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2279,398,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2280,399,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2281,400,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2282,401,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2283,402,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2284,403,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2285,404,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2286,405,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2287,406,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2288,407,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2289,408,1,'','0',131,'2017-10-28 15:56:51','','',0,131,0,154,'','',0,1),(2290,409,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2291,410,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2292,411,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2293,412,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2294,413,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2295,414,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2296,415,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2297,416,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2298,417,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2299,418,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2300,419,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2301,420,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2302,421,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2303,422,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2304,423,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2305,424,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2306,425,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2307,426,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2308,427,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2309,428,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2310,429,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2311,430,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2312,431,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2313,432,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2314,433,1,'','0',131,'2017-10-28 15:57:04','','',0,131,0,154,'','',0,1),(2315,434,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2316,435,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2317,436,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2318,437,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2319,438,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2320,439,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2321,440,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2322,441,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2323,442,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2324,443,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2325,444,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2326,445,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2327,446,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2328,447,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2329,448,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2330,449,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2331,450,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2332,451,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2333,452,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2334,453,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2335,454,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2336,455,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2337,456,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2338,457,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2339,458,1,'','0',131,'2017-10-28 15:57:15','','',0,131,0,154,'','',0,1),(2340,459,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2341,460,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2342,461,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2343,462,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2344,463,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2345,464,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2346,465,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2347,466,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2348,467,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2349,468,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2350,469,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2351,470,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2352,471,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2353,472,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2354,473,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2355,474,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2356,475,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2357,476,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2358,477,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2359,478,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2360,479,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2361,480,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2362,481,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2363,482,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2364,483,1,'','0',131,'2017-10-28 15:57:29','','',0,131,0,154,'','',0,1),(2365,484,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2366,485,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2367,486,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2368,487,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2369,488,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2370,489,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2371,490,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2372,491,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2373,492,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2374,493,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2375,494,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2376,495,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2377,496,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2378,497,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2379,498,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2380,499,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2381,500,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2382,501,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2383,502,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2384,503,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2385,504,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2386,505,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2387,506,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2388,507,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2389,508,1,'','0',131,'2017-10-28 15:57:37','','',0,131,0,154,'','',0,1),(2390,509,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2391,510,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2392,511,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2393,512,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2394,513,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2395,514,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2396,515,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2397,516,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2398,517,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2399,518,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2400,519,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2401,520,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2402,521,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2403,522,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2404,523,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2405,524,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2406,525,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2407,526,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2408,527,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2409,528,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2410,529,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2411,530,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2412,531,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2413,532,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2414,533,1,'','0',131,'2017-10-28 15:57:53','','',0,131,0,154,'','',0,1),(2415,534,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2416,535,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2417,536,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2418,537,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2419,538,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2420,539,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2421,540,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2422,541,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2423,542,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2424,543,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2425,544,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2426,545,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2427,546,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2428,547,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2429,548,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2430,549,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2431,550,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2432,551,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2433,552,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2434,553,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2435,554,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2436,555,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2437,556,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2438,557,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2439,558,1,'','0',131,'2017-10-28 15:58:10','','',0,131,0,154,'','',0,1),(2440,559,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2441,560,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2442,561,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2443,562,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2444,563,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2445,564,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2446,565,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2447,566,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2448,567,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2449,568,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2450,569,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2451,570,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2452,571,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2453,572,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2454,573,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2455,574,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2456,575,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2457,576,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2458,577,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2459,578,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2460,579,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2461,580,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2462,581,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2463,582,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2464,583,1,'','0',131,'2017-10-28 15:58:18','','',0,131,0,154,'','',0,1),(2465,584,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2466,585,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2467,586,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2468,587,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2469,588,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2470,589,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2471,590,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2472,591,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2473,592,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2474,593,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2475,594,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2476,595,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2477,596,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2478,597,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2479,598,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2480,599,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2481,600,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2482,601,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2483,602,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2484,603,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2485,604,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2486,605,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2487,606,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2488,607,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2489,608,1,'','0',131,'2017-10-28 15:58:28','','',0,131,0,154,'','',0,1),(2490,609,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2491,610,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2492,611,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2493,612,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2494,613,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2495,614,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2496,615,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2497,616,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2498,617,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2499,618,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2500,619,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2501,620,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2502,621,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2503,622,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2504,623,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2505,624,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2506,625,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2507,626,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2508,627,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2509,628,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2510,629,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2511,630,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2512,631,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2513,632,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2514,633,1,'','0',131,'2017-10-28 15:58:42','','',0,131,0,154,'','',0,1),(2515,634,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2516,635,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2517,636,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2518,637,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2519,638,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2520,639,1,'','0',131,'2017-10-28 15:58:52','','',0,131,0,154,'','',0,1),(2521,384,4,'Call back','0',154,'2017-10-28 16:01:39','28-10-2017 - 18:00 ,Saturday','',0,0,0,0,'','',0,1),(2522,385,8,'Not pick','0',154,'2017-10-28 16:02:26','0','',0,0,0,0,'','',0,1),(2523,386,8,'out of delhi ,call back','0',154,'2017-10-28 16:03:15','0','',0,0,0,0,'','',0,1),(2524,387,8,'switched off','0',154,'2017-10-28 16:03:45','0','',0,0,0,0,'','',0,1),(2525,388,3,'not intersted','0',154,'2017-10-28 16:04:15','0','',0,0,0,0,'','',0,1),(2526,389,3,'intersted in builder floor','0',154,'2017-10-28 16:05:28','0','',0,0,0,0,'','',0,1),(2527,391,8,'call back ','0',154,'2017-10-28 16:06:07','0','',0,0,0,0,'','',0,1),(2528,392,3,'intersted in delhi','0',154,'2017-10-28 16:06:38','0','',0,0,0,0,'','',0,1),(2529,393,3,'not intertsted','0',154,'2017-10-28 16:07:08','0','',0,0,0,0,'','',0,1),(2530,394,8,'not pick','0',154,'2017-10-28 16:07:30','0','',0,0,0,0,'','',0,1),(2531,396,4,'call back','0',154,'2017-10-28 16:25:30','26-10-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(2532,397,3,'already purchased','0',154,'2017-10-28 16:26:45','0','',0,0,0,0,'','',0,1),(2533,398,3,'wrong no','0',154,'2017-10-28 16:27:13','0','',0,0,0,0,'','',0,1),(2534,399,3,'not intersted','0',154,'2017-10-28 16:28:29','0','',0,0,0,0,'','',0,1),(2535,400,4,'call back','0',154,'2017-10-28 16:29:13','28-10-2017 - 13:05 ,Saturday','',0,0,0,0,'','',0,1),(2536,401,8,'not pick','0',154,'2017-10-28 16:29:44','0','',0,0,0,0,'','',0,1),(2537,402,8,'not pick','0',154,'2017-10-28 16:31:16','0','',0,0,0,0,'','',0,1),(2538,403,4,'please mail project details, then he is coming site visit','0',154,'2017-10-28 16:31:59','28-10-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(2539,404,3,'no requirement','0',154,'2017-10-28 16:32:31','0','',0,0,0,0,'','',0,1),(2540,405,4,'Intersted in greater noida','0',154,'2017-10-28 16:33:58','28-10-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(2541,406,4,'follow up','0',154,'2017-10-28 16:34:48','30-10-2017 - 14:15 ,Monday','',0,0,0,0,'','',0,1),(2542,407,4,'follow up','0',154,'2017-10-28 16:35:12','31-10-2017 - 14:20 ,Tuesday','',0,0,0,0,'','',0,1),(2543,408,4,'follow up','0',154,'2017-10-28 16:36:40','30-10-2017 - 15:30 ,Monday','',0,0,0,0,'','',0,1),(2544,409,8,'follow up','0',154,'2017-10-28 16:37:04','0','',0,0,0,0,'','',0,1),(2545,410,4,'follow up','0',154,'2017-10-28 16:37:45','29-10-2017 - 18:15 ,Sunday','',0,0,0,0,'','',0,1),(2546,519,3,'not intersted','0',154,'2017-10-28 16:39:35','0','',0,0,0,0,'','',0,1),(2547,520,4,'call back','0',154,'2017-10-28 16:40:25','28-10-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(2548,521,8,'Not pick','0',154,'2017-10-28 16:41:29','0','',0,0,0,0,'','',0,1),(2549,522,4,'intersted in mahagun mywoods,budget 35 lac,','0',154,'2017-10-28 16:42:55','30-10-2017 - 13:45 ,Monday','',0,0,0,0,'','',0,1),(2550,523,4,'call back','0',154,'2017-10-28 16:43:28','29-10-2017 - 12:10 ,Sunday','',0,0,0,0,'','',0,1),(2551,524,3,'not intersted','0',154,'2017-10-28 16:44:12','0','',0,0,0,0,'','',0,1),(2552,525,8,'not pick','0',154,'2017-10-28 16:44:35','0','',0,0,0,0,'','',0,1),(2553,526,3,'Intersted in villa budget 35 lac,low budget','0',154,'2017-10-28 16:45:25','0','',0,0,0,0,'','',0,1),(2554,527,4,'intersted in villa ,followup','0',154,'2017-10-28 16:46:54','30-10-2017 - 14:15 ,Monday','',0,0,0,0,'','',0,1),(2555,528,8,'not pick','0',154,'2017-10-28 16:47:31','0','',0,0,0,0,'','',0,1),(2556,529,8,'not pick','0',154,'2017-10-28 16:48:00','0','',0,0,0,0,'','',0,1),(2557,530,8,'not pick','0',154,'2017-10-28 16:48:25','0','',0,0,0,0,'','',0,1),(2558,531,8,'not pick','0',154,'2017-10-28 16:48:38','0','',0,0,0,0,'','',0,1),(2559,532,4,'call after 6 P.M','0',154,'2017-10-28 16:49:26','30-10-2017 - 18:20 ,Monday','',0,0,0,0,'','',0,1),(2560,533,8,'not pick','0',154,'2017-10-28 16:49:51','0','',0,0,0,0,'','',0,1),(2561,534,4,'visit confirm','0',154,'2017-10-28 16:50:48','28-10-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(2562,535,8,'disconnect call','0',154,'2017-10-28 16:51:32','0','',0,0,0,0,'','',0,1),(2563,536,3,'not intersted','0',154,'2017-10-28 16:52:16','0','',0,0,0,0,'','',0,1),(2564,537,3,'already booked','0',154,'2017-10-28 16:53:07','0','',0,0,0,0,'','',0,1),(2565,538,4,'looking 3bhk, 10th floor, call in next week for visit-3 nov\r','0',154,'2017-10-28 16:54:13','03-11-2017 - 15:25 ,Friday','',0,0,0,0,'','',0,1),(2566,539,8,'not pick','0',154,'2017-10-28 16:54:34','0','',0,0,0,0,'','',0,1),(2567,540,8,'switched off,call back','0',154,'2017-10-28 16:55:09','0','',0,0,0,0,'','',0,1),(2568,541,8,'not pick','0',154,'2017-10-28 16:55:32','0','',0,0,0,0,'','',0,1),(2569,542,8,'not pick','0',154,'2017-10-28 16:56:11','0','',0,0,0,0,'','',0,1),(2570,543,4,'follow up','0',154,'2017-10-28 16:57:47','29-10-2017 - 15:10 ,Sunday','',0,0,0,0,'','',0,1),(2571,544,8,'not pick','0',154,'2017-10-28 16:58:15','0','',0,0,0,0,'','',0,1),(2572,545,8,'not pick','0',154,'2017-10-28 16:58:47','0','',0,0,0,0,'','',0,1),(2573,546,3,'already booked','0',154,'2017-10-28 16:59:11','0','',0,0,0,0,'','',0,1),(2574,547,8,'call back','0',154,'2017-10-28 16:59:33','0','',0,0,0,0,'','',0,1),(2575,548,8,'not pick','0',154,'2017-10-28 16:59:55','0','',0,0,0,0,'','',0,1),(2576,549,8,'not pick','0',154,'2017-10-28 17:00:17','0','',0,0,0,0,'','',0,1),(2577,550,3,'looking in central noida,lead return','0',154,'2017-10-28 17:00:58','0','',0,0,0,0,'','',0,1),(2578,551,4,'follow up','0',154,'2017-10-28 17:01:31','28-10-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(2579,552,4,'will meet today, looking 2bhk, bud-40lacs\r','0',154,'2017-10-28 17:02:08','28-10-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(2580,553,4,'call on 28th oct,for visit','0',154,'2017-10-28 17:02:50','28-10-2017 - 17:30 ,Saturday','',0,0,0,0,'','',0,1),(2581,554,8,'not pick','0',154,'2017-10-28 17:03:22','0','',0,0,0,0,'','',0,1),(2582,555,8,'call back','0',154,'2017-10-28 17:03:51','0','',0,0,0,0,'','',0,1),(2583,556,8,'call back','0',154,'2017-10-28 17:04:17','0','',0,0,0,0,'','',0,1),(2584,557,4,'mail sent divyansh, looking 2bhk, RTM. Follow up\r','0',154,'2017-10-28 17:04:57','28-10-2017 - 17:15 ,Saturday','',0,0,0,0,'','',0,1),(2585,558,4,'follow up','0',154,'2017-10-28 17:05:34','29-10-2017 - 14:10 ,Sunday','',0,0,0,0,'','',0,1),(2586,559,3,'normal query','0',154,'2017-10-28 17:06:09','0','',0,0,0,0,'','',0,1),(2587,560,3,'normal query','0',154,'2017-10-28 17:06:45','0','',0,0,0,0,'','',0,1),(2588,561,3,'normal query','0',154,'2017-10-28 17:07:14','0','',0,0,0,0,'','',0,1),(2589,562,4,'will come in Sunday for visit\r','0',154,'2017-10-28 17:08:33','29-10-2017 - 15:15 ,Sunday','',0,0,0,0,'','',0,1),(2590,563,3,'normal query','0',154,'2017-10-28 17:09:04','0','',0,0,0,0,'','',0,1),(2591,564,3,'not responding client, came this lead last month , lead return\r','0',154,'2017-10-28 17:09:59','0','',0,0,0,0,'','',0,1),(2592,565,8,'disconnect ph,call back','0',154,'2017-10-28 17:10:32','0','',0,0,0,0,'','',0,1),(2593,566,4,'looking 2bhk, call on sat then will talk in detail\r','0',154,'2017-10-28 17:11:13','28-10-2017 - 17:30 ,Saturday','',0,0,0,0,'','',0,1),(2594,567,3,'not available,lead return','0',154,'2017-10-28 17:12:30','0','',0,0,0,0,'','',0,1),(2595,568,3,'not intersted','0',154,'2017-10-28 17:13:18','0','',0,0,0,0,'','',0,1),(2596,569,3,'not intersted','0',154,'2017-10-28 17:13:56','0','',0,0,0,0,'','',0,1),(2597,570,8,'not pick','0',154,'2017-10-28 17:14:30','0','',0,0,0,0,'','',0,1),(2598,571,8,'disconnect call','0',154,'2017-10-28 17:14:55','0','',0,0,0,0,'','',0,1),(2599,572,3,'wrong no','0',154,'2017-10-28 17:15:44','0','',0,0,0,0,'','',0,1),(2600,573,8,'not pick','0',154,'2017-10-28 17:16:06','0','',0,0,0,0,'','',0,1),(2601,574,8,'disconnect call','0',154,'2017-10-28 17:16:45','0','',0,0,0,0,'','',0,1),(2602,575,8,'switched off','0',154,'2017-10-28 17:17:14','0','',0,0,0,0,'','',0,1),(2603,588,4,'call after diwali','0',154,'2017-10-28 17:18:20','30-10-2017 - 15:20 ,Monday','',0,0,0,0,'','',0,1),(2604,589,4,'looking 2 or 3bhk in 35-40lacs, suggest ambar-1150sqft and exotica 920sqft, call after diwali then will plan for visit\r','0',154,'2017-10-28 17:19:04','29-10-2017 - 15:15 ,Sunday','',0,0,0,0,'','',0,1),(2607,419,8,'not pick','0',154,'2017-10-30 12:27:35','0','',0,0,0,0,'','',0,1),(2608,420,8,'not pick','0',154,'2017-10-30 12:27:50','0','',0,0,0,0,'','',0,1),(2609,421,8,'not pick','0',154,'2017-10-30 12:28:06','0','',0,0,0,0,'','',0,1),(2610,422,8,'not pick','0',154,'2017-10-30 12:28:32','0','',0,0,0,0,'','',0,1),(2611,423,8,'not pick','0',154,'2017-10-30 12:28:47','0','',0,0,0,0,'','',0,1),(2612,424,8,'not pick','0',154,'2017-10-30 12:29:07','0','',0,0,0,0,'','',0,1),(2613,425,3,'plan drop','0',154,'2017-10-30 12:29:33','0','',0,0,0,0,'','',0,1),(2614,426,8,'not pick','0',154,'2017-10-30 12:29:52','0','',0,0,0,0,'','',0,1),(2616,427,4,'want 2+study ,budget 45lac,will visit on 28th oct \r','0',154,'2017-10-30 12:30:26','28-10-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(2617,428,4,'budget 60lac,3bhk clt will visit on 15th nov\r','0',154,'2017-10-30 12:30:58','15-11-2017 - 15:15 ,Wednesday','',0,0,0,0,'','',0,1),(2618,429,8,'disconnect call','0',154,'2017-10-30 12:31:30','0','',0,0,0,0,'','',0,1),(2619,430,8,'not pick','0',154,'2017-10-30 12:31:51','0','',0,0,0,0,'','',0,1),(2625,431,8,'not pick','0',154,'2017-10-30 12:33:51','0','',0,0,0,0,'','',0,1),(2626,432,8,'not pick','0',154,'2017-10-30 12:40:10','0','',0,0,0,0,'','',0,1),(2627,433,4,'not pic ph//talked to prospect he told we will meet on 28thoct sec 40,around 5pm,confirm at 2;30pm \r','0',154,'2017-10-30 12:42:33','28-10-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(2628,434,8,'not pick','0',154,'2017-10-30 12:43:35','0','',0,0,0,0,'','',0,1),(2629,435,8,'not pick','0',154,'2017-10-30 12:43:58','0','',0,0,0,0,'','',0,1),(2630,436,8,'not pick','0',154,'2017-10-30 12:44:37','0','',0,0,0,0,'','',0,1),(2631,437,8,'not pick','0',154,'2017-10-30 12:45:10','0','',0,0,0,0,'','',0,1),(2632,438,8,'not pick','0',154,'2017-10-30 12:45:51','0','',0,0,0,0,'','',0,1),(2633,439,8,'not pick','0',154,'2017-10-30 12:46:53','0','',0,0,0,0,'','',0,1),(2634,440,8,'not pick','0',154,'2017-10-30 12:47:15','0','',0,0,0,0,'','',0,1),(2635,441,8,'not pick','0',154,'2017-10-30 12:48:40','0','',0,0,0,0,'','',0,1),(2636,442,8,'not pick','0',154,'2017-10-30 12:49:02','0','',0,0,0,0,'','',0,1),(2637,443,4,'Meeting fixed for tomorrow at 12:00pm,26th oct \r','0',154,'2017-10-30 12:49:47','26-10-2017 - 15:20 ,Thursday','',0,0,0,0,'','',0,1),(2638,444,4,'Call at 3:30 today for meeting timing// call but ph s.off \r','0',154,'2017-10-30 12:50:47','30-10-2017 - 15:15 ,Monday','',0,0,0,0,'','',0,1),(2639,445,8,'not pick','0',154,'2017-10-30 12:51:09','0','',0,0,0,0,'','',0,1),(2640,446,3,'not intersted','0',154,'2017-10-30 12:51:29','0','',0,0,0,0,'','',0,1),(2641,447,8,'not pick','0',154,'2017-10-30 12:51:53','0','',0,0,0,0,'','',0,1),(2642,448,8,'not pick','0',154,'2017-10-30 12:52:19','0','',0,0,0,0,'','',0,1),(2643,449,4,'Meeting done he take some tym and given reference\r','0',154,'2017-10-30 12:52:57','01-11-2017 - 13:10 ,Wednesday','',0,0,0,0,'','',0,1),(2644,450,4,'Meeting done he take some tym after discussion with father\r','0',154,'2017-10-30 12:53:23','02-11-2017 - 13:10 ,Thursday','',0,0,0,0,'','',0,1),(2645,451,4,'re visit in Royal Court interested in 1560 Sq.ft inventory given 12th floor\r','0',154,'2017-10-30 12:54:03','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(2646,452,4,'re visit in Gulshan ikebana interest in 3 bhk\r','0',154,'2017-10-30 12:54:40','30-10-2017 - 14:50 ,Monday','',0,0,0,0,'','',0,1),(2647,453,4,'positive commercial aig n nx1.     Bud 20lac\r','0',154,'2017-10-30 12:55:12','31-10-2017 - 13:10 ,Tuesday','',0,0,0,0,'','',0,1),(2648,454,3,'searching in indrapuram \r','0',154,'2017-10-30 12:55:34','0','',0,0,0,0,'','',0,1),(2649,455,4,' Vasundhara SG homes 2 size required 1300 and 1485 \r','0',154,'2017-10-30 12:56:44','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2650,456,8,'not responding \r','0',154,'2017-10-30 12:57:02','0','',0,0,0,0,'','',0,1),(2651,457,4,'plan drop for 1 month','0',154,'2017-10-30 13:04:59','30-11-2017 - 15:15 ,Thursday','',0,0,0,0,'','',0,1),(2652,458,8,'not pick','0',154,'2017-10-30 13:05:26','0','',0,0,0,0,'','',0,1),(2653,459,8,'not pick','0',154,'2017-10-30 13:06:04','0','',0,0,0,0,'','',0,1),(2654,460,8,'busy','0',154,'2017-10-30 13:06:36','0','',0,0,0,0,'','',0,1),(2655,461,8,'busy','0',154,'2017-10-30 13:06:53','0','',0,0,0,0,'','',0,1),(2656,462,8,'not pick','0',154,'2017-10-30 13:07:19','0','',0,0,0,0,'','',0,1),(2657,463,8,'switched off','0',154,'2017-10-30 13:07:46','0','',0,0,0,0,'','',0,1),(2658,464,8,'not pick','0',154,'2017-10-30 13:08:08','0','',0,0,0,0,'','',0,1),(2659,465,8,'not pick','0',154,'2017-10-30 13:08:28','0','',0,0,0,0,'','',0,1),(2660,466,8,'I try this no. 3 times Last day not pic n again try 2times today not pic ...\r','0',154,'2017-10-30 13:08:58','0','',0,0,0,0,'','',0,1),(2661,467,4,'looking 3bhk in 35lacs..ready to move\r','0',154,'2017-10-30 13:09:31','31-10-2017 - 13:10 ,Tuesday','',0,0,0,0,'','',0,1),(2662,468,8,'not pick','0',154,'2017-10-30 13:09:51','0','',0,0,0,0,'','',0,1),(2663,469,4,'Meeting fixed on today evening at 6:00pm//meeting done take 2time \r','0',154,'2017-10-30 13:10:35','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2664,470,3,'not intersted','0',154,'2017-10-30 13:10:58','0','',0,0,0,0,'','',0,1),(2665,471,8,'not pick','0',154,'2017-10-30 13:11:18','0','',0,0,0,0,'','',0,1),(2666,472,3,'not intersted','0',154,'2017-10-30 13:11:38','0','',0,0,0,0,'','',0,1),(2667,473,8,'not pick','0',154,'2017-10-30 13:11:57','0','',0,0,0,0,'','',0,1),(2668,474,8,'not pick','0',154,'2017-10-30 13:12:22','0','',0,0,0,0,'','',0,1),(2669,475,3,'not intersted','0',154,'2017-10-30 13:12:42','0','',0,0,0,0,'','',0,1),(2670,476,8,'not pick','0',154,'2017-10-30 13:13:05','0','',0,0,0,0,'','',0,1),(2671,477,8,'not pick','0',154,'2017-10-30 13:13:23','0','',0,0,0,0,'','',0,1),(2672,478,8,'not pick','0',154,'2017-10-30 13:13:44','0','',0,0,0,0,'','',0,1),(2674,479,8,'not pick','0',154,'2017-10-30 13:14:05','0','',0,0,0,0,'','',0,1),(2675,480,8,'not pick','0',154,'2017-10-30 13:14:23','0','',0,0,0,0,'','',0,1),(2676,481,8,'disconnect call','0',154,'2017-10-30 13:14:55','0','',0,0,0,0,'','',0,1),(2680,482,4,'will visit coming weekend for amber.\r','0',154,'2017-10-30 13:56:06','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2681,483,3,'invalid no','0',154,'2017-10-30 13:56:29','0','',0,0,0,0,'','',0,1),(2682,484,4,' will visit coming Saturday for 2 bhk Resale options\r','0',154,'2017-10-30 13:56:58','31-10-2017 - 13:05 ,Tuesday','',0,0,0,0,'','',0,1),(2683,485,4,'will visit coming weekend for amber.\r','0',154,'2017-10-30 13:58:14','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2684,486,4,' will visit coming Saturday for 2 bhk Resale options\r','0',154,'2017-10-30 14:01:35','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2685,487,3,'invalid no','0',154,'2017-10-30 14:02:13','0','',0,0,0,0,'','',0,1),(2686,488,3,'not intersted','0',154,'2017-10-30 14:03:50','0','',0,0,0,0,'','',0,1),(2687,489,4,'Meeting fixed for tomorrow evening at 7:30pm\r','0',154,'2017-10-30 14:04:21','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2688,490,8,'not pick','0',154,'2017-10-30 14:05:52','0','',0,0,0,0,'','',0,1),(2689,491,8,'not pick','0',154,'2017-10-30 14:06:09','0','',0,0,0,0,'','',0,1),(2690,492,8,'not connected','0',154,'2017-10-30 14:06:29','0','',0,0,0,0,'','',0,1),(2691,493,4,'Call back 31 Oct.   right nowbusy\r','0',154,'2017-10-30 14:07:00','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2692,494,8,'call back 6:30//not pic \r','0',154,'2017-10-30 14:08:05','0','',0,0,0,0,'','',0,1),(2693,495,3,'not intersted','0',154,'2017-10-30 14:08:34','0','',0,0,0,0,'','',0,1),(2694,496,8,'not pick','0',154,'2017-10-30 14:09:02','0','',0,0,0,0,'','',0,1),(2695,498,4,'want 2bhk,R2M ,budget 40 lac /floor 4 to 5 +AR\r','0',154,'2017-10-30 14:09:45','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2696,499,8,'not pick','0',154,'2017-10-30 14:10:05','0','',0,0,0,0,'','',0,1),(2697,500,3,'not intersted','0',154,'2017-10-30 14:10:31','0','',0,0,0,0,'','',0,1),(2698,501,8,'not pick','0',154,'2017-10-30 14:10:51','0','',0,0,0,0,'','',0,1),(2699,502,8,'not pick','0',154,'2017-10-30 14:11:16','0','',0,0,0,0,'','',0,1),(2700,503,4,'1st sale his own property','0',154,'2017-10-30 14:11:58','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2701,504,8,'This no not reachable now//call 3 to 4 time but not pic\r','0',154,'2017-10-30 14:12:44','0','',0,0,0,0,'','',0,1),(2702,505,9,'not reachable','0',154,'2017-10-30 14:13:13','0','',0,0,0,0,'','',0,1),(2703,506,4,'property sale in jan\r','0',154,'2017-10-30 14:13:59','25-01-2018 - 16:20 ,Thursday','',0,0,0,0,'','',0,1),(2704,507,3,'not intersted ','0',154,'2017-10-30 14:14:40','0','',0,0,0,0,'','',0,1),(2705,508,3,'not intersted','0',154,'2017-10-30 14:15:51','0','',0,0,0,0,'','',0,1),(2706,509,8,'not pick','0',154,'2017-10-30 14:16:13','0','',0,0,0,0,'','',0,1),(2707,510,3,'Customer cut call in between discussion 1st time and in 2nd call he says Bhai Saab mujhe nahi Lena. //and in true caller it\'s shows peon in his name\r','0',154,'2017-10-30 14:16:59','0','',0,0,0,0,'','',0,1),(2708,511,4,'Meeting fixed tomorrow 2 pm//meeting done..prospect need 2..3 days to revert back\r','0',154,'2017-10-30 14:17:40','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2709,512,8,'not pick','0',154,'2017-10-30 14:17:57','0','',0,0,0,0,'','',0,1),(2710,513,3,'no repeat','0',154,'2017-10-30 14:18:17','0','',0,0,0,0,'','',0,1),(2711,514,4,'Call back 31 Oct.   right now client out of station\r','0',154,'2017-10-30 14:18:47','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2712,515,8,'disconnect call','0',154,'2017-10-30 14:19:22','0','',0,0,0,0,'','',0,1),(2713,516,3,'not intersted','0',154,'2017-10-30 14:19:41','0','',0,0,0,0,'','',0,1),(2714,517,8,'not pick','0',154,'2017-10-30 14:19:59','0','',0,0,0,0,'','',0,1),(2715,518,8,'not pick','0',154,'2017-10-30 14:20:15','0','',0,0,0,0,'','',0,1),(2716,591,4,'Out of station so call on 1st week of Nov 17\r','0',154,'2017-10-30 14:25:59','06-11-2017 - 15:10 ,Monday','',0,0,0,0,'','',0,1),(2717,592,3,'Looking for RTM in 20 lacs commercial, Not qualified\r','0',154,'2017-10-30 14:26:58','0','',0,0,0,0,'','',0,1),(2718,593,4,'Under follow up by Meera\r','0',154,'2017-10-30 14:37:13','31-10-2017 - 14:10 ,Tuesday','',0,0,0,0,'','',0,1),(2719,594,3,'already purchased','0',154,'2017-10-30 14:37:56','0','',0,0,0,0,'','',0,1),(2720,595,3,'already purchased','0',154,'2017-10-30 14:38:37','0','',0,0,0,0,'','',0,1),(2721,596,4,'Under follow up by Meera\r','0',154,'2017-10-30 14:39:22','31-10-2017 - 14:15 ,Tuesday','',0,0,0,0,'','',0,1),(2722,597,3,'not intersted','0',154,'2017-10-30 14:40:58','0','',0,0,0,0,'','',0,1),(2723,598,3,'Not qualified lead as he doesn\'t have req loan documents.\r','0',154,'2017-10-30 14:42:27','0','',0,0,0,0,'','',0,1),(2724,599,3,'Not eligible for AR as we don’t have low budget property\r','0',154,'2017-10-30 14:42:55','0','',0,0,0,0,'','',0,1),(2725,600,4,'Under follow up by Meera\r','0',154,'2017-10-30 14:43:27','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2726,601,9,'not reachable','0',154,'2017-10-30 14:45:26','0','',0,0,0,0,'','',0,1),(2727,602,4,'Under follow up by VVS\r','0',154,'2017-10-30 14:46:12','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2728,603,4,'Under follow up by VVS\r','0',154,'2017-10-30 14:46:38','31-10-2017 - 14:15 ,Tuesday','',0,0,0,0,'','',0,1),(2729,604,4,'Under follow up by VVS\r','0',154,'2017-10-30 14:47:10','31-10-2017 - 15:15 ,Tuesday','',0,0,0,0,'','',0,1),(2730,605,3,'broker','0',154,'2017-10-30 14:50:16','0','',0,0,0,0,'','',0,1),(2731,606,4,'Meeting done by Sahil, update us in 2-3 days\r','0',154,'2017-10-30 14:51:17','31-10-2017 - 14:15 ,Tuesday','',0,0,0,0,'','',0,1),(2732,607,3,'Meeting done, He wants the mail so return, Works in jamia university in Chamber of Law\r','0',154,'2017-10-30 14:52:11','0','',0,0,0,0,'','',0,1),(2733,182,3,'wrong no\r','0',154,'2017-10-30 14:56:57','0','',0,0,0,0,'','',0,1),(2734,183,3,'no requirement','0',154,'2017-10-30 14:57:19','0','',0,0,0,0,'','',0,1),(2735,184,8,'not connected','0',154,'2017-10-30 14:59:32','0','',0,0,0,0,'','',0,1),(2736,186,8,'not pick','0',154,'2017-10-30 15:00:15','0','',0,0,0,0,'','',0,1),(2737,187,8,'not pick','0',154,'2017-10-30 15:00:49','0','',0,0,0,0,'','',0,1),(2738,188,8,'not pick','0',154,'2017-10-30 15:03:06','0','',0,0,0,0,'','',0,1),(2739,189,3,'he want 1 bhk sikka karmic \r','0',154,'2017-10-30 15:05:10','0','',0,0,0,0,'','',0,1),(2740,190,4,'looking 2bhk in central noida follow up\r','0',154,'2017-10-30 15:05:52','31-10-2017 - 14:15 ,Tuesday','',0,0,0,0,'','',0,1),(2741,193,4,'he is out of station , \r','0',154,'2017-10-30 15:07:04','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(2742,197,8,'not pick','0',154,'2017-10-30 15:09:56','0','',0,0,0,0,'','',0,1),(2743,211,3,'not available','0',154,'2017-10-30 15:10:25','0','',0,0,0,0,'','',0,1),(2744,640,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2745,641,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2746,642,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2747,643,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2748,644,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2749,645,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2750,646,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2751,647,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2752,648,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2753,649,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2754,650,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2755,651,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2756,652,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2757,653,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2758,654,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2759,655,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2760,656,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2761,657,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2762,658,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2763,659,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2764,660,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2765,661,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2766,662,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2767,663,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2768,664,1,'','0',131,'2017-10-30 16:24:53','','',0,131,0,154,'','',0,1),(2769,665,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2770,666,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2771,667,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2772,668,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2773,669,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2774,670,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2775,671,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2776,672,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2777,673,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2778,674,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2779,675,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2780,676,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2781,677,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2782,678,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2783,679,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2784,680,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2785,681,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2786,682,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2787,683,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2788,684,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2789,685,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2790,686,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2791,687,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2792,688,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2793,689,1,'','0',131,'2017-10-30 16:25:02','','',0,131,0,154,'','',0,1),(2794,690,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2795,691,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2796,692,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2797,693,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2798,694,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2799,695,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2800,696,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2801,697,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2802,698,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2803,699,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2804,700,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2805,701,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2806,702,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2807,703,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2808,704,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2809,705,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2810,706,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2811,707,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2812,708,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2813,709,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2814,710,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2815,711,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2816,712,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2817,713,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2818,714,1,'','0',131,'2017-10-30 16:25:11','','',0,131,0,154,'','',0,1),(2819,715,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2820,716,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2821,717,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2822,718,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2823,719,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2824,720,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2825,721,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2826,722,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2827,723,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2828,724,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2829,725,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2830,726,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2831,727,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2832,728,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2833,729,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2834,730,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2835,731,1,'','0',131,'2017-10-30 16:25:22','','',0,131,0,154,'','',0,1),(2977,305,11,'t','',0,'2017-11-02 13:44:49','','',0,0,0,0,'','',0,0),(2978,310,11,'test','',0,'2017-11-02 13:46:26','','',0,0,0,0,'','',0,0),(2979,311,11,'test','',0,'2017-11-02 13:49:36','','',0,0,0,0,'','',0,0),(2980,264,11,'try ','',0,'2017-11-02 13:52:34','','',0,0,0,0,'','',0,0),(2981,264,11,'test','',0,'2017-11-02 13:53:20','','',0,0,0,0,'','',0,0),(2982,269,11,'test ','',0,'2017-11-02 14:08:10','','',0,0,0,0,'','',0,0),(2983,273,11,'test','',0,'2017-11-02 14:11:28','','',0,0,0,0,'','',0,0),(2984,273,11,'test','',0,'2017-11-02 14:11:37','','',0,0,0,0,'','',0,0),(2985,264,11,'test','',0,'2017-11-02 14:23:10','','',0,0,0,0,'','',0,0),(2986,273,11,'try ','',0,'2017-11-02 14:28:14','','',0,0,0,0,'','',0,0),(2987,269,11,'test','',0,'2017-11-02 14:31:32','','',0,0,0,0,'','',0,0),(2988,269,11,'test','',0,'2017-11-02 14:31:45','','',0,0,0,0,'','',0,0),(2991,264,11,'try','',0,'2017-11-02 15:29:09','','',0,0,0,0,'','',0,0),(2992,269,11,'test','',0,'2017-11-02 15:31:17','','',0,0,0,0,'','',0,0),(2993,273,11,'cffj','',0,'2017-11-02 15:32:14','','',0,0,0,0,'','',0,0),(2994,269,11,'test','',0,'2017-11-02 15:34:53','','',0,0,0,0,'','',0,0),(2995,264,11,'test ','',0,'2017-11-02 15:37:18','','',0,0,0,0,'','',0,0),(2996,269,11,'hvjgig','',0,'2017-11-02 15:40:38','','',0,0,0,0,'','',0,0),(2997,269,11,'abcfd','',0,'2017-11-02 15:40:56','','',0,0,0,0,'','',0,0),(2998,269,11,'ncjdj','',0,'2017-11-02 15:44:56','','',0,0,0,0,'','',0,0),(2999,269,11,'dyfu','',0,'2017-11-02 15:46:18','','',0,0,0,0,'','',0,0),(3000,269,11,'add ','',0,'2017-11-02 15:46:38','','',0,0,0,0,'','',0,0),(3001,273,11,'aaaa','',0,'2017-11-02 15:49:59','','',0,0,0,0,'','',0,0),(3002,269,11,'qaaa','',0,'2017-11-02 15:50:55','','',0,0,0,0,'','',0,0),(3003,269,11,'hello ','',0,'2017-11-02 15:53:17','','',0,0,0,0,'','',0,0),(3004,732,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3005,733,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3006,734,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3007,735,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3008,736,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3009,737,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3010,738,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3011,739,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3012,740,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3013,741,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3014,742,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3015,743,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3016,744,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3017,745,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3018,746,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3019,747,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3020,748,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3021,749,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3022,750,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3023,751,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3024,752,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3025,753,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3026,754,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3027,755,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3028,756,1,'','',131,'2017-11-02 15:58:11','','',0,131,0,154,'','',0,1),(3029,757,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3030,758,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3031,759,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3032,760,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3033,761,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3034,762,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3035,763,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3036,764,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3037,765,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3038,766,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3039,767,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3040,768,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3041,769,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3042,770,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3043,771,1,'','',131,'2017-11-02 15:58:20','','',0,131,0,154,'','',0,1),(3044,581,4,'site viist done in exotica, 1340sqft, follow up\r','',154,'2017-11-02 16:02:42','02-11-2017 - 14:05 ,Thursday','',0,0,0,0,'','',0,1),(3045,579,3,'interested in exotica, 1340sqft, palm facing, lead return\r','0',154,'2017-11-02 16:04:21','0','',0,0,0,0,'','',0,1),(3046,578,3,'not interested lead return\r','0',154,'2017-11-02 16:04:46','0','',0,0,0,0,'','',0,1),(3047,580,3,'not rechble lead return\r','0',154,'2017-11-02 16:05:22','0','',0,0,0,0,'','',0,1),(3048,582,4,'follow up will plan in weekend for site visit\r','',154,'2017-11-02 16:12:55','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3049,584,3,'looking in central noida, 3bhk, 70lacs RTM in Dasnac-75, JM aroma. Lead return\r','0',154,'2017-11-02 16:13:22','0','',0,0,0,0,'','',0,1),(3050,585,3,'not picking call lead return\r','0',154,'2017-11-02 16:14:05','0','',0,0,0,0,'','',0,1),(3051,583,3,'looking in central noida, 3bhk, 70lacs RTM. Lead return\r','0',154,'2017-11-02 16:15:02','0','',0,0,0,0,'','',0,1),(3052,586,4,'follow up will visit after 9 nov\r','',154,'2017-11-02 16:15:36','09-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3053,577,4,'s off or not rechble call back\r','',154,'2017-11-02 16:16:43','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3054,587,3,'broker lead return\r','0',154,'2017-11-02 16:17:09','0','',0,0,0,0,'','',0,1),(3055,590,3,'not responding on call, lead return\r','0',154,'2017-11-02 16:17:47','0','',0,0,0,0,'','',0,1),(3056,608,8,'Busy\r','0',154,'2017-11-02 16:19:05','0','',0,0,0,0,'','',0,1),(3058,624,4,'Followup going on \r','',154,'2017-11-02 16:22:33','03-11-2017 - 15:10 ,Friday','',0,0,0,0,'','',0,1),(3059,626,4,'Meeting Done, Followup going on \r','',154,'2017-11-02 16:23:24','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3060,625,4,'Meeting Done, Followup going on \r','',154,'2017-11-02 16:26:14','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3061,623,3,'Return, Customer Refused to Meet\r','0',154,'2017-11-02 16:29:06','0','',0,0,0,0,'','',0,1),(3062,622,4,'Meeting Done, Followup going on \r','',154,'2017-11-02 16:29:44','02-11-2017 - 15:10 ,Thursday','',0,0,0,0,'','',0,1),(3063,621,3,'looking 2bhk in indrapuram lead return\r','0',154,'2017-11-02 16:30:35','0','',0,0,0,0,'','',0,1),(3064,627,3,'Already knows all the scheme, just to check whether the scheme still going on in the market or any changes from past.\r','0',154,'2017-11-02 16:31:48','0','',0,0,0,0,'','',0,1),(3065,628,4,'Meeting Done, File Picked\r','',154,'2017-11-02 16:33:35','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3066,629,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-02 16:35:45','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3067,630,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-02 16:37:41','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3068,631,3,'Return, Customer moved to Bangalore\r','0',154,'2017-11-02 16:38:47','0','',0,0,0,0,'','',0,1),(3069,632,3,'Return, Customer refused over phone\r','0',154,'2017-11-02 16:39:37','0','',0,0,0,0,'','',0,1),(3070,633,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-02 16:41:15','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3071,634,4,'he will call later for discuss over property, number not reachable_\r','',154,'2017-11-02 16:42:33','02-11-2017 - 13:10 ,Thursday','',0,0,0,0,'','',0,1),(3072,635,4,'he is out town on Saturday and Sunday, asked to call on Monday for visit schedule and property discussion\r','',154,'2017-11-02 16:44:09','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3073,636,4,'searching two bhk in sector 44 new launch project 6 storey, residing in sarita vihar, brother working in phase 2, samsung, discussed expressway, will arrange call back from his brother_25-10-2017\r','',154,'2017-11-02 16:48:42','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3074,637,3,'he is intretsed for  ace city 1300 sqft, resale \r','0',154,'2017-11-02 16:59:09','0','',0,0,0,0,'','',0,1),(3076,638,4,'follow up','',154,'2017-11-02 17:05:55','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3077,653,3,'not pick','0',154,'2017-11-02 17:07:43','0','',0,0,0,0,'','',0,1),(3084,655,4,'no respone// call not picked( 12-oct)\r','',154,'2017-11-02 17:20:35','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3086,657,4,'he want 2 bhk ready to move, budget 40 lac, he is intretsed for panchsheel green , and nirala estate . Below 7th floor( 1-nov)\r','',154,'2017-11-02 17:25:53','01-11-2017 - 13:05 ,Wednesday','',0,0,0,0,'','',0,1),(3087,659,3,'no switch off\r','0',154,'2017-11-02 17:27:35','0','',0,0,0,0,'','',0,1),(3088,660,3,'wrong no\r','0',154,'2017-11-02 17:28:09','0','',0,0,0,0,'','',0,1),(3089,661,4,'he is busy now, please call me Friday ( 1-nov)\r','',154,'2017-11-02 17:29:03','01-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(3090,662,4,'call not picked// call note picked( 26-oct)// he is coming site visit Sunday ( 1-nov)\r','',154,'2017-11-02 17:29:48','01-11-2017 - 16:20 ,Wednesday','',0,0,0,0,'','',0,1),(3091,663,3,'meeting done, he is not intrested for this plan, \r','0',154,'2017-11-02 17:30:19','0','',0,0,0,0,'','',0,1),(3092,664,3,'wrong no\r','0',154,'2017-11-02 17:30:48','0','',0,0,0,0,'','',0,1),(3093,665,3,'tomm call me after 4.30 pm ( 1-nov)\r','0',154,'2017-11-02 17:31:15','0','',0,0,0,0,'','',0,1),(3094,666,3,'no switch off\r','0',154,'2017-11-02 17:33:10','0','',0,0,0,0,'','',0,1),(3097,668,3,'not interested\r','0',154,'2017-11-02 17:34:06','0','',0,0,0,0,'','',0,1),(3102,670,3,'not connect ,will try after some time  //call 8th oct //plan drop \r','0',154,'2017-11-02 17:34:53','0','',0,0,0,0,'','',0,1),(3109,676,8,'now he is busy call in evng //not pic call \r','0',154,'2017-11-02 17:36:23','0','',0,0,0,0,'','',0,1),(3110,678,4,'call back//mantra 845sqft 9th floor ,followus \r','',154,'2017-11-02 17:37:34','02-11-2017 - 13:30 ,Thursday','',0,0,0,0,'','',0,1),(3111,679,8,'s.off//cut the ph again again \r','0',154,'2017-11-02 17:38:05','0','',0,0,0,0,'','',0,1),(3114,680,4,'call not pic //1375sqft in arden right now he is busy call in evn ,want unit on 4th or 5th floor //not pic ph \r','',154,'2017-11-02 17:38:52','02-11-2017 - 13:10 ,Thursday','',0,0,0,0,'','',0,1),(3115,681,3,'not interested now post pond plan \r','0',154,'2017-11-02 17:40:31','0','',0,0,0,0,'','',0,1),(3116,682,8,'call not pic //call not pic\r','0',154,'2017-11-02 17:41:38','0','',0,0,0,0,'','',0,1),(3293,774,11,'This \n','',0,'2017-11-03 12:53:23','11/08/2017 12:53:13','',0,0,0,0,'','',0,0),(3294,775,11,'Test ','',0,'2017-11-03 12:55:51','11/07/2017 12:55:35','',0,0,0,0,'','',0,0),(3295,833,11,'test ','',0,'2017-11-03 12:57:32','','',0,0,0,0,'','',0,0),(3298,834,11,'Ok \n','',0,'2017-11-03 13:03:12','11/04/2017 01:03:00','',0,0,0,0,'','',0,0),(3303,834,11,'Test ','',0,'2017-11-03 13:34:57','11-04-2017 01:34:49','',0,0,0,0,'','',0,0),(3305,835,11,'Yy ','',0,'2017-11-03 13:45:11','11-03-2017 02:45:02','',0,0,0,0,'','',0,0),(3307,8,11,'Ok ','',0,'2017-11-03 13:54:35','11-04-2017 01:54:19','',0,0,0,0,'','',0,0),(3310,4,4,'Test ','',0,'2017-11-03 14:02:07','11-04-2017 02:02:01','',0,0,0,0,'','',0,0),(3313,4,4,'Ok ','',0,'2017-11-03 14:09:28','11-04-2017 02:09:20','',0,0,0,0,'','',0,0),(3314,13,13,'Test ','',0,'2017-11-03 14:09:52','11-04-2017 02:09:46','',0,0,0,0,'','',0,0),(3316,13,13,'R','',0,'2017-11-03 14:32:23','11-04-2017 02:32:17','',0,0,0,0,'','',0,0),(3317,0,0,'R','',0,'2017-11-03 15:27:03','11-03-2017 03:26:00','',0,0,0,0,'','',0,0),(3318,0,0,'Test ','',0,'2017-11-03 15:32:42','11-04-2017 03:32:36','',0,0,0,0,'','',0,0),(3319,0,0,'T','',0,'2017-11-03 15:35:12','11-03-2017 03:34:57','',0,0,0,0,'','',0,0),(3320,0,13,'Test ','',0,'2017-11-03 15:51:27','11-04-2017 03:51:20','',0,0,0,0,'','',0,0),(3321,0,13,'Test ','',0,'2017-11-03 15:58:26','11-03-2017 03:58:16','',0,0,0,0,'','',0,0),(3322,0,13,'Ok ','',0,'2017-11-03 16:00:00','11-05-2017 03:59:53','',0,0,0,0,'','',0,0),(3324,0,4,'Test ','',0,'2017-11-03 16:13:16','11-04-2017 04:13:12','',0,0,0,0,'','',0,0),(3325,0,7,'Ok ','',0,'2017-11-03 16:13:43','11-05-2017 04:13:38','',0,0,0,0,'','',0,0),(3330,0,13,'Test ','',0,'2017-11-03 16:28:45','11-04-2017 04:28:41','',0,0,0,0,'','',0,0),(3331,0,13,'Test ','',0,'2017-11-03 16:29:57','11-04-2017 04:29:48','',0,0,0,0,'','',0,0),(3332,0,837,'T','',0,'2017-11-03 17:23:39','11-04-2017 05:23:34','',0,0,0,0,'','',0,0),(3333,0,838,'Test ','',0,'2017-11-03 18:02:46','11-04-2017 06:02:39','',0,0,0,0,'','',0,0),(3334,390,8,'call not picked( 1-nov)\r','0',154,'2017-11-04 12:27:06','0','',0,0,0,0,'','',0,1),(3335,395,4,'he is intretsed for ace city, 1060 sqft, he is coming site visit Sunday( 26-oct)// he is plan for property jan , 2018 ( 1-nov)\r','',154,'2017-11-04 12:28:47','01-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(3336,412,3,'he plan property  after 2 month , budget issue . \r','0',154,'2017-11-04 12:29:26','0','',0,0,0,0,'','',0,1),(3337,412,3,'he plan property  after 2 month , budget issue . \r','0',154,'2017-11-04 12:29:26','0','',0,0,0,0,'','',0,1),(3338,412,3,'he plan property  after 2 month , budget issue . \r','0',154,'2017-11-04 12:29:27','0','',0,0,0,0,'','',0,1),(3339,412,3,'he plan property  after 2 month , budget issue . \r','0',154,'2017-11-04 12:29:27','0','',0,0,0,0,'','',0,1),(3340,412,3,'he plan property  after 2 month , budget issue . \r','0',154,'2017-11-04 12:29:27','0','',0,0,0,0,'','',0,1),(3341,411,8,'not pick','0',154,'2017-11-04 12:29:57','0','',0,0,0,0,'','',0,1),(3342,413,4,'plan droped property 6 month ( 1-nov)\r','',154,'2017-11-04 12:30:43','03-04-2018 - 13:10 ,Tuesday','',0,0,0,0,'','',0,1),(3343,414,4,'he is out of station , he is coming delhi ncr, nov 1 st week ( 1-nov)\r','',154,'2017-11-04 12:31:13','01-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(3344,415,3,'he is not intrested. for property, persnal issue. ( 1-nov)\r','0',154,'2017-11-04 12:31:44','0','',0,0,0,0,'','',0,1),(3345,416,8,'no switch off\r','0',154,'2017-11-04 12:32:14','0','',0,0,0,0,'','',0,1),(3346,417,8,'call not picked\r','0',154,'2017-11-04 12:32:39','0','',0,0,0,0,'','',0,1),(3347,418,3,'wrong no\r','0',154,'2017-11-04 12:33:01','0','',0,0,0,0,'','',0,1),(3348,497,8,'not reach\r','0',154,'2017-11-04 12:33:32','0','',0,0,0,0,'','',0,1),(3349,652,3,'looking in central noida. Lead return\r','0',154,'2017-11-04 12:36:16','0','',0,0,0,0,'','',0,1),(3350,651,8,'Call not Received\r','0',154,'2017-11-04 12:36:45','0','',0,0,0,0,'','',0,1),(3351,692,8,'not to give proper response \r','0',154,'2017-11-04 12:54:48','0','',0,0,0,0,'','',0,1),(3352,694,8,'not pick','0',154,'2017-11-04 13:00:55','0','',0,0,0,0,'','',0,1),(3353,695,4,'s.off//want 2bhk ready to move floor any ,followup \r','',154,'2017-11-04 13:01:33','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(3354,697,3,'not interested lead return\r','0',154,'2017-11-04 13:03:12','0','',0,0,0,0,'','',0,1),(3355,698,4,'follow up, out of city will meet once come\r','',154,'2017-11-04 13:03:55','05-11-2017 - 14:10 ,Sunday','',0,0,0,0,'','',0,1),(3356,699,3,'she is in rohtak, haryana.not possible for visit. Lead return\r','0',154,'2017-11-04 15:07:15','0','',0,0,0,0,'','',0,1),(3357,700,8,'call back\r','0',154,'2017-11-04 15:08:35','0','',0,0,0,0,'','',0,1),(3358,701,8,'call cut busy \r','0',154,'2017-11-04 15:09:05','0','',0,0,0,0,'','',0,1),(3359,702,8,'call back\r','0',154,'2017-11-04 15:09:39','0','',0,0,0,0,'','',0,1),(3360,703,3,'2bhk+study, RTM, 50-55lacs, looking in central noida lead return\r','0',154,'2017-11-04 15:10:41','0','',0,0,0,0,'','',0,1),(3361,704,3,'2bhk+study, RTM, 50-55lacs, looking in central noida lead return\r','0',154,'2017-11-04 15:11:08','0','',0,0,0,0,'','',0,1),(3362,705,3,'interested only in Ace city. Lead return\r','0',154,'2017-11-04 15:11:41','0','',0,0,0,0,'','',0,1),(3363,706,3,'interested only in ace city, 1325sqft in 47lacs. Lead return\r','0',154,'2017-11-04 15:12:15','0','',0,0,0,0,'','',0,1),(3364,707,3,'services of this number suspended\r','0',154,'2017-11-04 15:12:56','0','',0,0,0,0,'','',0,1),(3365,708,8,'will call me back \r','0',154,'2017-11-04 15:13:26','0','',0,0,0,0,'','',0,1),(3366,708,8,'will call me back \r','0',154,'2017-11-04 15:13:30','0','',0,0,0,0,'','',0,1),(3367,709,8,'waiting call back\r','0',154,'2017-11-04 15:14:01','0','',0,0,0,0,'','',0,1),(3368,710,4,'meeting done in our office. Call back on 3 nov follow up\r','',154,'2017-11-04 15:15:08','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3369,711,4,'follow up\r','',154,'2017-11-04 15:15:56','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(3370,712,4,'follow up\r','',154,'2017-11-04 15:16:29','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(3371,713,4,'follow up\r','',154,'2017-11-04 15:17:06','04-11-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(3372,714,3,'invalid number lead return\r','0',154,'2017-11-04 15:17:34','0','',0,0,0,0,'','',0,1),(3373,715,3,'call not picking continuously. Lead return\r','0',154,'2017-11-04 15:18:09','0','',0,0,0,0,'','',0,1),(3374,716,4,'follow up\r','',154,'2017-11-04 15:18:49','05-11-2017 - 15:15 ,Sunday','',0,0,0,0,'','',0,1),(3375,717,3,'call not picking continuously. Lead return\r','0',154,'2017-11-04 15:19:58','0','',0,0,0,0,'','',0,1),(3376,718,4,'will meet today,\r','',154,'2017-11-04 15:20:47','02-11-2017 - 13:05 ,Thursday','',0,0,0,0,'','',0,1),(3377,719,3,'plan postponed lead return\r','0',154,'2017-11-04 15:24:54','0','',0,0,0,0,'','',0,1),(3378,724,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-04 15:27:03','05-11-2017 - 14:10 ,Sunday','',0,0,0,0,'','',0,1),(3379,725,4,'Meeting Schedule Today\r','',154,'2017-11-04 15:27:36','03-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(3380,726,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-04 15:28:09','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(3381,727,4,'Meeting Done, Followup going on \r','',154,'2017-11-04 15:28:47','02-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3382,728,4,'Meeting Schedule 04.11\r','',154,'2017-11-04 15:37:59','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(3383,729,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-04 15:38:32','04-11-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(3384,730,3,'he want 1 bhk sikka karmic \r','0',154,'2017-11-04 15:39:23','0','',0,0,0,0,'','',0,1),(3385,732,4,'he want 2 bhk ready to move below 10th floor budget 32 lac.( 1-nov)\r','',154,'2017-11-04 15:40:09','01-11-2017 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(3386,733,3,'not intretsed for propety. Wrong no.( 1-nov)\r','0',154,'2017-11-04 15:41:48','0','',0,0,0,0,'','',0,1),(3387,734,3,'he is broker \r','0',154,'2017-11-04 15:42:57','0','',0,0,0,0,'','',0,1),(3388,735,4,'he is plan for property after 3 months. \r','',154,'2017-11-04 15:43:51','11-01-2018 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(3389,736,3,'meeting done, he is not intretsed for this plan.\r','0',154,'2017-11-04 15:44:53','0','',0,0,0,0,'','',0,1),(3390,737,8,'no response\r','0',154,'2017-11-04 15:45:30','0','',0,0,0,0,'','',0,1),(3391,738,4,'Followup\r','',154,'2017-11-04 15:48:24','04-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(3392,739,3,'he is not intretsed for this plan, \r','0',154,'2017-11-04 15:49:44','0','',0,0,0,0,'','',0,1),(3393,745,8,'s.off// not pic call //s.off \r','0',154,'2017-11-04 15:51:49','0','',0,0,0,0,'','',0,1),(3394,746,4,'call back // mahagun visit ,3bhk-60lac, possion 1-2yrs,visit sat. 28 oct.\r','',154,'2017-11-04 15:52:52','04-11-2017 - 15:10 ,Saturday','',0,0,0,0,'','',0,1),(3395,758,4,'looking in central noida call back\r','',154,'2017-11-04 15:54:18','04-11-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(3396,759,4,'looking in central noida call back\r','',154,'2017-11-04 15:54:57','04-11-2017 - 14:15 ,Saturday','',0,0,0,0,'','',0,1),(3397,760,8,'call back\r','0',154,'2017-11-04 15:55:42','0','',0,0,0,0,'','',0,1),(3398,761,8,'call back\r','0',154,'2017-11-04 15:56:10','0','',0,0,0,0,'','',0,1),(3399,762,8,'call back\r','0',154,'2017-11-04 15:56:41','0','',0,0,0,0,'','',0,1),(3400,763,8,'call back\r','0',154,'2017-11-04 15:57:25','0','',0,0,0,0,'','',0,1),(3401,764,8,'call him back\r','0',154,'2017-11-04 15:57:54','0','',0,0,0,0,'','',0,1),(3402,769,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-04 15:59:49','05-11-2017 - 14:10 ,Sunday','',0,0,0,0,'','',0,1),(3403,770,4,'Meeting Pending, Follwup going on\r','',154,'2017-11-04 16:01:21','04-11-2017 - 13:05 ,Saturday','',0,0,0,0,'','',0,1),(3404,877,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3405,878,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3406,879,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3407,880,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3408,881,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3409,882,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3410,883,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3411,884,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3412,885,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3413,886,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3414,887,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3415,888,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3416,889,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3417,890,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3418,891,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3419,892,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3420,893,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3421,894,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3422,895,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3423,896,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3424,897,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3425,898,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3426,899,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3427,900,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3428,901,1,'','',131,'2017-11-04 16:19:00','','',0,131,0,154,'','',0,1),(3436,837,4,'Ok ','',0,'2017-11-06 13:08:57','11-07-2017 01:08:49','',0,0,0,0,'','',0,0),(3437,839,4,'Test ','',0,'2017-11-06 13:14:57','11-07-2017 01:14:45','',0,0,0,0,'','',0,0),(3438,1324,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3439,1325,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3440,1326,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3441,1327,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3442,1328,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3443,1329,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3444,1330,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3445,1331,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3446,1332,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3447,1333,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3448,1334,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3449,1335,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3450,1336,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3451,1337,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3452,1338,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3453,1339,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3454,1340,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3455,1341,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3456,1342,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3457,1343,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3458,1344,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3459,1345,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3460,1346,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3461,1347,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3462,1348,1,'','',131,'2017-11-06 14:40:48','','',0,131,0,154,'','',0,1),(3463,1349,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3464,1350,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3465,1351,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3466,1352,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3467,1353,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3468,1354,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3469,1355,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3470,1356,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3471,1357,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3472,1358,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3473,1359,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3474,1360,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3475,1361,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3476,1362,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3477,1363,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3478,1364,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3479,1365,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3480,1366,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3481,1367,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3482,1368,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3483,1369,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3484,1370,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3485,1371,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3486,1372,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3487,1373,1,'','',131,'2017-11-06 14:40:59','','',0,131,0,154,'','',0,1),(3488,1374,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3489,1375,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3490,1376,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3491,1377,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3492,1378,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3493,1379,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3494,1380,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3495,1381,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3496,1382,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3497,1383,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3498,1384,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3499,1385,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3500,1386,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3501,1387,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3502,1388,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3503,1389,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3504,1390,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3505,1391,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3506,1392,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3507,1393,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3508,1394,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3509,1395,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3510,1396,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3511,1397,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3512,1398,1,'','',131,'2017-11-06 14:41:11','','',0,131,0,154,'','',0,1),(3513,1399,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3514,1400,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3515,1401,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3516,1402,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3517,1403,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3518,1404,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3519,1405,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3520,1406,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3521,1407,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3522,1408,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3523,1409,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3524,1410,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3525,1411,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3526,1412,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3527,1413,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3528,1414,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3529,1415,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3530,1416,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3531,1417,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3532,1418,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3533,1419,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3534,1420,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3535,1421,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3536,1422,1,'','',131,'2017-11-06 14:41:21','','',0,131,0,154,'','',0,1),(3537,1473,1,'','',252,'2017-11-06 15:56:05','','',0,252,0,255,'','',0,2),(3538,1474,1,'','',253,'2017-11-06 15:58:09','','',0,253,0,256,'','',0,2),(3539,1475,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3540,1476,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3541,1477,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3542,1478,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3543,1479,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3544,1480,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3545,1481,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3546,1482,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3547,1483,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3548,1484,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3549,1485,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3550,1486,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3551,1487,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3552,1488,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3553,1489,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3554,1490,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3555,1491,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3556,1492,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3557,1493,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3558,1494,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3559,1495,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3560,1496,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3561,1497,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3562,1498,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3563,1499,1,'','',252,'2017-11-06 15:59:02','','',0,252,0,252,'','',0,2),(3636,838,4,'Test ','',0,'2017-11-06 17:09:23','','',0,0,0,0,'','',0,0),(3637,838,4,'Test ','',0,'2017-11-06 17:46:52','','',0,0,0,0,'','',0,0),(3638,838,4,'Test ','',0,'2017-11-06 17:55:32','','',0,0,0,0,'','',0,0),(3639,838,4,'Ok ','',0,'2017-11-06 17:57:03','11-06-2017 06:56:59','',0,0,0,0,'','',0,0),(3640,1530,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3641,1531,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3642,1532,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3643,1533,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3644,1534,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3645,1535,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3646,1536,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3647,1537,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3648,1538,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3649,1539,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3650,1540,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3651,1541,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3652,1542,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3653,1543,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3654,1544,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3655,1545,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3656,1546,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3657,1547,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3658,1548,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3659,1549,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3660,1550,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3661,1551,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3662,1552,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3663,1553,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3664,1554,1,'','',242,'2017-11-07 11:51:18','','',0,242,0,244,'','',0,13),(3665,1555,1,'','',242,'2017-11-07 11:52:55','','',0,242,0,244,'','',0,13),(3666,1556,1,'','',242,'2017-11-07 11:52:55','','',0,242,0,244,'','',0,13),(3667,1557,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3668,1558,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3669,1559,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3670,1560,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3671,1561,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3672,1562,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3673,1563,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3674,1564,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3675,1565,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3676,1566,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3677,1567,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3678,1568,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3679,1569,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3680,1570,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3681,1571,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3682,1572,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3683,1573,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3684,1574,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3685,1575,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3686,1576,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3687,1577,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3688,1578,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3689,1579,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3690,1580,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3691,1581,1,'','',242,'2017-11-07 11:53:52','','',0,242,0,244,'','',0,13),(3692,1582,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3693,1583,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3694,1584,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3695,1585,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3696,1586,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3697,1587,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3698,1588,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3699,1589,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3700,1590,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3701,1591,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3702,1592,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3703,1593,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3704,1594,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3705,1595,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3706,1596,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3707,1597,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3708,1598,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3709,1599,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3710,1600,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3711,1601,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3712,1602,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3713,1603,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3714,1604,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3715,1605,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3716,1606,1,'','',242,'2017-11-07 11:54:06','','',0,242,0,244,'','',0,13),(3717,1607,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3718,1608,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3719,1609,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3720,1610,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3721,1611,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3722,1612,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3723,1613,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3724,1614,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3725,1615,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3726,1616,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3727,1617,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3728,1618,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3729,1619,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3730,1620,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3731,1621,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3732,1622,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3733,1623,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3734,1624,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3735,1625,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3736,1626,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3737,1627,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3738,1628,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3739,1629,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3740,1630,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3741,1631,1,'','',242,'2017-11-07 11:54:18','','',0,242,0,244,'','',0,13),(3742,1632,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3743,1633,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3744,1634,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3745,1635,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3746,1636,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3747,1637,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3748,1638,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3749,1639,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3750,1640,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3751,1641,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3752,1642,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3753,1643,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3754,1644,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3755,1645,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3756,1646,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3757,1647,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3758,1648,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3759,1649,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3760,1650,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3761,1651,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3762,1652,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3763,1653,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3764,1654,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3765,1655,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3766,1656,1,'','',242,'2017-11-07 11:54:31','','',0,242,0,244,'','',0,13),(3767,1657,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3768,1658,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3769,1659,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3770,1660,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3771,1661,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3772,1662,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3773,1663,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3774,1664,1,'','',242,'2017-11-07 11:54:42','','',0,242,0,244,'','',0,13),(3775,1530,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3776,1531,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3777,1532,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3778,1533,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3779,1534,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3780,1535,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3781,1536,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3782,1537,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3783,1538,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3784,1539,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3785,1540,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3786,1541,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3787,1542,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3788,1543,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3789,1544,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3790,1545,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3791,1546,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3792,1547,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3793,1548,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3794,1549,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3795,1550,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3796,1551,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3797,1552,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3798,1553,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3799,1554,1,'','',244,'2017-11-07 11:56:09','','',0,244,0,244,'','',0,13),(3800,1555,1,'','',244,'2017-11-07 11:57:07','','',0,244,0,246,'','',0,13),(3801,1556,1,'','',244,'2017-11-07 11:57:07','','',0,244,0,246,'','',0,13),(3802,1557,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3803,1558,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3804,1559,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3805,1560,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3806,1561,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3807,1562,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3808,1563,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3809,1564,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3810,1565,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3811,1566,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3812,1567,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3813,1568,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3814,1569,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3815,1570,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3816,1571,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3817,1572,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3818,1573,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3819,1574,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3820,1575,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3821,1576,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3822,1577,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3823,1578,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3824,1579,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3825,1580,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3826,1581,1,'','',244,'2017-11-07 12:00:11','','',0,244,0,245,'','',0,13),(3827,1582,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3828,1583,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3829,1584,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3830,1585,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3831,1586,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3832,1587,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3833,1588,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3834,1589,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3835,1590,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3836,1591,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3837,1592,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3838,1593,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3839,1594,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3840,1595,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3841,1596,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3842,1597,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3843,1598,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3844,1599,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3845,1600,1,'','',244,'2017-11-07 12:01:09','','',0,244,0,245,'','',0,13),(3846,1601,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3847,1602,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3848,1603,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3849,1604,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3850,1605,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3851,1606,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3852,1607,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3853,1608,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3854,1609,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3855,1610,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3856,1611,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3857,1612,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3858,1613,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3859,1614,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3860,1615,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3861,1616,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3862,1617,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3863,1618,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3864,1619,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3865,1620,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3866,1621,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3867,1622,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3868,1623,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3869,1624,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3870,1625,1,'','',244,'2017-11-07 12:01:39','','',0,244,0,244,'','',0,13),(3871,1626,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3872,1627,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3873,1628,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3874,1629,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3875,1630,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3876,1631,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3877,1632,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3878,1633,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3879,1634,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3880,1635,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3881,1636,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3882,1637,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3883,1638,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3884,1639,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3885,1640,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3886,1641,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3887,1642,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3888,1643,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3889,1644,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3890,1645,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3891,1646,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3892,1647,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3893,1648,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3894,1649,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3895,1650,1,'','',244,'2017-11-07 12:01:52','','',0,244,0,244,'','',0,13),(3896,1651,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3897,1652,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3898,1653,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3899,1654,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3900,1655,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3901,1656,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3902,1657,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3903,1658,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3904,1659,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3905,1660,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3906,1661,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3907,1662,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3908,1663,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3909,1664,1,'','',244,'2017-11-07 12:02:03','','',0,244,0,244,'','',0,13),(3910,1554,1,'','',244,'2017-11-07 12:02:46','','',0,244,0,246,'','',0,13),(3912,1475,2,'Web','18',252,'2017-11-07 13:12:01','0','',0,0,0,0,'','',0,2),(3913,1476,2,'Web','18',252,'2017-11-07 13:12:12','0','',0,0,0,0,'','',0,2),(3914,1475,6,'','',252,'2017-11-07 07:42:25','','',0,252,0,258,'','',0,2),(3915,1476,6,'','',252,'2017-11-07 07:42:25','','',0,252,0,258,'','',0,2),(3916,846,6,'test ','',0,'2017-11-07 13:51:16','','',0,0,0,0,'','',0,0),(3917,837,4,'Test ','',0,'2017-11-07 14:03:57','11-08-2017 02:03:23','',0,0,0,0,'','',0,0),(3918,837,4,'Ok ','',0,'2017-11-07 14:04:30','11-08-2017 02:04:21','',0,0,0,0,'','',0,0),(3920,795,4,'ok ','',0,'2017-11-07 14:08:15','','',0,0,0,0,'','',0,0),(3923,867,6,'pl','',0,'2017-11-07 14:09:43','','',0,0,0,0,'','',0,0),(3924,856,6,'test ','',0,'2017-11-07 14:10:32','','',0,0,0,0,'','',0,0),(3927,1423,6,'test ','',0,'2017-11-07 14:13:42','','',0,0,0,0,'','',0,0),(3929,1424,6,'test ','',0,'2017-11-07 14:25:09','','',0,0,0,0,'','',0,0),(3930,1424,6,'test','',0,'2017-11-07 15:10:58','','',0,0,0,0,'','',0,0),(3931,861,6,'test ','',0,'2017-11-07 15:14:50','','',0,0,0,0,'','',0,0),(3932,790,12,'ok ','',0,'2017-11-07 15:17:36','','',0,0,0,0,'','',0,0),(3933,861,6,'ok ','',0,'2017-11-07 15:24:51','','',0,0,0,0,'','',0,0),(3934,775,4,'Test ','',0,'2017-11-07 15:25:26','11-08-2017 03:25:23','',0,0,0,0,'','',0,0),(3935,775,4,'test ','',0,'2017-11-07 15:26:00','','',0,0,0,0,'','',0,0),(3936,775,7,'Ok ','',0,'2017-11-07 15:26:26','11-08-2017 03:26:22','',0,0,0,0,'','',0,0),(3938,862,6,'test ','',0,'2017-11-07 15:30:32','','',0,0,0,0,'','',0,0),(3940,863,6,'test ','',0,'2017-11-07 15:32:46','','',0,0,0,0,'','',0,0),(3941,863,1,'','',227,'2017-11-07 15:53:02','','',0,227,0,227,'','',0,0),(3943,865,1,'','',227,'2017-11-07 16:07:20','','',0,227,0,227,'','',0,0),(3944,789,4,'Test ','',0,'2017-11-07 16:13:10','11-08-2017 04:13:03','',0,0,0,0,'','',0,0),(3945,789,7,'Ok ','',0,'2017-11-07 16:13:32','11-08-2017 04:13:26','',0,0,0,0,'','',0,0),(3947,1553,1,'','',244,'2017-11-07 17:00:00','','',0,244,0,246,'','',0,13),(3948,1554,1,'','',244,'2017-11-07 17:17:21','','',0,244,0,246,'','',0,13),(3949,1554,1,'Assdsrewrwewe  Test','',244,'2017-11-07 17:20:19','','',0,244,0,246,'','',0,13),(3950,1554,1,'ASBAJDJSB fdgbdfbhfd','',244,'2017-11-07 17:20:45','','',0,244,0,245,'','',0,13),(3951,1554,1,'ASFSDFDSFvdcvcv','',244,'2017-11-07 17:21:07','','',0,244,0,244,'','',0,13),(3952,1554,1,'','',244,'2017-11-07 17:44:15','','',0,244,0,246,'','',0,13),(3953,1530,1,'','',244,'2017-11-07 17:45:12','','',0,244,0,246,'','',0,13),(3954,1532,1,'','',244,'2017-11-07 17:45:28','','',0,244,0,246,'','',0,13),(3955,1531,1,'','',244,'2017-11-07 17:45:44','','',0,244,0,246,'','',0,13),(3956,1533,1,'','',244,'2017-11-07 17:46:01','','',0,244,0,246,'','',0,13),(3957,1534,1,'','',244,'2017-11-07 17:46:16','','',0,244,0,246,'','',0,13),(3958,1535,1,'','',244,'2017-11-07 17:46:32','','',0,244,0,246,'','',0,13),(3959,1536,1,'','',244,'2017-11-07 17:46:48','','',0,244,0,246,'','',0,13),(3960,1537,1,'','',244,'2017-11-07 17:47:04','','',0,244,0,246,'','',0,13),(3961,1538,1,'','',244,'2017-11-07 17:47:18','','',0,244,0,246,'','',0,13),(3962,1540,1,'','',244,'2017-11-07 17:47:33','','',0,244,0,246,'','',0,13),(3979,1541,1,'','',244,'2017-11-07 17:49:53','','',0,244,0,246,'','',0,13),(3980,1542,1,'','',244,'2017-11-07 17:50:06','','',0,244,0,246,'','',0,13),(3985,1552,1,'','',244,'2017-11-07 17:50:18','','',0,244,0,246,'','',0,13),(3986,1551,1,'','',244,'2017-11-07 17:50:31','','',0,244,0,246,'','',0,13),(3987,1550,1,'','',244,'2017-11-07 17:50:44','','',0,244,0,246,'','',0,13),(3988,1549,1,'','',244,'2017-11-07 17:50:59','','',0,244,0,246,'','',0,13),(3989,1547,1,'','',244,'2017-11-07 17:51:14','','',0,244,0,246,'','',0,13),(3990,1544,1,'','',244,'2017-11-07 17:51:28','','',0,244,0,246,'','',0,13),(3991,1545,1,'','',244,'2017-11-07 17:51:42','','',0,244,0,246,'','',0,13),(3992,1548,1,'','',244,'2017-11-07 17:51:56','','',0,244,0,246,'','',0,13),(3993,1546,1,'','',244,'2017-11-07 17:52:10','','',0,244,0,246,'','',0,13),(3994,1543,1,'','',244,'2017-11-07 17:52:27','','',0,244,0,246,'','',0,13),(3995,1539,1,'','',244,'2017-11-07 17:53:17','','',0,244,0,246,'','',0,13),(3996,868,1,'','',227,'2017-11-07 18:26:52','','',0,227,0,227,'','',0,0),(4013,775,7,'Test ','',0,'2017-11-08 09:54:16','11-08-2017 09:53:59','',0,0,0,0,'','',0,0),(4015,775,7,'Test ','',0,'2017-11-08 14:33:12','11-09-2017 02:33:05','',0,0,0,0,'','',0,0),(4016,775,4,'Test ','',0,'2017-11-08 14:33:33','11-10-2017 02:33:29','',0,0,0,0,'','',0,0),(4017,789,10,'test ','',0,'2017-11-08 15:02:33','','',0,0,0,0,'','',0,0),(4018,839,10,'ok ','',0,'2017-11-08 15:03:15','','',0,0,0,0,'','',0,0),(4019,1424,7,'Ok ','',0,'2017-11-08 15:03:58','11-09-2017 03:03:54','',0,0,0,0,'','',0,0),(4020,1424,10,'test ','',0,'2017-11-08 15:04:10','','',0,0,0,0,'','',0,0),(4021,775,7,'Test ','',0,'2017-11-08 15:06:03','11-10-2017 03:07:56','',0,0,0,0,'','',0,0),(4026,838,7,'Test ','',0,'2017-11-08 15:43:22','11-10-2017 03:43:19','',0,0,0,0,'','',0,0),(4027,838,0,'test ','',0,'2017-11-08 15:43:35','','',0,0,0,0,'','',0,0),(4028,861,7,'Test ','',0,'2017-11-08 15:59:06','11-13-2017 03:59:03','',0,0,0,0,'','',0,0),(4030,837,3,'test ','',0,'2017-11-08 16:30:37','','',0,0,0,0,'','',0,0),(4032,840,9,'test ','',0,'2017-11-08 16:38:18','','',0,0,0,0,'','',0,0),(4034,840,9,'test ','',0,'2017-11-08 16:38:24','','',0,0,0,0,'','',0,0),(4036,840,7,'Test ','',0,'2017-11-08 17:04:31','11-10-2017 05:04:27','',0,0,0,0,'','',0,0),(4037,840,7,'Test ','',0,'2017-11-08 19:41:22','11-13-2017 07:41:08','',0,0,0,0,'','',0,0),(4038,840,7,'Test ','',0,'2017-11-08 19:46:05','11-08-2017 07:45:00','',0,0,0,0,'','',0,0),(4039,841,9,'ok ','',0,'2017-11-08 19:46:29','','',0,0,0,0,'','',0,0),(4040,841,9,'ok','',0,'2017-11-08 19:46:46','','',0,0,0,0,'','',0,0),(4041,841,8,'test ','',0,'2017-11-08 19:47:10','','',0,0,0,0,'','',0,0),(4042,840,4,'Ok ','',0,'2017-11-08 19:58:32','11-09-2017 07:58:28','',0,0,0,0,'','',0,0),(4043,840,4,'Test ','',0,'2017-11-08 20:04:50','11-09-2017 08:04:31','',0,0,0,0,'','',0,0),(4044,840,4,'Test ','',0,'2017-11-08 20:04:52','11-09-2017 08:04:31','',0,0,0,0,'','',0,0),(4045,840,4,'Test ','',0,'2017-11-08 20:04:54','11-09-2017 08:04:31','',0,0,0,0,'','',0,0),(4046,1665,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4047,1666,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4048,1667,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4049,1668,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4050,1669,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4051,1670,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4052,1671,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4053,1672,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4054,1673,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4055,1674,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4056,1675,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4057,1676,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4058,1677,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4059,1678,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4060,1679,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4061,1680,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4062,1681,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4063,1682,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4064,1683,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4065,1684,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4066,1685,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4067,1686,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4068,1687,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4069,1688,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4070,1689,1,'','',131,'2017-11-09 10:34:59','','',0,131,0,154,'','',0,1),(4071,1690,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4072,1691,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4073,1692,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4074,1693,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4075,1694,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4076,1695,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4077,1696,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4078,1697,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4079,1698,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4080,1699,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4081,1700,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4082,1701,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4083,1702,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4084,1703,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4085,1704,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4086,1705,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4087,1706,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4088,1707,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4089,1708,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4090,1709,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4091,1710,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4092,1711,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4093,1712,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4094,1713,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4095,1714,1,'','',131,'2017-11-09 10:35:14','','',0,131,0,154,'','',0,1),(4096,1715,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4097,1716,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4098,1717,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4099,1718,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4100,1719,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4101,1720,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4102,1721,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4103,1722,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4104,1723,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4105,1724,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4106,1725,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4107,1726,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4108,1727,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4109,1728,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4110,1729,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4111,1730,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4112,1731,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4113,1732,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4114,1733,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4115,1734,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4116,1735,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4117,1736,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4118,1737,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4119,1738,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4120,1739,1,'','',131,'2017-11-09 10:35:24','','',0,131,0,154,'','',0,1),(4121,1740,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4122,1741,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4123,1742,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4124,1743,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4125,1744,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4126,1745,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4127,1746,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4128,1747,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4129,1748,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4130,1749,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4131,1750,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4132,1751,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4133,1752,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4134,1753,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4135,1754,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4136,1755,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4137,1756,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4138,1757,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4139,1758,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4140,1759,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4141,1760,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4142,1761,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4143,1762,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4144,1763,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4145,1764,1,'','',131,'2017-11-09 10:35:33','','',0,131,0,154,'','',0,1),(4146,1765,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4147,1766,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4148,1767,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4149,1768,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4150,1769,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4151,1770,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4152,1771,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4153,1772,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4154,1773,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4155,1774,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4156,1775,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4157,1776,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4158,1777,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4159,1778,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4160,1779,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4161,1780,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4162,1781,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4163,1782,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4164,1783,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4165,1784,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4166,1785,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4167,1786,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4168,1787,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4169,1788,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4170,1789,1,'','',131,'2017-11-09 10:35:44','','',0,131,0,154,'','',0,1),(4171,1790,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4172,1791,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4173,1792,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4174,1793,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4175,1794,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4176,1795,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4177,1796,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4178,1797,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4179,1798,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4180,1799,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4181,1800,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4182,1801,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4183,1802,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4184,1803,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4185,1804,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4186,1805,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4187,1806,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4188,1807,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4189,1808,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4190,1809,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4191,1810,1,'','',131,'2017-11-09 10:35:53','','',0,131,0,154,'','',0,1),(4192,1803,4,'expected visit today by 1.30 pm for capetown 1150 sq.ft, floor 2-3 only\r','',154,'2017-11-09 11:14:58','06-11-2017 - 02:10 ,Monday','',0,0,0,0,'','',0,1),(4193,1801,4,'I waited for more than half an hour but she didn\'t came, she rarely attended call\r','',154,'2017-11-09 11:24:23','09-11-2017 - 02:10 ,Thursday','',0,0,0,0,'','',0,1),(4194,1800,4,'he may finalize unit in gaur sportswood sector 79, want to purchase below 4700 price as given by builder\r','',154,'2017-11-09 11:27:59','09-11-2017 - 02:10 ,Thursday','',0,0,0,0,'','',0,1),(4195,1799,4,'want to visit on Sunday capetown, 1150 sq.ft, visit not done on Sunday\r','',154,'2017-11-09 11:28:54','09-11-2017 - 02:10 ,Thursday','',0,0,0,0,'','',0,1),(4196,1794,4,'He is out of Station, Friday evening will be back, after that meeting will be scheduled.\r','',154,'2017-11-09 11:29:35','09-11-2017 - 02:30 ,Thursday','',0,0,0,0,'','',0,1),(4197,1793,4,'Customer gives time to meet next week\r','',154,'2017-11-09 11:30:21','10-11-2017 - 02:10 ,Friday','',0,0,0,0,'','',0,1),(4198,1792,3,'Return Lead, Phone Disconnected, not intrested to meet or giving time to meet\r','0',154,'2017-11-09 11:36:11','0','',0,0,0,0,'','',0,1),(4199,1757,4,'need to follow him after two days,discuss over the call\r','',154,'2017-11-09 11:59:45','10-11-2017 - 02:10 ,Friday','',0,0,0,0,'','',0,1),(4200,1747,4,'will meet today.\r','',154,'2017-11-09 12:01:28','10-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(4201,1746,4,'call back on sat  for site visit\r','',154,'2017-11-09 12:02:24','11-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4202,1745,4,'meeting done .interested in plan follow up\r','',154,'2017-11-09 12:11:18','09-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(4203,1744,4,'call on sat eve for visit. Int in exotica\r','',154,'2017-11-09 12:12:13','11-11-2017 - 15:15 ,Saturday','',0,0,0,0,'','',0,1),(4204,1743,4,'meeting done at our office. Call on Thursday-9nov follow up\r','',154,'2017-11-09 12:12:55','09-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(4205,1742,3,'wrong number lead return\r','0',154,'2017-11-09 12:13:19','0','',0,0,0,0,'','',0,1),(4206,1741,4,'call after 6 pm\r','',154,'2017-11-09 12:27:46','09-11-2017 - 18:30 ,Thursday','',0,0,0,0,'','',0,1),(4207,1740,3,'not interested in plan lead return\r','0',154,'2017-11-09 12:28:07','0','',0,0,0,0,'','',0,1),(4208,1739,3,'not picking call lead return\r','0',154,'2017-11-09 12:28:39','0','',0,0,0,0,'','',0,1),(4209,1738,4,'Busy call back \r','',154,'2017-11-09 12:30:49','09-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(4210,1676,3,'Already Purchased\r','0',154,'2017-11-09 12:32:54','0','',0,0,0,0,'','',0,1),(4211,1675,3,'Father Is Banker\r','0',154,'2017-11-09 12:33:16','0','',0,0,0,0,'','',0,1),(4212,1674,8,'Call not Pick\r','0',154,'2017-11-09 12:33:41','0','',0,0,0,0,'','',0,1),(4213,1673,4,'Green Arch 890 Sqft, Pitched Divyansh\r','',154,'2017-11-09 12:34:20','09-11-2017 - 14:10 ,Thursday','',0,0,0,0,'','',0,1),(4214,1672,4,'Call back on next Monday\r','',154,'2017-11-09 12:36:31','13-11-2017 - 14:30 ,Monday','',0,0,0,0,'','',0,1),(4215,1671,4,'Visit expected this weekend\r','',154,'2017-11-09 12:37:00','10-11-2017 - 14:30 ,Friday','',0,0,0,0,'','',0,1),(4216,1670,4,'Call at 7:30, november 8th\r','',154,'2017-11-09 12:37:30','08-11-2017 - 14:30 ,Wednesday','',0,0,0,0,'','',0,1),(4217,1669,4,'Visit expected this weekend\r','',154,'2017-11-09 12:38:13','10-11-2017 - 14:30 ,Friday','',0,0,0,0,'','',0,1),(4218,1668,4,'Out of Station will be back on 12th November\r','',154,'2017-11-09 12:38:48','12-11-2017 - 14:30 ,Sunday','',0,0,0,0,'','',0,1),(4219,1667,8,'Call not pick\r','0',154,'2017-11-09 12:39:05','0','',0,0,0,0,'','',0,1),(4220,1666,4,'followup for meeting as he travels to karnal for Teaching\r','',154,'2017-11-09 12:39:37','14-11-2017 - 13:30 ,Tuesday','',0,0,0,0,'','',0,1),(4221,1665,4,'Visit expected this weekend\r','',154,'2017-11-09 12:40:29','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4222,1422,4,'required 3 bhk ready to move flats 1 to 8 floor sun facing only, not sample flat, will visit after property confirmation-3-11-17\r','',154,'2017-11-09 12:41:08','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4223,1421,4,'parbodhsantosh@gmail.com, asked to send project details on this email id, looking atleast 1200 carpet area in sector 46, floor 1st to 6th-04-11-2017\r','',154,'2017-11-09 12:42:26','04-11-2017 - 14:30 ,Saturday','',0,0,0,0,'','',0,1),(4224,1420,3,'wrong number\r','0',154,'2017-11-09 12:42:48','0','',0,0,0,0,'','',0,1),(4225,1419,8,'not ans_12.25-03-11-2017, not ans_1.31_03-11-2017\r','0',154,'2017-11-09 12:43:23','0','',0,0,0,0,'','',0,1),(4226,1417,4,'looking 2232 sq.ft in cherry county, budget 90 lakhs including registry-04-11-2017\r','',154,'2017-11-09 12:44:08','04-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(4227,1416,8,'Customer is not picking up the phone, followup going on, however customer is not responding overall, but still trying to catch him.\r','0',154,'2017-11-09 12:45:14','0','',0,0,0,0,'','',0,1),(4228,1415,3,'Return Lead, Customer is not picking up the phone or giving the location to meet, how it is possible to meet inside the Airport\r','0',154,'2017-11-09 12:45:49','0','',0,0,0,0,'','',0,1),(4229,1414,4,'Meeting Done, after that Tried many times to customer, customer is not picking up the phone, \r','',154,'2017-11-09 12:46:46','10-11-2017 - 14:30 ,Friday','',0,0,0,0,'','',0,1),(4230,1404,4,'He is looking in Paramount Emotions (Noida Extn) for Society shop. Budget 50 Lacs, desired area: 280 sqft\r','',154,'2017-11-09 12:48:05','11-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(4231,1390,8,'call not pick call back\r','0',154,'2017-11-09 12:48:51','0','',0,0,0,0,'','',0,1),(4232,1391,8,'call not pick call back\r','0',154,'2017-11-09 12:49:10','0','',0,0,0,0,'','',0,1),(4233,1392,8,'call back\r','0',154,'2017-11-09 12:49:28','0','',0,0,0,0,'','',0,1),(4234,1393,3,'broker lead return\r','0',154,'2017-11-09 12:49:50','0','',0,0,0,0,'','',0,1),(4235,1394,4,'meeting not done as of now need to call him another time\r','',154,'2017-11-09 12:50:49','09-11-2017 - 14:00 ,Thursday','',0,0,0,0,'','',0,1),(4236,1395,3,'wrong number\r','0',154,'2017-11-09 12:51:10','0','',0,0,0,0,'','',0,1),(4237,1396,3,'He is looking commercial property on rent\r','0',154,'2017-11-09 12:51:35','0','',0,0,0,0,'','',0,1),(4238,1397,9,'Not reachable\r','0',154,'2017-11-09 12:51:57','0','',0,0,0,0,'','',0,1),(4239,1398,4,'Looking for commercial property in 45 Lacs. Site visit planned for next week\r','',154,'2017-11-09 12:52:48','11-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(4240,1399,3,'Dropped the plan\r','0',154,'2017-11-09 12:53:06','0','',0,0,0,0,'','',0,1),(4241,1400,9,'Not reachable/not reachable\r','0',154,'2017-11-09 12:53:25','0','',0,0,0,0,'','',0,1),(4242,1401,8,'Not Answered/not answering\r','0',154,'2017-11-09 12:53:45','0','',0,0,0,0,'','',0,1),(4243,1402,8,'Not Answered/call disconnecting\r','0',154,'2017-11-09 12:54:06','0','',0,0,0,0,'','',0,1),(4244,1403,3,'He has a retail in Ace city so he wants to rent out his property\r','0',154,'2017-11-09 12:54:48','0','',0,0,0,0,'','',0,1),(4245,1405,4,'Looking for society shop in the range of 20-25 lacs in Greno\r','',154,'2017-11-09 12:55:22','10-11-2017 - 14:30 ,Friday','',0,0,0,0,'','',0,1),(4246,1406,4,'Need to call him on 6th Nov @ Monday\r','',154,'2017-11-09 12:55:51','06-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(4247,1407,4,'Looking for society shop in the range of around 25 lacs in Greno\r','',154,'2017-11-09 12:56:23','10-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(4248,1408,4,'Call disconnected/out of station,call him on 9th nov\r','',154,'2017-11-09 12:56:54','09-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4249,1409,3,'not intrested\r','0',154,'2017-11-09 12:57:14','0','',0,0,0,0,'','',0,1),(4250,1389,4,'int in exotica fresco, 1250sqft in resale. Follow up\r','',154,'2017-11-09 12:59:24','10-11-2017 - 14:00 ,Friday','',0,0,0,0,'','',0,1),(4251,1388,8,'S off call back\r','0',154,'2017-11-09 12:59:44','0','',0,0,0,0,'','',0,1),(4252,1387,4,'looking 2+study, below 5th floor, will viist on Sunday.\r','',154,'2017-11-09 13:00:23','10-11-2017 - 14:05 ,Friday','',0,0,0,0,'','',0,1),(4253,1386,3,'broker lead return\r','0',154,'2017-11-09 13:09:45','0','',0,0,0,0,'','',0,1),(4254,1385,8,'call not picking continuously call back\r','0',154,'2017-11-09 13:10:07','0','',0,0,0,0,'','',0,1),(4255,1384,3,'already booked lead return\r','0',154,'2017-11-09 13:10:27','0','',0,0,0,0,'','',0,1),(4256,1383,8,'call not picking continuously call back\r','0',154,'2017-11-09 13:10:50','0','',0,0,0,0,'','',0,1),(4257,1382,4,'meeting done client\'s office. Looking3/4bhk, bud- 72lacs. Int in mywoods. Already visit call after check inventory\r','',154,'2017-11-09 13:11:38','10-11-2017 - 14:10 ,Friday','',0,0,0,0,'','',0,1),(4258,1381,4,'call in eve\r','',154,'2017-11-09 13:12:09','09-11-2017 - 18:30 ,Thursday','',0,0,0,0,'','',0,1),(4259,1380,4,'cost sheet send on whats app, but bud-40lacs. Int in 11801sqft arden, property cost is 51 lacs,call back\r','',154,'2017-11-09 13:12:55','10-11-2017 - 14:30 ,Friday','',0,0,0,0,'','',0,1),(4260,1379,8,'call back\r','0',154,'2017-11-09 13:13:15','0','',0,0,0,0,'','',0,1),(4261,1378,8,'call back\r','0',154,'2017-11-09 13:13:36','0','',0,0,0,0,'','',0,1),(4264,1340,8,'call back 1pm //call but not pic \r','0',154,'2017-11-09 14:26:16','0','',0,0,0,0,'','',0,1),(4265,1341,3,'broker \r','0',154,'2017-11-09 14:26:45','0','',0,0,0,0,'','',0,1),(4266,1342,4,'want 3bhk ,floor 5 to 7 supertech eco village 1 \r','',154,'2017-11-09 14:27:36','09-11-2017 - 14:00 ,Thursday','',0,0,0,0,'','',0,1),(4267,1343,8,'ph not pic \r','0',154,'2017-11-09 14:27:57','0','',0,0,0,0,'','',0,1),(4268,1344,4,'He is coming Friday for visit//not to done bec he is busy \r','',154,'2017-11-09 14:28:36','11-11-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(4272,1345,8,'call not pic//call not pic \r','0',154,'2017-11-09 14:29:35','0','',0,0,0,0,'','',0,1),(4273,1346,8,'call not pic//call not pic \r','0',154,'2017-11-09 14:30:17','0','',0,0,0,0,'','',0,1),(4275,1347,4,'He is looking in Gaur city 3bhk in resale\r','',154,'2017-11-09 14:31:16','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4276,1348,3,'already purchased \r','0',154,'2017-11-09 14:31:42','0','',0,0,0,0,'','',0,1),(4277,1349,8,'call 1:30 pm //call but not pic \r','0',154,'2017-11-09 14:32:06','0','',0,0,0,0,'','',0,1),(4278,1350,8,'call not pic \r','0',154,'2017-11-09 14:32:27','0','',0,0,0,0,'','',0,1),(4279,1351,3,'not interested \r','0',154,'2017-11-09 14:35:16','0','',0,0,0,0,'','',0,1),(4280,1352,8,'not connected  \r','0',154,'2017-11-09 14:38:45','0','',0,0,0,0,'','',0,1),(4281,1357,4,'He give inverty then visit below 6 floor...\r','',154,'2017-11-09 14:39:43','11-11-2017 - 14:05 ,Saturday','',0,0,0,0,'','',0,1),(4283,875,1,'','',227,'2017-11-09 15:48:17','','',0,227,0,227,'','',0,0),(4287,873,1,'','',227,'2017-11-09 16:48:55','','',0,227,0,227,'','',0,0),(4289,8,11,'Test ','',0,'2017-11-09 17:59:50','','',0,0,0,0,'','',0,0),(4290,8,11,'Ok ','',0,'2017-11-09 18:01:27','','',0,0,0,0,'','',0,0),(4293,846,4,'Test ','',0,'2017-11-10 10:06:21','11-11-2017 10:05:45','',0,0,0,0,'','',0,0),(4294,856,4,'Test ','',0,'2017-11-10 10:12:44','11-11-2017 10:12:30','',0,0,0,0,'','',0,0),(4295,857,4,'Ok ','',0,'2017-11-10 10:15:12','11-10-2017 05:14:59','',0,0,0,0,'','',0,0),(4296,846,4,'Test ','',0,'2017-11-10 10:56:05','11-11-2017 10:55:55','',0,0,0,0,'77.3899608518922','28.610368063643',0,0),(4297,846,4,'Test ','',0,'2017-11-10 11:05:54','11-18-2017 11:05:44','',0,0,0,0,'77.3898852524137','28.6104526324464',0,0),(4302,862,4,'Ok ','',0,'2017-11-10 11:10:16','11-10-2017 11:09:54','',0,0,0,0,'77.3901637830561','28.6102360021589',0,0),(4303,863,4,'Ok ','',0,'2017-11-10 11:15:08','11-10-2017 11:14:00','',0,0,0,0,'77.3895819113379','28.6105237948043',0,0),(4308,863,4,'Test ','',0,'2017-11-10 11:21:08','11-10-2017 12:21:00','',0,0,0,0,'77.3901561555242','28.6103360820828',0,0),(4310,863,4,'Hhhh','',0,'2017-11-10 11:27:29','11-10-2017 12:27:00','',0,0,0,0,'77.3900739290541','28.6102851201115',0,0),(4312,862,4,'Test ','',0,'2017-11-10 11:36:44','11-10-2017 12:36:22','',0,0,0,0,'77.3900036768655','28.6104646054589',0,0),(4313,863,4,'Ok ','',0,'2017-11-10 11:43:04','11-12-2017 11:42:51','',0,0,0,0,'77.392608601188','28.6106414538138',0,0),(4314,863,4,'Ok ','',0,'2017-11-10 11:43:23','11-12-2017 11:42:51','',0,0,0,0,'77.392608601188','28.6106414538138',0,0),(4316,849,9,'test ','',0,'2017-11-10 12:05:33','','',0,0,0,0,'77.3944852964385','28.6130935835746',0,0),(4337,829,1,'','',229,'2017-11-10 15:43:03','','',0,229,0,229,'','',0,0),(4342,829,8,'y','',0,'2017-11-10 16:41:43','','',0,0,0,0,'77.3899221327877','28.6103805061696',0,0),(4344,794,4,'Test ','',0,'2017-11-10 17:01:48','11-10-2017 05:11:24','',0,0,0,0,'77.3899238929873','28.6104069510741',0,0),(4345,794,3,'test ','',0,'2017-11-10 17:03:22','','',0,0,0,0,'77.3900765646714','28.6103445571245',0,0),(4346,828,8,'ok ','',0,'2017-11-10 17:04:04','','',0,0,0,0,'77.3967058351054','28.6058955077796',0,0),(4347,828,4,'Ok ','',0,'2017-11-10 17:17:19','11-12-2017 07:17:07','',0,0,0,0,'77.3899597026286','28.6104672765224',0,0),(4348,828,4,'I ','',0,'2017-11-10 17:19:18','11-11-2017 07:19:03','',0,0,0,0,'77.3899347643092','28.6105406516036',0,0),(4349,829,4,'I ','',0,'2017-11-10 17:20:33','11-11-2017 05:20:20','',0,0,0,0,'77.3899900655162','28.6105373741202',0,0),(4350,828,4,'Test ','',0,'2017-11-10 17:24:06','11-11-2017 09:23:54','',0,0,0,0,'77.3900047273351','28.6103858827829',0,0),(4351,828,4,'Test ','',0,'2017-11-10 17:30:33','11-11-2017 05:30:21','',0,0,0,0,'77.3899108729399','28.6103824606724',0,0),(4354,828,9,'ok ','',0,'2017-11-10 17:44:56','','',0,0,0,0,'77.396778934961','28.6048855779437',0,0),(4355,828,4,'Test ','',0,'2017-11-10 17:45:35','11-12-2017 05:45:22','',0,0,0,0,'77.389928473188','28.6103676839391',0,0),(4357,828,4,'Ok ','',0,'2017-11-10 17:54:36','11-11-2017 05:54:26','',0,0,0,0,'77.389884889383','28.610443296413',0,0),(4360,691,8,'not conneted //call back ,not pic //not pic \r','0',154,'2017-11-11 12:11:45','0','',0,0,0,0,'','',0,1),(4361,1353,3,'already purchased \r','0',154,'2017-11-11 12:20:12','0','',0,0,0,0,'','',0,1),(4362,1354,4,'he is not at home \r','',154,'2017-11-11 12:20:55','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4363,1355,9,'not rechable \r','0',154,'2017-11-11 12:21:17','0','',0,0,0,0,'','',0,1),(4364,1356,3,'not looking \r','0',154,'2017-11-11 12:21:39','0','',0,0,0,0,'','',0,1),(4365,1358,8,'not pic call any time \r','0',154,'2017-11-11 12:22:07','0','',0,0,0,0,'','',0,1),(4366,1359,3,'not intersted','0',154,'2017-11-11 12:22:22','0','',0,0,0,0,'','',0,1),(4367,1360,3,'not interested \r','0',154,'2017-11-11 12:22:45','0','',0,0,0,0,'','',0,1),(4368,1361,3,'idea customer care no','0',154,'2017-11-11 12:23:04','0','',0,0,0,0,'','',0,1),(4369,1362,3,'meeting fix 3:30 pm//He is not eligible.. one home lone 30 k and one car lone 15 k and his salary is 70 k...\r','0',154,'2017-11-11 12:23:38','0','',0,0,0,0,'','',0,1),(4370,1363,8,'num.s.off \r','0',154,'2017-11-11 12:24:00','0','',0,0,0,0,'','',0,1),(4371,1364,8,'not rechable //s.off\r','0',154,'2017-11-11 12:24:22','0','',0,0,0,0,'','',0,1),(4372,1365,8,'not pic\r','0',154,'2017-11-11 12:27:00','0','',0,0,0,0,'','',0,1),(4373,1366,8,'call 5pm //call but not pic \r','0',154,'2017-11-11 12:27:18','0','',0,0,0,0,'','',0,1),(4374,1367,4,'want 2bhk,R2M,budget 35 to 40 lac floor any\r','',154,'2017-11-11 12:27:51','11-11-2017 - 15:30 ,Saturday','',0,0,0,0,'','',0,1),(4375,1368,4,'want villa possion in june 2018,budge 90lac\r','',154,'2017-11-11 12:28:37','11-11-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(4376,1369,8,'not pic\r','0',154,'2017-11-11 12:28:55','0','',0,0,0,0,'','',0,1),(4377,1370,3,'broker \r','0',154,'2017-11-11 12:29:16','0','',0,0,0,0,'','',0,1),(4378,1371,9,'not rechable\r','0',154,'2017-11-11 12:29:38','0','',0,0,0,0,'','',0,1),(4379,1372,8,'call back//call not pic\r','0',154,'2017-11-11 12:29:57','0','',0,0,0,0,'','',0,1),(4380,1373,8,'busy //call not pic\r','0',154,'2017-11-11 12:30:15','0','',0,0,0,0,'','',0,1),(4381,1374,4,'want 2bhk,budget 40 lac R2M floor socha nhi h\r','',154,'2017-11-11 12:30:53','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4382,1375,4,'want 2bhk R2M,budget 40lac floor koi bhi\r','',154,'2017-11-11 12:31:41','12-11-2017 - 13:30 ,Sunday','',0,0,0,0,'','',0,1),(4383,1376,8,'not connected  \r','0',154,'2017-11-11 12:31:57','0','',0,0,0,0,'','',0,1),(4384,1377,4,'meeting tomorrow 11 am //meeting done take 2 days time for arrange docs\r','',154,'2017-11-11 12:32:46','11-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(4385,1418,4,'looking 2232 sq.ft in cherry county, budget 90 lakhs including registry-04-11-2017\r','',154,'2017-11-11 12:34:23','11-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4386,1677,8,'Call Not Picked\r','0',154,'2017-11-11 12:34:51','0','',0,0,0,0,'','',0,1),(4387,1678,4,'Meeting on 9-11-17, at 12 noon\r','',154,'2017-11-11 12:36:02','09-11-2017 - 13:30 ,Thursday','',0,0,0,0,'','',0,1),(4388,1679,4,'Saturday site visit, 11-11-2017\r','',154,'2017-11-11 12:36:43','11-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(4389,1680,4,'call @11 am - 9-Nov-2017\r','',154,'2017-11-11 12:37:14','09-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4390,1681,4,'call after 6 PM on 7th Nov 2017 asked to call on 9th \r','',154,'2017-11-11 12:50:41','11-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4391,1682,4,'meeting fix 4pm today //not done meeting \r','',154,'2017-11-11 12:51:21','11-11-2017 - 14:15 ,Saturday','',0,0,0,0,'','',0,1),(4392,1683,4,'He is req. Gaur city resale 2bhk\r','',154,'2017-11-11 12:51:53','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4393,1684,4,'coming for tomorrow visit //visit not done\r','',154,'2017-11-11 13:01:22','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4394,1685,4,'Meeting done take some time\r','',154,'2017-11-11 13:02:10','12-11-2017 - 13:30 ,Sunday','',0,0,0,0,'','',0,1),(4395,1688,4,'1545 resale teakwood tower inverty give then visit\r','',154,'2017-11-11 14:05:43','12-11-2017 - 13:30 ,Sunday','',0,0,0,0,'','',0,1),(4396,1694,3,'All ready follow up Sandeep sir\r','0',154,'2017-11-11 14:07:08','0','',0,0,0,0,'','',0,1),(4397,1695,4,'customer is interested but he does not know about subvention plan so  tomorrow he confirm this plan from his relative working in Allahabad Bank. then submitted docs\r','',154,'2017-11-11 14:08:39','11-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4398,1696,3,'He is not looking any property\r','0',154,'2017-11-11 14:09:21','0','',0,0,0,0,'','',0,1),(4399,1697,4,'Meeting fixed on day after tomorrow evening\r','',154,'2017-11-11 14:36:10','11-11-2017 - 13:05 ,Saturday','',0,0,0,0,'','',0,1),(4400,1698,8,'call 5pm //call but not pic \r','0',154,'2017-11-11 14:36:28','0','',0,0,0,0,'','',0,1),(4401,1699,4,'Coming for visit in mahagun\r','',154,'2017-11-11 14:37:18','11-11-2017 - 15:00 ,Saturday','',0,0,0,0,'','',0,1),(4402,3589,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4403,3590,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4404,3591,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4405,3592,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4406,3593,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4407,3594,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4408,3595,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4409,3596,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4410,3597,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4411,3598,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4412,3599,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4413,3600,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4414,3601,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4415,3602,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4416,3603,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4417,3604,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4418,3605,1,'','',131,'2017-11-13 11:17:15','','',0,131,0,154,'','',0,1),(4419,3607,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4420,3608,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4421,3609,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4422,3610,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4423,3611,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4424,3612,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4425,3613,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4426,3614,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4427,3615,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4428,3616,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4429,3617,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4430,3618,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4431,3619,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4432,3620,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4433,3621,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4434,3622,1,'','',131,'2017-11-13 11:17:50','','',0,131,0,154,'','',0,1),(4435,3606,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4436,3623,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4437,3624,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4438,3625,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4439,3626,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4440,3627,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4441,3628,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4442,3629,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4443,3630,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4444,3631,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4445,3632,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4446,3633,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4447,3634,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4448,3635,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4449,3636,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4450,3637,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4451,3638,1,'','',131,'2017-11-13 11:18:21','','',0,131,0,154,'','',0,1),(4452,3639,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4453,3640,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4454,3641,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4455,3642,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4456,3643,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4457,3644,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4458,3645,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4459,3646,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4460,3647,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4461,3648,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4462,3649,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4463,3650,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4464,3651,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4465,3652,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4466,3653,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4467,3654,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4468,3655,1,'','',131,'2017-11-13 11:18:50','','',0,131,0,154,'','',0,1),(4469,3656,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4470,3657,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4471,3658,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4472,3659,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4473,3660,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4474,3661,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4475,3662,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4476,3663,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4477,3664,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4478,3665,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4479,3666,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4480,3667,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4481,3668,1,'','',131,'2017-11-13 11:19:13','','',0,131,0,154,'','',0,1),(4485,1477,2,'In','18',252,'2017-11-13 14:06:05','0','',0,0,0,0,'','',0,2),(4486,1478,2,'Web','18',252,'2017-11-13 14:06:16','0','',0,0,0,0,'','',0,2),(4487,1479,2,'Website','18',252,'2017-11-13 14:06:32','0','',0,0,0,0,'','',0,2),(4488,1480,2,'App','18',252,'2017-11-13 14:06:44','0','',0,0,0,0,'','',0,2),(4489,1477,6,'','',252,'2017-11-13 08:37:01','','',0,252,0,258,'','',0,2),(4490,1478,6,'','',252,'2017-11-13 08:37:01','','',0,252,0,258,'','',0,2),(4491,1479,6,'','',252,'2017-11-13 08:37:01','','',0,252,0,258,'','',0,2),(4492,1480,6,'','',252,'2017-11-13 08:37:01','','',0,252,0,258,'','',0,2),(4493,1481,2,'App','18',252,'2017-11-13 14:08:51','0','',0,0,0,0,'','',0,2),(4494,1482,2,'FP','18',252,'2017-11-13 14:09:00','0','',0,0,0,0,'','',0,2),(4495,1483,2,'App','18',252,'2017-11-13 14:09:11','0','',0,0,0,0,'','',0,2),(4496,1484,2,'NR','18',252,'2017-11-13 14:09:20','0','',0,0,0,0,'','',0,2),(4497,1485,2,'App','18',252,'2017-11-13 14:09:27','0','',0,0,0,0,'','',0,2),(4498,1486,2,'Android','18',252,'2017-11-13 14:09:35','0','',0,0,0,0,'','',0,2),(4499,1481,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4500,1482,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4501,1483,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4502,1484,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4503,1485,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4504,1486,6,'','',252,'2017-11-13 08:39:45','','',0,252,0,258,'','',0,2),(4505,1475,1,'','',258,'2017-11-13 14:11:28','','',0,258,0,258,'','',0,0),(4506,1475,4,'Test ','',258,'2017-11-13 14:12:11','11-20-2017 02:12:02','',0,0,0,0,'77.392458427695','28.6099249856248',0,2),(4559,1601,3,'not intrested','0',244,'2017-11-13 16:13:47','0','',0,0,0,0,'','',0,13),(4560,1653,2,'Dynamic websites 2','16',244,'2017-11-13 16:21:13','0','',0,0,0,0,'','',0,13),(4561,1653,6,'','',244,'2017-11-13 10:51:52','','',0,244,0,247,'','',0,13),(4562,1601,5,'','',244,'2017-11-13 16:26:07','','',0,244,0,244,'','',0,13),(4576,1476,1,'','',258,'2017-11-13 17:39:39','','',0,258,0,258,'','',0,0),(4577,1476,3,'test ','',0,'2017-11-13 17:40:25','','',0,0,0,0,'77.3960544129685','28.5988363024998',0,0),(4578,1476,3,'test ','',0,'2017-11-13 17:40:29','','',0,0,0,0,'77.3960544129685','28.5988363024998',0,0),(4579,1477,1,'','',258,'2017-11-13 17:41:10','','',0,258,0,258,'','',0,0),(4580,1477,9,'ok ','',0,'2017-11-13 17:41:59','','',0,0,0,0,'77.3962514683879','28.5959443710347',0,0),(4581,1477,4,'Ok ','',258,'2017-11-13 17:42:27','11-14-2017 05:42:29','',0,0,0,0,'77.396252632097','28.5959272927586',0,2),(4583,1479,1,'','',258,'2017-11-14 10:03:22','','',0,258,0,258,'','',0,0),(4584,1478,1,'','',259,'2017-11-14 10:04:26','','',0,259,0,258,'','',0,0),(4585,1478,1,'','',258,'2017-11-14 11:04:37','','',0,258,0,258,'','',0,2),(4586,1478,13,'','',258,'2017-11-14 11:05:26','','',0,258,0,258,'','',0,2),(4587,1480,13,'','',258,'2017-11-14 11:06:06','','',0,258,0,258,'','',0,2),(4588,1481,13,'','',258,'2017-11-14 11:06:24','','',0,258,0,258,'','',0,2),(4589,1482,1,'','',258,'2017-11-14 11:06:54','','',0,258,0,258,'','',0,0),(4590,1483,13,'','',258,'2017-11-14 11:08:45','','',0,258,0,258,'','',0,2),(4594,1484,1,'','',258,'2017-11-14 13:06:14','','',0,258,0,258,'','',0,0),(4596,1486,1,'','',258,'2017-11-14 13:13:09','','',0,258,0,258,'','',0,2),(4597,1486,8,'t','',0,'2017-11-14 13:16:20','','',0,0,0,0,'77.3988759364967','28.6044391193663',0,0),(4598,1486,3,'ok ','',0,'2017-11-14 13:16:33','','',0,0,0,0,'77.3912980397932','28.6078219624775',0,0),(4599,1484,3,'test ','',0,'2017-11-14 13:17:56','','',0,0,0,0,'77.3986647388042','28.6045258569725',0,2),(4600,1475,3,'y','',258,'2017-11-14 13:22:14','','',0,0,0,0,'77.3961350403237','28.5986497293953',0,2),(4601,1480,3,'test','',258,'2017-11-14 13:22:44','','',0,0,0,0,'','',0,2),(4608,1500,1,'','',253,'2017-11-14 14:16:02','','',0,253,0,253,'','',0,2),(4609,1501,1,'','',253,'2017-11-14 14:16:02','','',0,253,0,253,'','',0,2),(4610,1502,1,'','',253,'2017-11-14 14:16:02','','',0,253,0,253,'','',0,2),(4611,1500,2,'Web','18',253,'2017-11-14 14:16:15','0','',0,0,0,0,'','',0,2),(4612,1501,2,'Wbe','18',253,'2017-11-14 14:16:24','0','',0,0,0,0,'','',0,2),(4613,1502,2,'Web','18',253,'2017-11-14 14:16:31','0','',0,0,0,0,'','',0,2),(4614,1500,6,'','',253,'2017-11-14 08:46:46','','',0,253,0,258,'','',0,2),(4615,1501,6,'','',253,'2017-11-14 08:46:46','','',0,253,0,258,'','',0,2),(4616,1502,6,'','',253,'2017-11-14 08:46:46','','',0,253,0,258,'','',0,2),(4617,1500,1,'','',258,'2017-11-14 14:17:45','','',0,258,0,258,'','',0,2),(4618,1485,13,'','',258,'2017-11-14 14:19:14','','',0,258,0,258,'','',0,2),(4619,1501,1,'','',258,'2017-11-14 14:22:57','','',0,258,0,258,'','',0,2),(4620,1503,1,'','',252,'2017-11-14 17:40:07','','',0,252,0,252,'','',0,2),(4621,1504,1,'','',252,'2017-11-14 17:40:07','','',0,252,0,252,'','',0,2),(4622,1505,1,'','',252,'2017-11-14 17:40:07','','',0,252,0,252,'','',0,2),(4623,1506,1,'','',252,'2017-11-14 17:40:07','','',0,252,0,252,'','',0,2),(4624,1506,2,'Sale','18',252,'2017-11-14 17:40:22','0','',0,0,0,0,'','',0,2),(4625,1487,2,'Sale','18',252,'2017-11-14 17:40:28','0','',0,0,0,0,'','',0,2),(4626,1488,2,'Sale','18',252,'2017-11-14 17:40:35','0','',0,0,0,0,'','',0,2),(4627,1489,2,'Web','18',252,'2017-11-14 17:40:43','0','',0,0,0,0,'','',0,2),(4628,1490,2,'Remark','18',252,'2017-11-14 17:40:51','0','',0,0,0,0,'','',0,2),(4629,1491,2,'Budget','18',252,'2017-11-14 17:40:59','0','',0,0,0,0,'','',0,2),(4630,1492,2,'NI','18',252,'2017-11-14 17:41:06','0','',0,0,0,0,'','',0,2),(4631,1493,2,'Web','18',252,'2017-11-14 17:41:14','0','',0,0,0,0,'','',0,2),(4632,1487,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4633,1488,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4634,1489,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4635,1490,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4636,1491,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4637,1492,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4638,1493,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4639,1506,6,'','',252,'2017-11-14 12:11:28','','',0,252,0,258,'','',0,2),(4641,1487,13,'','',258,'2017-11-15 05:33:15','','',0,258,0,261,'','',0,2),(4642,1494,5,'','',252,'2017-11-15 11:21:17','','',0,252,0,256,'','',0,2),(4643,1487,1,'','',258,'2017-11-15 11:24:10','','',0,258,0,258,'','',0,2),(4644,1488,12,'','',258,'2017-11-15 11:48:15','','',0,258,0,261,'','',0,2),(4645,609,3,'Not Interested\r','0',154,'2017-11-15 12:12:05','0','',0,0,0,0,'','',0,1),(4646,612,3,'Not Interested\r','0',154,'2017-11-15 12:12:44','0','',0,0,0,0,'','',0,1),(4647,613,3,'Not Interested\r','0',154,'2017-11-15 12:13:15','0','',0,0,0,0,'','',0,1),(4648,615,3,'Not Interested\r','0',154,'2017-11-15 12:13:44','0','',0,0,0,0,'','',0,1),(4649,616,3,'Not Interested\r','0',154,'2017-11-15 12:14:06','0','',0,0,0,0,'','',0,1),(4650,617,3,'Not Interested\r','0',154,'2017-11-15 12:14:30','0','',0,0,0,0,'','',0,1),(4651,618,3,'Not intersted','0',154,'2017-11-15 12:14:49','0','',0,0,0,0,'','',0,1),(4652,619,3,'Not Interested\r','0',154,'2017-11-15 12:15:11','0','',0,0,0,0,'','',0,1),(4653,620,3,'Not Interested\r','0',154,'2017-11-15 12:15:23','0','',0,0,0,0,'','',0,1),(4654,640,3,'Not Interested\r','0',154,'2017-11-15 12:15:36','0','',0,0,0,0,'','',0,1),(4656,656,4,'meeting done, please give me some time , discuss with family mambers.\r','',154,'2017-11-15 12:18:32','15-11-2017 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(4658,658,4,'he is busy now please call me only Saturday and Sunday , meet me( 1-nov)\r','',154,'2017-11-15 12:21:15','01-11-2017 - 13:05 ,Wednesday','',0,0,0,0,'','',0,1),(4665,1,12,'','',261,'2017-11-15 13:27:36','','',0,261,0,258,'','',0,2),(4666,677,4,'call on Monday 6th nov \r','',154,'2017-11-15 14:08:36','06-11-2017 - 14:10 ,Monday','',0,0,0,0,'','',0,1),(4667,675,8,'call not pic//call not pic \r','0',154,'2017-11-15 14:09:12','0','',0,0,0,0,'','',0,1),(4668,674,3,'broker \r','0',154,'2017-11-15 14:09:38','0','',0,0,0,0,'','',0,1),(4669,673,4,'clt  now out of stations coming 11th Nov for site interested in Divyansh\r','',154,'2017-11-15 14:10:14','11-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(4670,672,4,'call back 6pm,call back in morng 10 to 11 am//call not pic \r','',154,'2017-11-15 14:11:01','15-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(4671,671,4,'call after 30 m ,,call not pic //want property in noida 2bhk ,1st mail.all project,then visit  \r','',154,'2017-11-15 14:11:57','30-11-2017 - 13:10 ,Thursday','',0,0,0,0,'','',0,1),(4672,669,4,'We are meeting with client on Wednesday at 11am//not done //meeting resudul by client at gurgaon 4th nov \r','',154,'2017-11-15 14:13:24','04-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4673,667,4,'He wants ready to move property in noida budget 50_60 lacs and also for AR  also visit property on 10th nov//next visit 18t nov \r','',154,'2017-11-15 14:14:36','18-11-2017 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(4674,683,8,'Customer says call me morning//call but not pic \r','0',154,'2017-11-15 14:19:01','0','',0,0,0,0,'','',0,1),(4675,684,4,'Visit done wants 3 bhk 1370 in my woods in resale\r','',154,'2017-11-15 14:19:42','16-11-2017 - 14:05 ,Thursday','',0,0,0,0,'','',0,1),(4676,685,8,'hone not pick. Once talk I update again.\r','0',154,'2017-11-15 14:21:20','0','',0,0,0,0,'','',0,1),(4677,1478,5,'','',258,'2017-11-15 14:21:31','','',0,258,0,261,'','',0,2),(4678,686,4,'Bud 40 L want 2 bhk near city center also interested in builders floor.\r','',154,'2017-11-15 14:21:52','15-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(4679,1489,5,'Assign to Sales Manager','',258,'2017-11-15 14:22:06','','',0,258,0,260,'','',0,2),(4680,687,4,'call not pic //call back 4pm//call not pic//want property in investement point of view so I pitched Amber and divyansh ,mahagun ,we ll let me know ..when he came for visit\r','',154,'2017-11-15 14:22:22','16-11-2017 - 16:00 ,Thursday','',0,0,0,0,'','',0,1),(4681,688,8,'not pic\r','0',154,'2017-11-15 14:22:42','0','',0,0,0,0,'','',0,1),(4682,1481,5,'Assign to SR','',258,'2017-11-15 14:23:00','','',0,258,0,261,'','',0,2),(4683,689,3,'lone department ,give the reference \r','0',154,'2017-11-15 14:23:33','0','',0,0,0,0,'','',0,1),(4684,690,3,'come on next weak for gaur city//return // looking expressway \r','0',154,'2017-11-15 14:25:38','0','',0,0,0,0,'','',0,1),(4685,696,8,'calll not pic \r','0',154,'2017-11-15 14:26:54','0','',0,0,0,0,'','',0,1),(4686,740,8,'call not pic any time \r','0',154,'2017-11-15 14:28:22','0','',0,0,0,0,'','',0,1),(4687,741,4,'All ready visit done mywood other broker now out of stations call after 10day Save my No\r','',154,'2017-11-15 14:29:06','15-11-2017 - 13:05 ,Wednesday','',0,0,0,0,'','',0,1),(4688,743,8,'call not pic /call not pic \r','0',154,'2017-11-15 14:29:33','0','',0,0,0,0,'','',0,1),(4689,742,3,' Invalid No\r','0',154,'2017-11-15 14:29:48','0','',0,0,0,0,'','',0,1),(4690,744,4,'he interested but now busy he call back in evening\r','',154,'2017-11-15 14:30:16','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4691,747,3,'Talked to customer he said I am not interested in this plan if you want to meet personally then on Wednesday 2pm\r','0',154,'2017-11-15 14:30:46','0','',0,0,0,0,'','',0,1),(4692,748,3,'not interested\r','0',154,'2017-11-15 14:31:30','0','',0,0,0,0,'','',0,1),(4693,749,4,'She wants 3bhk in 40lacks ready to move in central noida\r','',154,'2017-11-15 14:32:02','15-11-2017 - 14:00 ,Wednesday','',0,0,0,0,'','',0,1),(4694,750,8,'not pic call //any time \r','0',154,'2017-11-15 14:33:07','0','',0,0,0,0,'','',0,1),(4695,751,8,'call back again5pm  //not pic \r','0',154,'2017-11-15 14:33:27','0','',0,0,0,0,'','',0,1),(4696,752,4,'want 2bhk+st./3bhk R2M floor 6th to 10th ,budget 50 to 60lac fresh /reale noida exc \r','',154,'2017-11-15 14:33:59','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4697,753,3,'broker \r','0',154,'2017-11-15 14:34:19','0','',0,0,0,0,'','',0,1),(4698,1483,5,'','',258,'2017-11-15 14:49:16','','',0,258,0,261,'','',0,2),(4699,755,8,'not pic call // call not pic \r','0',154,'2017-11-15 14:50:31','0','',0,0,0,0,'','',0,1),(4700,756,4,'Meeting done wife also have 50 K salary will update soon\r','',154,'2017-11-15 14:51:06','09-11-2017 - 14:00 ,Thursday','',0,0,0,0,'','',0,1),(4701,757,4,'Meeting done will update soon about the papers\r','',154,'2017-11-15 14:51:37','09-11-2017 - 13:05 ,Thursday','',0,0,0,0,'','',0,1),(4702,1332,8,'not pic //not pic \r','0',154,'2017-11-15 14:55:26','0','',0,0,0,0,'','',0,1),(4703,1333,8,'call back //not pic \r','0',154,'2017-11-15 14:55:42','0','',0,0,0,0,'','',0,1),(4704,1334,4,'want 2bhk/3bhk ,possion 2018-2019 floor middle budget 40 to 50 near gaur city mahagun sec 62 \r','',154,'2017-11-15 14:59:00','16-11-2017 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(4705,1490,12,'','',258,'2017-11-15 14:59:05','','',0,258,0,261,'','',0,2),(4706,1335,4,'call back Sunday 5th nov //call nit pic \r','',154,'2017-11-15 15:01:13','05-11-2017 - 14:10 ,Sunday','',0,0,0,0,'','',0,1),(4707,1336,3,'content other broker \r','0',154,'2017-11-15 15:01:36','0','',0,0,0,0,'','',0,1),(4708,1337,8,'not pic call \r','0',154,'2017-11-15 15:01:55','0','',0,0,0,0,'','',0,1),(4709,1338,3,'not interested \r','0',154,'2017-11-15 15:02:12','0','',0,0,0,0,'','',0,1),(4710,1339,3,'not pic // not interested \r','0',154,'2017-11-15 15:02:43','0','',0,0,0,0,'','',0,1),(4711,1686,4,'He is looking near by metro in central Noida ,size 2bhk , coming Sunday 12th nov //call not pic \r','',154,'2017-11-15 15:06:28','12-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(4712,1687,4,'He is looking near by metro in central Noida ,size 2bhk , coming Sunday 12th nov //call not pic \r','',154,'2017-11-15 15:07:16','12-11-2017 - 15:10 ,Sunday','',0,0,0,0,'','',0,1),(4713,1689,8,'always call not pic \r','0',154,'2017-11-15 15:07:56','0','',0,0,0,0,'','',0,1),(4714,1690,3,'not interested ..in any property\r','0',154,'2017-11-15 15:08:30','0','',0,0,0,0,'','',0,1),(4715,1491,13,'','',258,'2017-11-15 15:08:59','','',0,258,0,258,'','',0,2),(4716,1691,4,'will come sunday for visits exotica 1035 sq ft.. \r','',154,'2017-11-15 15:09:08','16-11-2017 - 15:00 ,Thursday','',0,0,0,0,'','',0,1),(4717,1692,4,'call around 4 o\' clock   //call not pic \r','',154,'2017-11-15 15:09:39','16-11-2017 - 15:15 ,Thursday','',0,0,0,0,'','',0,1),(4718,1693,4,')int in 3bhk pitch royal court exotica/divyansh will come sunday...\r','',154,'2017-11-15 15:10:28','16-11-2017 - 15:10 ,Thursday','',0,0,0,0,'','',0,1),(4719,1700,8,'not pic call//not pic \r','0',154,'2017-11-15 15:11:15','0','',0,0,0,0,'','',0,1),(4720,1701,8,'call back//not pic any time\r','0',154,'2017-11-15 15:11:54','0','',0,0,0,0,'','',0,1),(4721,1702,8,'s.off \r','0',154,'2017-11-15 15:12:27','0','',0,0,0,0,'','',0,1),(4722,1703,4,'1st sale own property ,then want to puchase \r','',154,'2017-11-15 15:13:13','16-11-2017 - 14:05 ,Thursday','',0,0,0,0,'','',0,1),(4723,1704,8,'not pic call \r','0',154,'2017-11-15 15:13:42','0','',0,0,0,0,'','',0,1),(4724,1705,9,'not reach //notrech \r','0',154,'2017-11-15 15:14:37','0','',0,0,0,0,'','',0,1),(4725,1706,8,'call back //call back \r','0',154,'2017-11-15 15:15:18','0','',0,0,0,0,'','',0,1),(4726,1707,8,'not pic //not pic \r','0',154,'2017-11-15 15:15:43','0','',0,0,0,0,'','',0,1),(4727,1708,8,'call but he is busy say call back //not pic \r','0',154,'2017-11-15 15:16:01','0','',0,0,0,0,'','',0,1),(4728,1709,8,'not pic call /not pic \r','0',154,'2017-11-15 15:16:23','0','',0,0,0,0,'','',0,1),(4729,1710,8,'call not pic //not pic\r','0',154,'2017-11-15 15:16:48','0','',0,0,0,0,'','',0,1),(4730,1711,3,' want rent in 93,107 sec\r','0',154,'2017-11-15 15:17:15','0','',0,0,0,0,'','',0,1),(4731,1712,4,'9015297075 looking property in noida Extension bud 45 l 2+study \r','',154,'2017-11-15 15:18:21','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4732,1713,8,'busy //call not pic\r','0',154,'2017-11-15 15:18:46','0','',0,0,0,0,'','',0,1),(4733,1714,8,'s.off\r','0',154,'2017-11-15 15:19:09','0','',0,0,0,0,'','',0,1),(4734,1715,4,'35lac  budget, for noida Extension pitched Divyansh flora, Himalaya\r','',154,'2017-11-15 15:19:44','16-11-2017 - 15:00 ,Thursday','',0,0,0,0,'','',0,1),(4735,1716,8,'busy //call not pic\r','0',154,'2017-11-15 15:20:02','0','',0,0,0,0,'','',0,1),(4736,1717,4,'call back //busy call next Sunday 12th or 13th nov \r','',154,'2017-11-15 15:20:39','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(4737,1718,8,'call not pic any time \r','0',154,'2017-11-15 15:21:06','0','',0,0,0,0,'','',0,1),(4738,1719,4,'Talked to client ,he confirmed meeting for Monday at 3 pm//followups \r','',154,'2017-11-15 15:21:38','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4739,1720,4,'meri baat ho rhi hai but wo 40 lacs me 891 sq ft park facing maagti hai maine suman se confirm kya deal 42 se kam nhi hai.\r','',154,'2017-11-15 15:22:21','16-11-2017 - 14:00 ,Thursday','',0,0,0,0,'','',0,1),(4740,1721,8,'call not pic \r','0',154,'2017-11-15 15:23:20','0','',0,0,0,0,'','',0,1),(4741,1722,8,'call back /not pic \r','0',154,'2017-11-15 15:23:39','0','',0,0,0,0,'','',0,1),(4742,1490,5,'','',258,'2017-11-15 15:24:04','','',0,258,0,258,'','',0,2),(4743,1723,4,'meeting fix //clt says come for meeting 9pm in gurgaon \r','',154,'2017-11-15 15:25:43','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4744,1724,8,'call not pic //call not pic any time \r','0',154,'2017-11-15 15:26:12','0','',0,0,0,0,'','',0,1),(4745,1725,8,'not pic //not pic \r','0',154,'2017-11-15 15:26:33','0','',0,0,0,0,'','',0,1),(4746,1726,3,'broker \r','0',154,'2017-11-15 15:26:50','0','',0,0,0,0,'','',0,1),(4747,1727,3,'not interested\r','0',154,'2017-11-15 15:27:06','0','',0,0,0,0,'','',0,1),(4748,1728,8,'not pic call any time \r','0',154,'2017-11-15 15:27:30','0','',0,0,0,0,'','',0,1),(4749,1729,3,'want plot in  kanpur \r','0',154,'2017-11-15 15:27:50','0','',0,0,0,0,'','',0,1),(4750,1730,8,'not pic \r','0',154,'2017-11-15 15:28:07','0','',0,0,0,0,'','',0,1),(4751,1731,8,'call back 5pm// call but not pic \r','0',154,'2017-11-15 15:28:38','0','',0,0,0,0,'','',0,1),(4752,1732,4,'want 2bhk,35 lac budget floor koi bhi chalega ,noida exc R2M Fresh/Resale \r','',154,'2017-11-15 15:29:06','16-11-2017 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(4753,1733,3,'call back//call not pic//broker \r','0',154,'2017-11-15 15:29:25','0','',0,0,0,0,'','',0,1),(4754,1491,4,'Try','',258,'2017-11-15 15:29:55','11-17-2017 3:29:00','',0,0,0,0,'77.3899051','28.6104599',0,2),(4755,1734,3,'not interested \r','0',154,'2017-11-15 15:30:07','0','',0,0,0,0,'','',0,1),(4756,1735,8,'call back//not pic any time\r','0',154,'2017-11-15 15:30:26','0','',0,0,0,0,'','',0,1),(4757,1736,3,'call back //broker \r','0',154,'2017-11-15 15:30:43','0','',0,0,0,0,'','',0,1),(4758,1491,9,'off','',258,'2017-11-15 15:30:47','','',0,0,0,0,'77.3898617','28.6104433',0,2),(4759,1491,7,'TRY','',258,'2017-11-15 15:31:18','11-16-2017 16:31:00','',5,0,0,0,'77.3898617','28.6104433',0,2),(4760,1491,7,'no','',258,'2017-11-15 15:31:41','11-29-2017 5:31:00','',1,0,0,0,'77.3898617','28.6104433',0,2),(4761,1737,8,'deeksha--Lead filter.. 4 o clk chale Jana time per apka naam bata diya k ap aa rahe Ho//not to come \r','0',154,'2017-11-15 15:32:10','0','',0,0,0,0,'','',0,1),(4762,1491,4,'warm','',258,'2017-11-15 15:32:33','11-16-2017 17:32:00','',0,0,0,0,'77.3899046','28.6104634',0,2),(4763,1748,4,'follow up\r','',154,'2017-11-15 15:33:03','16-11-2017 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(4764,1491,7,'yes','',258,'2017-11-15 15:33:15','11-16-2017 4:33:00','',4,0,0,0,'77.3899046','28.6104634',0,2),(4765,1749,3,'looking for vasundhra lead return\r','0',154,'2017-11-15 15:33:38','0','',0,0,0,0,'','',0,1),(4766,1750,3,'looking in central noida only lead return\r','0',154,'2017-11-15 15:33:54','0','',0,0,0,0,'','',0,1),(4767,1751,3,'looking in central noida only lead return\r','0',154,'2017-11-15 15:34:09','0','',0,0,0,0,'','',0,1),(4768,1752,4,'meeting done. First he will go for his actual property then will go for this plan follow up\r','',154,'2017-11-15 15:34:52','17-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(4769,1753,8,'call not picking call back\r','0',154,'2017-11-15 15:35:15','0','',0,0,0,0,'','',0,1),(4770,1754,8,'call back\r','0',154,'2017-11-15 15:35:39','0','',0,0,0,0,'','',0,1),(4771,1755,4,'follow up, will visit in next weekend,\r','',154,'2017-11-15 15:37:37','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4772,1756,4,'looking in cherry and mahagun, 62lacs, 1521sqft. Follow up\r','',154,'2017-11-15 15:38:21','19-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(4773,1770,3,'not interested\r','0',154,'2017-11-15 15:39:34','0','',0,0,0,0,'','',0,1),(4774,1485,4,'yes','',258,'2017-11-15 15:42:26','11-15-2017 6:42:00','',0,0,0,0,'77.3899063','28.6104652',0,2),(4775,1485,9,'yes','',258,'2017-11-15 15:42:49','','',0,0,0,0,'77.3897767','28.6102633',0,2),(4776,1782,3,' Not interested\r','0',154,'2017-11-15 15:42:58','0','',0,0,0,0,'','',0,1),(4777,1783,3,' Not interested\r','0',154,'2017-11-15 15:43:09','0','',0,0,0,0,'','',0,1),(4778,1784,3,' Not interested\r','0',154,'2017-11-15 15:43:26','0','',0,0,0,0,'','',0,1),(4779,1785,3,' Not interested\r','0',154,'2017-11-15 15:43:36','0','',0,0,0,0,'','',0,1),(4780,1786,3,' Not interested\r','0',154,'2017-11-15 15:43:47','0','',0,0,0,0,'','',0,1),(4781,1787,3,' Not interested\r','0',154,'2017-11-15 15:44:00','0','',0,0,0,0,'','',0,1),(4782,1788,3,' Not interested\r','0',154,'2017-11-15 15:44:12','0','',0,0,0,0,'','',0,1),(4783,1789,4,'He is looking propety.\r','',154,'2017-11-15 15:44:45','16-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(4784,1790,3,' Not interested\r','0',154,'2017-11-15 15:45:04','0','',0,0,0,0,'','',0,1),(4785,1483,4,'TRY','',258,'2017-11-15 15:45:05','15-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,2),(4786,1791,3,'He is not confort \r','0',154,'2017-11-15 15:45:31','0','',0,0,0,0,'','',0,1),(4787,1804,4,'looking 1150 in capetown in specific tower and unit, searching for unit\r','',154,'2017-11-15 16:07:55','16-11-2017 - 15:00 ,Thursday','',0,0,0,0,'','',0,1),(4788,1805,3,'repeat No','0',154,'2017-11-15 16:09:05','0','',0,0,0,0,'','',0,1),(4789,1806,4,'he is in meeting, asked to call @ 4 pm-06-11-2017, line busy-10-11-2017, asked to call on 14-11-17 after 6pm\r','',154,'2017-11-15 16:10:10','14-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(4790,1807,4,'specific project, ecocity, upto 5th floor and paras tierea new possession flats, floor upto 5th, full white deal, will visit after unit confirmation, working in bank as a manager in 135 sector, also lotus zing front towers_13-11-2017\r','',154,'2017-11-15 16:11:29','13-11-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(4791,1808,8,'switched off\r','0',154,'2017-11-15 16:11:53','0','',0,0,0,0,'','',0,1),(4792,1809,4,'looking 1735 @ 95 Lakhs, want to close deal ASAP-07-11-2017, low budget customer\r','',154,'2017-11-15 16:12:27','07-11-2017 - 14:00 ,Tuesday','',0,0,0,0,'','',0,1),(4793,1810,4,'fro RTM tower budtget 90 lakhs incl transfer, else tower 28, unit no. 4&5 only floor upto 12th, price 4700 including transfer\r','',154,'2017-11-15 16:14:41','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4794,3590,3,'wrong number \r','0',154,'2017-11-15 16:15:35','0','',0,0,0,0,'','',0,1),(4795,3591,8,'not pic //not pic \r','0',154,'2017-11-15 16:16:16','0','',0,0,0,0,'','',0,1),(4796,3592,4,'want 3bhk,R2M FLOOR 7 TO 9 BUDGET 40 LAC \r','',154,'2017-11-15 16:16:52','16-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(4797,3593,8,'call back \r','0',154,'2017-11-15 16:17:12','0','',0,0,0,0,'','',0,1),(4798,3594,4,'want 2bhk ,floor 5 to 6th and budget 50 to 60 lac ,nimbus /zenthi \r','',154,'2017-11-15 16:18:14','16-11-2017 - 13:30 ,Thursday','',0,0,0,0,'','',0,1),(4799,3595,8,'Call second half//call not pic \r','0',154,'2017-11-15 16:18:29','0','',0,0,0,0,'','',0,1),(4800,3596,4,'4 o clock k baad baat krna hai ... bzy in meeting\r','',154,'2017-11-15 16:20:34','16-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(4801,3597,4,'meeting done. Send him list of docs.\r','',154,'2017-11-15 16:21:15','16-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(4802,3598,4,'he is looking for the investment of 15-20lac commercial/details send to him on whats app\r','',154,'2017-11-15 16:22:58','16-11-2017 - 13:30 ,Thursday','',0,0,0,0,'','',0,1),(4803,3599,8,'not reachable/not pick\r','0',154,'2017-11-15 16:23:35','0','',0,0,0,0,'','',0,1),(4804,3600,4,'he is looking for residencial property but call him on 12th nov\r','',154,'2017-11-15 16:24:33','12-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(4805,3601,3,'discussed over the call/not interested\r','0',154,'2017-11-15 16:24:58','0','',0,0,0,0,'','',0,1),(4806,3602,3,'he is looking residencial property in nanital 22lac\r','0',154,'2017-11-15 16:25:21','0','',0,0,0,0,'','',0,1),(4807,3603,8,'not responding\r','0',154,'2017-11-15 16:25:38','0','',0,0,0,0,'','',0,1),(4808,3604,3,'language problem\r','0',154,'2017-11-15 16:25:57','0','',0,0,0,0,'','',0,1),(4809,3605,3,'looking PR in delhi 15 lac\r','0',154,'2017-11-15 16:26:17','0','',0,0,0,0,'','',0,1),(4810,3606,3,'out of service\r','0',154,'2017-11-15 16:26:31','0','',0,0,0,0,'','',0,1),(4811,3607,3,'not looking property\r','0',154,'2017-11-15 16:26:58','0','',0,0,0,0,'','',0,1),(4812,3608,8,'not pick/switch off\r','0',154,'2017-11-15 16:27:15','0','',0,0,0,0,'','',0,1),(4813,3609,8,'not pick/disc.\r','0',154,'2017-11-15 16:27:34','0','',0,0,0,0,'','',0,1),(4814,3619,4,'tommorrow  visit @ 11 //not done ,\r','',154,'2017-11-15 16:31:37','16-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(4815,3620,4,'Will come next week for visit pitch divyansh and exotica\r','',154,'2017-11-15 16:33:41','16-11-2017 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(4816,3624,3,'broker lead return\r','0',154,'2017-11-15 17:24:11','0','',0,0,0,0,'','',0,1),(4817,3623,8,'not pic //not pic \r','0',154,'2017-11-15 17:24:35','0','',0,0,0,0,'','',0,1),(4818,3622,3,'not give to proper respons \r','0',154,'2017-11-15 17:24:55','0','',0,0,0,0,'','',0,1),(4819,3625,3,'lead return. He lives in jaipur\r','0',154,'2017-11-15 17:27:02','0','',0,0,0,0,'','',0,1),(4820,3626,4,'not interested in our product mix. Yogesh ji following this lead\r','',154,'2017-11-15 17:27:43','16-11-2017 - 14:00 ,Thursday','',0,0,0,0,'','',0,1),(4821,3627,4,'need to call him on 12th nov\r','',154,'2017-11-15 17:28:26','12-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(4822,3633,4,'line busy_13-11-2017\r','',154,'2017-11-15 17:29:26','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(4823,3636,4,'interested in gaur saundaryam, 1550sqft,below 10th floor, park facing follow up\r','',154,'2017-11-15 17:31:44','16-11-2017 - 22:55 ,Thursday','',0,0,0,0,'','',0,1),(4824,3638,3,'he is saying did not speak to anyone, cutt off call lead return\r','0',154,'2017-11-15 17:32:20','0','',0,0,0,0,'','',0,1),(4825,3639,3,'looking for independent house or in proper GN. NI in extension\r','0',154,'2017-11-15 17:33:37','0','',0,0,0,0,'','',0,1),(4826,3640,3,'not looking for property lead return\r','0',154,'2017-11-15 17:34:04','0','',0,0,0,0,'','',0,1),(4827,1492,12,'','',261,'2017-11-15 18:09:16','','',0,261,0,258,'','',0,2),(4828,1493,12,'','',261,'2017-11-15 18:09:16','','',0,261,0,258,'','',0,2),(4829,1502,12,'','',261,'2017-11-15 18:10:09','','',0,261,0,258,'','',0,2),(4830,1506,12,'','',261,'2017-11-15 18:10:09','','',0,261,0,258,'','',0,2),(4831,1495,2,'Remark','18',252,'2017-11-15 18:12:58','0','',0,0,0,0,'','',0,2),(4832,1496,2,'Website','18',252,'2017-11-15 18:13:19','0','',0,0,0,0,'','',0,2),(4833,1497,2,'Select','18',252,'2017-11-15 18:13:32','0','',0,0,0,0,'','',0,2),(4834,1498,2,'Remark','18',252,'2017-11-15 18:13:44','0','',0,0,0,0,'','',0,2),(4835,1499,2,'Action','18',252,'2017-11-15 18:13:53','0','',0,0,0,0,'','',0,2),(4836,1503,2,'Web','18',252,'2017-11-15 18:14:01','0','',0,0,0,0,'','',0,2),(4837,1504,2,'Web','18',252,'2017-11-15 18:14:08','0','',0,0,0,0,'','',0,2),(4838,1495,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4839,1496,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4840,1497,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4841,1498,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4842,1499,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4843,1503,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4844,1504,6,'','',252,'2017-11-15 12:44:26','','',0,252,0,258,'','',0,2),(4846,1495,12,'','',261,'2017-11-16 14:08:08','','',0,261,0,258,'','',0,2),(4847,1495,12,'','',261,'2017-11-16 14:08:08','','',0,261,0,258,'','',0,2),(4848,1496,12,'','',261,'2017-11-16 14:08:08','','',0,261,0,258,'','',0,2),(4849,1480,5,'yes','',258,'2017-11-16 14:27:44','','',0,258,0,258,'','',0,2),(4850,4,11,'Test ','',0,'2017-11-16 16:11:02','','',0,0,0,0,'','',0,2),(4851,1477,11,'t','18',258,'2017-11-16 16:13:10','2017-11-16 10:43:10','',0,0,0,0,'','',0,2),(4852,1501,4,'Test ','',258,'2017-11-16 16:16:06','11-16-2017 08:16:00','',0,0,0,0,'Label','Label',0,2),(4853,1507,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4854,1508,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4855,1509,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4856,1510,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4857,1511,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4858,1512,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4859,1513,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4860,1514,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4861,1515,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4862,1516,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4863,1517,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4864,1518,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4865,1519,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4866,1520,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4867,1521,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4868,1522,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4869,1523,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4870,1524,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4871,1525,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4872,1526,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4873,1527,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4874,1528,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4875,1529,1,'','',252,'2017-11-16 16:19:28','','',0,252,0,252,'','',0,2),(4876,1529,2,'Assign','18',252,'2017-11-16 16:19:53','0','',0,0,0,0,'','',0,2),(4877,1505,2,'Search','18',252,'2017-11-16 16:20:31','0','',0,0,0,0,'','',0,2),(4878,1505,6,'','',252,'2017-11-16 10:52:00','','',0,252,0,258,'','',0,2),(4879,1483,8,'test','',258,'2017-11-16 16:51:04','','',0,0,0,0,'','',0,2),(4880,3688,1,'','',131,'2017-11-16 17:02:34','','',0,131,0,149,'','',0,1),(4881,1483,11,'t','18',258,'2017-11-16 17:20:18','2017-11-16 11:50:18','',0,0,0,0,'','',0,2),(4882,1483,9,'t','',258,'2017-11-16 17:23:21','','',0,0,0,0,'77.3900920756861','28.6103069480026',0,2),(4883,3688,5,'','',131,'2017-11-16 17:26:27','','',0,131,0,131,'','',0,1),(4884,3688,2,'Interested in Gaur Saundrayam,bdgt 65 lacs  ','2',131,'2017-11-16 17:28:29','0','',0,0,0,0,'','',0,1),(4885,3688,6,'','',131,'2017-11-16 11:59:37','','',0,131,0,236,'','',0,1),(4886,3688,5,'Pls call him','',236,'2017-11-16 17:35:58','','',0,236,0,237,'','',0,1),(4887,1497,12,'','',258,'2017-11-16 18:06:50','','',0,258,0,261,'','',0,2),(4888,1498,13,'','',258,'2017-11-17 04:10:52','','',0,258,0,261,'','',0,2),(4889,1499,12,'','',258,'2017-11-17 04:11:20','','',0,258,0,260,'','',0,2),(4890,1503,12,'','',258,'2017-11-17 09:47:12','','',0,258,0,261,'','',0,2),(4891,1504,12,'','',258,'2017-11-17 09:48:19','','',0,258,0,260,'','',0,2),(4892,1499,13,'','',260,'2017-11-17 09:52:12','','',0,260,0,261,'','',0,2),(4893,1482,4,'Test ','',258,'2017-11-17 10:06:09','11-21-2017 10:05:47','',0,0,0,0,'77.3900076524734','28.6105580796266',0,2),(4894,1482,7,'test','',258,'2017-11-17 10:53:09','11-17-2017 10:53:00','',2,0,0,0,'','',0,2),(4895,1479,7,'Test ','',258,'2017-11-17 10:54:20','11-17-2017 11:54:02','',0,0,0,0,'','',0,2),(4896,1479,7,'Test ','',258,'2017-11-17 10:54:25','11-17-2017 11:54:02','',0,0,0,0,'','',0,2),(4897,1479,7,'Test ','',258,'2017-11-17 10:55:16','11-18-2017 11:54:43','',0,0,0,0,'','',0,2),(4898,1479,7,'Test ','',258,'2017-11-17 10:55:18','11-18-2017 11:54:43','',0,0,0,0,'','',0,2),(4900,3689,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4901,3690,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4902,3691,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4903,3692,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4904,3693,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4905,3694,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4906,3695,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4907,3696,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4908,3697,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4909,3698,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4910,3699,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4911,3700,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4912,3701,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4913,3702,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4914,3703,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4915,3704,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4916,3705,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4917,3706,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4918,3707,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4919,3708,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4920,3709,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4921,3710,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4922,3711,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4923,3712,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4924,3713,1,'','',252,'2017-11-17 11:58:44','','',0,252,0,254,'','',0,2),(4925,3689,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4926,3690,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4927,3691,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4928,3692,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4929,3693,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4930,3694,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4931,3695,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4932,3696,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4933,3697,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4934,3698,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4935,3699,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4936,3700,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4937,3701,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4938,3702,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4939,3703,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4940,3704,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4941,3705,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4942,3706,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4943,3707,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4944,3708,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4945,3709,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4946,3710,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4947,3711,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4948,3712,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4949,3713,1,'','',254,'2017-11-17 12:01:51','','',0,254,0,254,'','',0,2),(4950,3713,2,'1711AA0082','18',254,'2017-11-17 12:02:31','0','',0,0,0,0,'','',0,2),(4951,3713,6,'','',254,'2017-11-17 06:32:55','','',0,254,0,258,'','',0,2),(4952,3713,12,'','',261,'2017-11-17 12:43:13','','',0,261,0,258,'','',0,2),(4953,1505,12,'','',261,'2017-11-17 12:43:13','','',0,261,0,258,'','',0,2),(4979,1479,11,'t','18',258,'2017-11-17 13:11:01','2017-11-17 07:41:01','',0,0,0,0,'','',0,2),(5043,3714,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5044,3715,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5045,3716,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5046,3717,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5047,3718,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5048,3719,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5049,3720,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5050,3721,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5051,3722,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5052,3723,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5053,3724,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5054,3725,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5055,3726,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5056,3727,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5057,3728,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5058,3729,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5059,3730,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5060,3731,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5061,3732,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5062,3733,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5063,3734,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5064,3735,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5065,3736,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5066,3737,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5067,3738,1,'','',252,'2017-11-17 14:24:59','','',0,252,0,252,'','',0,2),(5068,1529,6,'','',252,'2017-11-17 08:55:13','','',0,252,0,258,'','',0,2),(5069,1483,4,'GfSh\n','',258,'2017-11-17 15:22:30','02-18-2018 02:17:00','',0,0,0,0,'77.3899930436885','28.6104375450207',0,2),(5070,1483,4,'GfSh\n','',258,'2017-11-17 15:22:34','02-18-2018 02:17:00','',0,0,0,0,'77.3900219612544','28.6104469746618',0,2),(5071,1482,4,'gfh','',258,'2017-11-17 15:23:22','11-25-2017 4:23:00','',0,0,0,0,'77.3900683','28.6102183',0,2),(5072,1483,4,'GfSh\n','',258,'2017-11-17 15:24:10','11-18-2017 03:17:00','',0,0,0,0,'77.389835799185','28.6105626449255',0,2),(5073,1483,4,'Ok\n','',258,'2017-11-17 15:24:27','11-18-2017 03:17:00','',0,0,0,0,'77.3898190353787','28.6105273152037',0,2),(5074,1483,4,'Ggn','',258,'2017-11-17 15:25:19','11-19-2017 03:25:20','',0,0,0,0,'77.3901430066153','28.6105183679863',0,2),(5075,1483,4,'Gig','',258,'2017-11-17 15:25:47','11-27-2017 03:25:46','',0,0,0,0,'77.3896988388872','28.6105205258621',0,2),(5076,1483,4,'Gig','',258,'2017-11-17 15:25:50','11-27-2017 03:25:46','',0,0,0,0,'77.3896988388872','28.6105205258621',0,2),(5077,1482,8,'hfh','',258,'2017-11-17 15:27:35','','',0,0,0,0,'77.3905862493948','28.6106028748888',0,2),(5078,1482,8,'hug','',258,'2017-11-17 15:28:37','','',0,0,0,0,'77.3897607811516','28.610381595817',0,2),(5079,1482,8,'hug','',258,'2017-11-17 15:28:39','','',0,0,0,0,'77.3900537286675','28.6105227470664',0,2),(5080,1482,7,'Gigs\n','',258,'2017-11-17 15:32:11','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5081,1482,7,'Gigs\n','',258,'2017-11-17 15:32:15','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5082,1482,7,'Gigs\n','',258,'2017-11-17 15:32:15','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5083,1482,7,'Gigs\n','',258,'2017-11-17 15:32:15','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5084,1482,7,'Gigs\n','',258,'2017-11-17 15:32:15','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5085,1482,7,'Gigs\n','',258,'2017-11-17 15:32:15','11-25-2017 03:30:07','',0,0,0,0,'','',0,2),(5086,1527,2,'fggh','18',252,'2017-11-17 15:35:32','0','',0,0,0,0,'','',0,2),(5087,3716,2,'hiyhfd','18',252,'2017-11-17 15:35:56','0','',0,0,0,0,'','',0,2),(5088,3718,2,'bhgjhu','18',252,'2017-11-17 15:37:09','0','',0,0,0,0,'','',0,2),(5089,1527,6,'','',252,'2017-11-17 10:08:01','','',0,252,0,259,'','',0,2),(5090,3716,6,'','',252,'2017-11-17 10:08:01','','',0,252,0,259,'','',0,2),(5091,3718,6,'','',252,'2017-11-17 10:08:01','','',0,252,0,259,'','',0,2),(5092,3719,2,'web','18',252,'2017-11-17 15:42:07','0','',0,0,0,0,'','',0,2),(5093,3715,2,'jkn','18',252,'2017-11-17 15:42:31','0','',0,0,0,0,'','',0,2),(5094,3721,2,'jjj','18',252,'2017-11-17 15:42:53','0','',0,0,0,0,'','',0,2),(5095,3722,2,'gjmh','18',252,'2017-11-17 15:43:57','0','',0,0,0,0,'','',0,2),(5096,3715,6,'','',252,'2017-11-17 10:14:16','','',0,252,0,258,'','',0,2),(5097,3719,6,'','',252,'2017-11-17 10:14:16','','',0,252,0,258,'','',0,2),(5098,3721,6,'','',252,'2017-11-17 10:14:16','','',0,252,0,258,'','',0,2),(5099,3722,6,'','',252,'2017-11-17 10:14:16','','',0,252,0,258,'','',0,2),(5100,1529,12,'','',261,'2017-11-17 15:52:52','','',0,261,0,258,'','',0,2),(5101,1529,12,'','',261,'2017-11-17 15:53:16','','',0,261,0,258,'','',0,2),(5102,3715,12,'','',261,'2017-11-17 15:54:31','','',0,261,0,258,'','',0,2),(5103,3719,13,'','',258,'2017-11-17 15:57:01','','',0,258,0,258,'','',0,2),(5104,3715,12,'','',261,'2017-11-17 15:57:30','','',0,261,0,258,'','',0,2),(5105,3721,12,'','',261,'2017-11-17 15:57:30','','',0,261,0,258,'','',0,2),(5106,3722,12,'','',261,'2017-11-17 16:01:04','','',0,261,0,258,'','',0,2),(5107,3723,2,'Select','18',252,'2017-11-17 16:05:09','0','',0,0,0,0,'','',0,2),(5108,3724,2,'Select ','18',252,'2017-11-17 16:05:26','0','',0,0,0,0,'','',0,2),(5109,3725,2,'Interested','18',252,'2017-11-17 16:05:47','0','',0,0,0,0,'','',0,2),(5110,3720,2,'Web','18',252,'2017-11-17 16:06:00','0','',0,0,0,0,'','',0,2),(5111,3717,2,'Office','18',252,'2017-11-17 16:06:13','0','',0,0,0,0,'','',0,2),(5112,3717,6,'','',252,'2017-11-17 10:36:29','','',0,252,0,258,'','',0,2),(5113,3720,6,'','',252,'2017-11-17 10:36:29','','',0,252,0,258,'','',0,2),(5114,3723,6,'','',252,'2017-11-17 10:36:29','','',0,252,0,258,'','',0,2),(5115,3724,6,'','',252,'2017-11-17 10:36:29','','',0,252,0,258,'','',0,2),(5116,3725,6,'','',252,'2017-11-17 10:36:29','','',0,252,0,258,'','',0,2),(5117,3728,2,'Action','18',252,'2017-11-17 16:07:02','0','',0,0,0,0,'','',0,2),(5118,3729,2,'dn,nm dx','18',252,'2017-11-17 16:07:17','0','',0,0,0,0,'','',0,2),(5119,3730,2,'Remaark','18',252,'2017-11-17 16:07:31','0','',0,0,0,0,'','',0,2),(5120,3717,12,'','',261,'2017-11-17 16:07:42','','',0,261,0,258,'','',0,2),(5121,3731,2,'Website','18',252,'2017-11-17 16:07:43','0','',0,0,0,0,'','',0,2),(5122,3727,2,'Website','18',252,'2017-11-17 16:08:01','0','',0,0,0,0,'','',0,2),(5123,3732,2,'Web','18',252,'2017-11-17 16:08:16','0','',0,0,0,0,'','',0,2),(5124,3727,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5125,3728,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5126,3729,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5127,3730,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5128,3731,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5129,3732,6,'','',252,'2017-11-17 10:38:30','','',0,252,0,258,'','',0,2),(5130,3717,13,'','',258,'2017-11-17 16:24:14','','',0,258,0,258,'','',0,2),(5131,3720,12,'','',261,'2017-11-17 16:29:16','','',0,261,0,258,'','',0,2),(5132,3723,12,'','',261,'2017-11-17 16:33:25','','',0,261,0,258,'','',0,2),(5133,3723,12,'','',261,'2017-11-17 16:37:58','','',0,261,0,258,'','',0,2),(5134,3730,12,'','',261,'2017-11-17 16:37:58','','',0,261,0,258,'','',0,2),(5135,3732,12,'','',261,'2017-11-17 16:45:43','','',0,261,0,258,'','',0,2),(5136,3724,12,'','',258,'2017-11-17 17:02:06','','',0,258,0,261,'','',0,2),(5137,3854,1,'','',326,'2017-11-17 17:03:19','','',0,326,0,327,'','',0,15),(5138,3855,1,'','',326,'2017-11-17 17:03:19','','',0,326,0,327,'','',0,15),(5139,3856,1,'','',326,'2017-11-17 17:03:19','','',0,326,0,327,'','',0,15),(5140,3857,1,'','',326,'2017-11-17 17:03:19','','',0,326,0,327,'','',0,15),(5141,3858,1,'','',326,'2017-11-17 17:03:19','','',0,326,0,327,'','',0,15),(5142,3859,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5143,3860,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5144,3861,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5145,3862,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5146,3863,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5147,3864,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5148,3865,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5149,3866,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5150,3867,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5151,3868,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5152,3869,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5153,3870,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5154,3871,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5155,3872,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5156,3873,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5157,3874,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5158,3875,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5159,3876,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5160,3877,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5161,3878,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5162,3879,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5163,3880,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5164,3881,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5165,3882,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5166,3883,1,'','',326,'2017-11-17 17:04:17','','',0,326,0,328,'','',0,15),(5167,3884,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5168,3885,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5169,3886,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5170,3887,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5171,3888,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5172,3889,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5173,3890,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5174,3891,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5175,3892,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5176,3893,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5177,3894,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5178,3895,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5179,3896,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5180,3897,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5181,3898,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5182,3899,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5183,3900,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5184,3901,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5185,3902,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5186,3903,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5187,3904,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5188,3905,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5189,3906,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5190,3907,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5191,3908,1,'','',326,'2017-11-17 17:04:53','','',0,326,0,328,'','',0,15),(5192,3909,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5193,3910,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5194,3911,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5195,3912,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5196,3913,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5197,3914,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5198,3915,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5199,3916,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5200,3917,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5201,3918,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5202,3919,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5203,3920,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5204,3921,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5205,3922,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5206,3923,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5207,3924,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5208,3925,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5209,3926,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5210,3927,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5211,3928,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5212,3929,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5213,3930,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5214,3931,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5215,3932,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5216,3933,1,'','',326,'2017-11-17 17:05:35','','',0,326,0,329,'','',0,15),(5217,3934,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5218,3935,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5219,3936,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5220,3937,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5221,3938,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5222,3939,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5223,3940,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5224,3941,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5225,3942,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5226,3943,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5227,3944,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5228,3945,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5229,3946,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5230,3947,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5231,3948,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5232,3949,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5233,3950,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5234,3951,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5235,3952,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5236,3953,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5237,3954,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5238,3955,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5239,3956,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5240,3957,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5241,3958,1,'','',326,'2017-11-17 17:06:06','','',0,326,0,330,'','',0,15),(5242,3959,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5243,3960,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5244,3961,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5245,3962,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5246,3963,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5247,3964,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5248,3965,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5249,3966,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5250,3967,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5251,3968,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5252,3969,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5253,3970,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5254,3971,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5255,3972,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5256,3973,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5257,3974,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5258,3975,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5259,3976,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5260,3977,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5261,3978,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5262,3979,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5263,3980,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5264,3981,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5265,3982,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5266,3983,1,'','',326,'2017-11-17 17:06:34','','',0,326,0,331,'','',0,15),(5267,3984,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5268,3985,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5269,3986,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5270,3987,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5271,3988,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5272,3989,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5273,3990,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5274,3991,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5275,3992,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5276,3993,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5277,3994,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5278,3995,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5279,3996,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5280,3997,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5281,3998,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5282,3999,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5283,4000,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5284,4001,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5285,4002,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5286,4003,1,'','',326,'2017-11-17 17:07:04','','',0,326,0,332,'','',0,15),(5287,3725,13,'','',258,'2017-11-17 17:13:07','','',0,258,0,258,'','',0,2),(5288,3725,13,'','',258,'2017-11-17 17:13:07','','',0,258,0,258,'','',0,2),(5289,3930,2,'fghfjgk','20',329,'2017-11-17 17:15:17','0','',0,0,0,0,'','',0,15),(5290,3931,4,'fghjkl','',329,'2017-11-17 17:15:45','08-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,15),(5291,3933,3,'cvb','0',329,'2017-11-17 17:16:09','0','',0,0,0,0,'','',0,15),(5292,3927,2,'dfghj','19',329,'2017-11-17 17:18:16','0','',0,0,0,0,'','',0,15),(5293,3932,2,'fgtyhjk','20',329,'2017-11-17 17:18:31','0','',0,0,0,0,'','',0,15),(5294,3928,2,'75','19',329,'2017-11-17 17:20:17','0','',0,0,0,0,'','',0,15),(5295,3727,13,'','',258,'2017-11-17 17:53:40','','',0,258,0,258,'','',0,2),(5296,3,13,'','',258,'2017-11-17 18:04:44','','',0,258,0,258,'','',0,2),(5297,3,13,'','',258,'2017-11-17 18:05:22','','',0,258,0,258,'','',0,2),(5298,3,13,'','',258,'2017-11-17 18:06:01','','',0,258,0,258,'','',0,2),(5299,3,13,'','',258,'2017-11-17 18:07:50','','',0,258,0,258,'','',0,2),(5300,3728,13,'','',258,'2017-11-17 18:08:39','','',0,258,0,258,'','',0,2),(5316,3722,12,'','',258,'2017-11-17 19:13:09','','',0,258,0,261,'','',0,2),(5317,3729,13,'','',258,'2017-11-17 13:54:13','','',0,258,0,261,'','',0,2),(5318,3731,12,'','',258,'2017-11-17 19:26:29','','',0,258,0,261,'','',0,2),(5319,1811,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5320,1812,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5321,1813,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5322,1814,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5323,1815,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5324,1816,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5325,1817,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5326,1818,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5327,1819,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5328,1820,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5329,1821,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5330,1822,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5331,1823,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5332,1824,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5333,1825,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5334,1826,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5335,1827,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5336,1828,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5337,1829,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5338,1830,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5339,1831,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5340,1832,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5341,1833,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5342,1834,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5343,1835,1,'','',131,'2017-11-18 11:56:18','','',0,131,0,132,'','',0,1),(5344,1811,5,'','',132,'2017-11-18 11:57:10','','',0,132,0,151,'','',0,1),(5345,1811,2,'testing','1',151,'2017-11-18 12:00:23','0','',0,0,0,0,'','',0,1),(5346,1811,5,'','',131,'2017-11-18 12:07:32','','',0,131,0,132,'','',0,1),(5347,3859,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5348,3860,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5349,3861,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5350,3862,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5351,3863,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5352,3864,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5353,3865,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5354,3866,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5355,3867,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5356,3868,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5357,3869,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5358,3870,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5359,3871,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5360,3872,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5361,3873,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5362,3874,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5363,3875,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5364,3876,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5365,3877,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5366,3878,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5367,3879,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5368,3880,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5369,3881,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5370,3882,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5371,3883,1,'','',328,'2017-11-20 10:35:26','','',0,328,0,331,'','',0,15),(5372,3859,2,'sdfghj','19',331,'2017-11-20 10:37:17','0','',0,0,0,0,'','',0,15),(5373,3959,2,'dfghjk','20',331,'2017-11-20 10:37:57','0','',0,0,0,0,'','',0,15),(5374,3859,6,'','',328,'2017-11-20 05:11:51','','',0,328,0,334,'','',0,15),(5375,3859,13,'','',334,'2017-11-20 10:43:01','','',0,334,0,337,'','',0,15),(5376,3712,2,'Web','18',254,'2017-11-20 12:34:40','0','',0,0,0,0,'','',0,2),(5377,3711,2,'Remark','18',254,'2017-11-20 12:34:59','0','',0,0,0,0,'','',0,2),(5378,3710,2,'Interested','18',254,'2017-11-20 12:35:15','0','',0,0,0,0,'','',0,2),(5379,3710,6,'','',254,'2017-11-20 07:05:35','','',0,254,0,258,'','',0,2),(5380,3739,1,'','',252,'2017-11-20 12:39:07','','',0,252,0,254,'','',0,2),(5381,3711,6,'','',254,'2017-11-20 07:12:32','','',0,254,0,260,'','',0,2),(5382,1483,4,'Test ','',258,'2017-11-20 14:18:22','11-22-2017 02:17:47','',0,0,0,0,'77.3896660656458','28.6102406960247',0,2),(5387,3710,12,'','',258,'2017-11-20 18:53:20','','',0,258,0,261,'','',0,2),(5391,3734,2,'Web','18',252,'2017-11-21 17:41:00','0','',0,0,0,0,'','',0,2),(5392,3735,2,'Remark','18',252,'2017-11-21 17:41:17','0','',0,0,0,0,'','',0,2),(5393,3736,2,'Web','18',252,'2017-11-21 17:41:33','0','',0,0,0,0,'','',0,2),(5394,3737,2,'Wbe','18',252,'2017-11-21 17:41:54','0','',0,0,0,0,'','',0,2),(5395,3712,6,'','',252,'2017-11-21 12:12:08','','',0,252,0,258,'','',0,2),(5396,3734,6,'','',252,'2017-11-21 12:12:08','','',0,252,0,258,'','',0,2),(5397,3735,6,'','',252,'2017-11-21 12:12:08','','',0,252,0,258,'','',0,2),(5398,3736,6,'','',252,'2017-11-21 12:12:08','','',0,252,0,258,'','',0,2),(5399,3737,6,'','',252,'2017-11-21 12:12:08','','',0,252,0,258,'','',0,2),(5401,4004,1,'','',242,'2017-11-21 17:58:01','','',0,242,0,244,'','',0,13),(5402,4005,1,'','',242,'2017-11-21 17:58:01','','',0,242,0,244,'','',0,13),(5403,4006,1,'','',242,'2017-11-21 17:58:01','','',0,242,0,244,'','',0,13),(5404,4004,1,'','',244,'2017-11-21 18:02:18','','',0,244,0,245,'','',0,13),(5405,4004,4,'call on 27 nov','',245,'2017-11-21 18:03:47','22-11-2017 - 18:05 ,Wednesday','',0,0,0,0,'','',0,13),(5406,4005,1,'','',244,'2017-11-21 18:03:58','','',0,244,0,246,'','',0,13),(5407,4006,1,'','',244,'2017-11-21 18:03:58','','',0,244,0,246,'','',0,13),(5408,4005,4,'Follow up on 22 Nov','',246,'2017-11-21 18:05:23','22-11-2017 - 18:30 ,Wednesday','',0,0,0,0,'','',0,13),(5409,4006,4,'Follow on 22 nov','',246,'2017-11-21 18:06:24','22-11-2017 - 23:30 ,Wednesday','',0,0,0,0,'','',0,13),(5410,3712,12,'','',258,'2017-11-22 10:45:03','','',0,258,0,258,'','',0,2),(5411,4007,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5412,4008,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5413,4009,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5414,4010,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5415,4011,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5416,4012,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5417,4013,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5418,4014,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5419,4015,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5420,4016,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5421,4017,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5422,4018,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5423,4019,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5424,4020,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5425,4021,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5426,4022,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5427,4023,1,'','',131,'2017-11-22 11:51:14','','',0,131,0,154,'','',0,1),(5428,4024,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5429,4025,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5430,4026,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5431,4027,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5432,4028,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5433,4029,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5434,4030,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5435,4031,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5436,4032,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5437,4033,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5438,4034,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5439,4035,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5440,4036,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5441,4037,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5442,4038,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5443,4039,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5444,4040,1,'','',131,'2017-11-22 11:52:02','','',0,131,0,154,'','',0,1),(5445,3318,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5446,4041,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5447,4042,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5448,4043,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5449,4044,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5450,4045,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5451,4046,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5452,4047,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5453,4048,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5454,4049,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5455,4050,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5456,4051,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5457,4052,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5458,4053,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5459,4054,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5460,4055,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5461,4056,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5462,4057,1,'','',131,'2017-11-22 11:54:25','','',0,131,0,154,'','',0,1),(5463,4076,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5464,4077,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5465,4078,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5466,4079,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5467,4080,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5468,4081,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5469,4082,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5470,4083,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5471,4084,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5472,4085,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5473,4086,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5474,4087,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5475,4088,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5476,4089,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5477,4090,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5478,4091,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5479,4092,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5480,4093,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5481,4094,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5482,4095,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5483,4096,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5484,4097,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5485,4098,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5486,4099,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5487,4100,1,'','',131,'2017-11-22 11:54:51','','',0,131,0,154,'','',0,1),(5488,4101,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5489,4102,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5490,4103,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5491,4104,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5492,4105,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5493,4106,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5494,4107,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5495,4108,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5496,4109,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5497,4110,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5498,4111,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5499,4112,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5500,4113,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5501,4114,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5502,4115,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5503,4116,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5504,4117,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5505,4118,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5506,4119,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5507,4120,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5508,4121,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5509,4122,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5510,4123,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5511,4124,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5512,4125,1,'','',131,'2017-11-22 11:55:18','','',0,131,0,154,'','',0,1),(5513,4126,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5514,4127,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5515,4128,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5516,4129,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5517,4130,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5518,4131,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5519,4132,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5520,4133,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5521,4134,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5522,4135,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5523,4136,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5524,4137,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5525,4138,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5526,4139,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5527,4140,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5528,4141,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5529,4142,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5530,4143,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5531,4144,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5532,4145,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5533,4146,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5534,4147,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5535,4148,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5536,4149,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5537,4150,1,'','',131,'2017-11-22 11:55:44','','',0,131,0,154,'','',0,1),(5538,4151,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5539,4152,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5540,4153,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5541,4154,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5542,4155,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5543,4156,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5544,4157,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5545,4158,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5546,4159,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5547,4160,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5548,4161,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5549,4162,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5550,4163,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5551,4164,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5552,4165,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5553,4166,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5554,4167,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5555,4168,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5556,4169,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5557,4170,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5558,4171,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5559,4172,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5560,4173,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5561,4174,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5562,4175,1,'','',131,'2017-11-22 11:56:02','','',0,131,0,154,'','',0,1),(5563,4176,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5564,4177,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5565,4178,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5566,4179,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5567,4180,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5568,4181,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5569,4182,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5570,4183,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5571,4184,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5572,4185,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5573,4186,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5574,4187,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5575,4188,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5576,4189,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5577,4190,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5578,4191,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5579,4192,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5580,4193,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5581,4194,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5582,4195,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5583,4196,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5584,4197,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5585,4198,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5586,4199,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5587,4200,1,'','',131,'2017-11-22 11:56:28','','',0,131,0,154,'','',0,1),(5588,4201,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5589,4202,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5590,4203,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5591,4204,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5592,4205,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5593,4206,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5594,4207,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5595,4208,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5596,4209,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5597,4210,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5598,4211,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5599,4212,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5600,4213,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5601,4214,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5602,4215,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5603,4216,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5604,4217,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5605,4218,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5606,4219,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5607,4220,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5608,4221,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5609,4222,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5610,4223,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5611,4224,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5612,4225,1,'','',131,'2017-11-22 11:56:43','','',0,131,0,154,'','',0,1),(5613,4226,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5614,4227,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5615,4228,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5616,4229,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5617,4230,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5618,4231,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5619,4232,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5620,4233,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5621,4234,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5622,4235,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5623,4236,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5624,4237,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5625,4238,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5626,4239,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5627,4240,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5628,4241,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5629,4242,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5630,4243,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5631,4244,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5632,4245,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5633,4246,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5634,4247,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5635,4248,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5636,4249,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5637,4250,1,'','',131,'2017-11-22 11:57:02','','',0,131,0,154,'','',0,1),(5638,4251,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5639,4252,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5640,4253,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5641,4254,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5642,4255,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5643,4256,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5644,4257,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5645,4258,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5646,4259,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5647,4260,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5648,4261,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5649,4262,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5650,4263,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5651,4264,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5652,4265,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5653,4266,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5654,4267,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5655,4268,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5656,4269,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5657,4270,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5658,4271,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5659,4272,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5660,4273,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5661,4274,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5662,4275,1,'','',131,'2017-11-22 11:57:17','','',0,131,0,154,'','',0,1),(5663,4276,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5664,4277,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5665,4278,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5666,4279,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5667,4280,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5668,4281,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5669,4282,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5670,4283,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5671,4284,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5672,4285,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5673,4286,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5674,4287,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5675,4288,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5676,4289,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5677,4290,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5678,4291,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5679,4292,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5680,4293,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5681,4294,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5682,4295,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5683,4296,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5684,4297,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5685,4298,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5686,4299,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5687,4300,1,'','',131,'2017-11-22 11:57:32','','',0,131,0,154,'','',0,1),(5688,4301,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5689,4302,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5690,4303,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5691,4304,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5692,4305,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5693,4306,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5694,4307,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5695,4308,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5696,4309,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5697,4310,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5698,4311,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5699,4312,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5700,4313,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5701,4314,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5702,4315,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5703,4316,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5704,4317,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5705,4318,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5706,4319,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5707,4320,1,'','',131,'2017-11-22 11:57:46','','',0,131,0,154,'','',0,1),(5708,4058,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5709,4059,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5710,4060,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5711,4061,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5712,4062,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5713,4063,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5714,4064,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5715,4065,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5716,4066,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5717,4067,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5718,4068,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5719,4069,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5720,4070,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5721,4071,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5722,4072,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5723,4073,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5724,4074,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5725,4075,1,'','',131,'2017-11-22 11:58:23','','',0,131,0,154,'','',0,1),(5726,4007,4,'he is intrested for devika gold homz, 876 sqft.( 15-nov)// he is purchase property devika gold homz. \r','',154,'2017-11-22 12:00:57','15-11-2017 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(5727,4008,4,'he want 2 bhk ready to move  below 10th floor , budget 32 lac .\r','',154,'2017-11-22 12:02:43','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5728,4009,4,'he is intretsed for mahagun my woods, 960 sqft, \r','',154,'2017-11-22 12:03:18','19-11-2017 - 14:30 ,Sunday','',0,0,0,0,'','',0,1),(5729,4010,4,'he is coming site visit tomm @ Sunday // he is coming site visit Sunday \r','',154,'2017-11-22 12:03:54','19-11-2017 - 13:30 ,Sunday','',0,0,0,0,'','',0,1),(5730,4011,4,'he is coming site visit Saturday \r','',154,'2017-11-22 12:04:26','18-11-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(5731,4012,4,'Please call me Sunday.\r','',154,'2017-11-22 12:04:50','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5732,4013,4,'he want 1 bhk ready to move , budget 15 lac\r','',154,'2017-11-22 12:05:36','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5733,4014,8,'call not picked \r','0',154,'2017-11-22 12:05:59','0','',0,0,0,0,'','',0,1),(5734,4015,4,'site visit done, Divyansh floora, galaxy na-ii, he is intrested for galaxy nai-ii, 1070 sqft\r','',154,'2017-11-22 12:06:25','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5735,4016,4,'meeting done , please give me some time discuss with other person.\r','',154,'2017-11-22 12:06:56','20-11-2017 - 13:30 ,Monday','',0,0,0,0,'','',0,1),(5736,4018,4,'site visit done, galaxy na-ii, 920 sqft.\r','',154,'2017-11-22 12:07:24','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(5737,4040,4,'out of service//not reachable\r','',154,'2017-11-22 12:12:02','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5738,4041,4,'near by metro ,xpressway ,5-10,2bhk,2+s,budget 55lac ,\r','',154,'2017-11-22 12:12:56','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5739,4042,8,'not reach //notrech \r','0',154,'2017-11-22 12:13:15','0','',0,0,0,0,'','',0,1),(5740,4043,4,'call back 18th or 19th nov right now busy \r','',154,'2017-11-22 12:13:40','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5741,4044,8,'out of coverage aera\r','0',154,'2017-11-22 12:14:10','0','',0,0,0,0,'','',0,1),(5742,4045,8,'not respond \r','0',154,'2017-11-22 12:14:29','0','',0,0,0,0,'','',0,1),(5743,4046,8,'not reach //notrech \r','0',154,'2017-11-22 12:15:25','0','',0,0,0,0,'','',0,1),(5744,3738,2,'App','18',252,'2017-11-22 12:16:55','0','',0,0,0,0,'','',0,2),(5745,3733,2,'App','18',252,'2017-11-22 12:17:07','0','',0,0,0,0,'','',0,2),(5746,3726,2,'APP','18',252,'2017-11-22 12:17:34','0','',0,0,0,0,'','',0,2),(5747,3714,2,'ERP','18',252,'2017-11-22 12:17:57','0','',0,0,0,0,'','',0,2),(5748,1526,2,'Weeb','18',252,'2017-11-22 12:18:10','0','',0,0,0,0,'','',0,2),(5749,1526,6,'','',252,'2017-11-22 06:48:29','','',0,252,0,258,'','',0,2),(5750,3714,6,'','',252,'2017-11-22 06:48:29','','',0,252,0,258,'','',0,2),(5751,3726,6,'','',252,'2017-11-22 06:48:29','','',0,252,0,258,'','',0,2),(5752,3733,6,'','',252,'2017-11-22 06:48:29','','',0,252,0,258,'','',0,2),(5753,3738,6,'','',252,'2017-11-22 06:48:29','','',0,252,0,258,'','',0,2),(5754,1526,12,'','',258,'2017-11-22 12:23:34','','',0,258,0,258,'','',0,2),(5755,4047,8,'not reponding \r','0',154,'2017-11-22 12:23:48','0','',0,0,0,0,'','',0,1),(5756,4048,8,'call not pic \r','0',154,'2017-11-22 12:24:06','0','',0,0,0,0,'','',0,1),(5757,4049,8,'not pic \r','0',154,'2017-11-22 12:24:24','0','',0,0,0,0,'','',0,1),(5758,4050,8,'not reach //notrech \r','0',154,'2017-11-22 12:24:41','0','',0,0,0,0,'','',0,1),(5759,4051,4,'Nirala state 1335sqft road facing flor pref 10 to 12 budget 45lacks also pitched divyansh he is interested to visit divyansh in this weekend.\r','',154,'2017-11-22 12:25:19','19-11-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(5760,4052,8,'s.off\r','0',154,'2017-11-22 12:25:34','0','',0,0,0,0,'','',0,1),(5761,4053,8,'not pic\r','0',154,'2017-11-22 12:25:59','0','',0,0,0,0,'','',0,1),(5762,4054,3,'not interested \r','0',154,'2017-11-22 12:26:20','0','',0,0,0,0,'','',0,1),(5763,4055,4,'1090sqft in ,arden floor 7 to 14th,budget 40lac fresh and resale both \r','',154,'2017-11-22 12:26:51','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5764,4056,3,'cancel the program pahle search kr tha aab nhi lena \r','0',154,'2017-11-22 12:29:08','0','',0,0,0,0,'','',0,1),(5765,4057,8,'call not pic \r','0',154,'2017-11-22 12:30:12','0','',0,0,0,0,'','',0,1),(5766,4058,4,'call not pic,call after 30m //interested client but want mou in mail,done from my side kal evn me call kerna h 12th//meeting fixed for 15th nov 2:30pm at cyber city \r','',154,'2017-11-22 12:47:33','15-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(5767,4112,3,'site visit done in exotica and divyansh. Not interested in extension properties\r','0',154,'2017-11-22 12:49:27','0','',0,0,0,0,'','',0,1),(5768,4111,4,'visit done in arihnat arden and exotica. Int in exotica,1340sqft tower-1, builder hold her inventory\r','',154,'2017-11-22 12:50:13','21-11-2017 - 12:30 ,Tuesday','',0,0,0,0,'','',0,1),(5769,4113,4,'int in gaur saundaryam, was coming on 12th nov, but did\'nt come, follow up\r','',154,'2017-11-22 12:51:02','20-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(5770,4114,4,'int in arden, 935, 1035sqft follow up\r','',154,'2017-11-22 12:51:38','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5771,4115,8,'call not picking please re-schedule\r','0',154,'2017-11-22 12:51:59','0','',0,0,0,0,'','',0,1),(5772,4116,4,'int in gaur saundaryam, 1550sqft resale follow up\r','',154,'2017-11-22 12:52:31','21-11-2017 - 12:35 ,Tuesday','',0,0,0,0,'','',0,1),(5773,4117,4,'interested only in ace city, 1090sqft, 35-40lacs, call back in next week\r','',154,'2017-11-22 12:53:21','18-11-2017 - 12:05 ,Saturday','',0,0,0,0,'','',0,1),(5774,4119,8,'call not pick call back\r','0',154,'2017-11-22 13:00:10','0','',0,0,0,0,'','',0,1),(5775,4118,4,'interested only in ace city, 1090sqft, 35-40lacs, call back in next week\r','',154,'2017-11-22 13:00:36','18-11-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(5776,4121,4,'will meet today-15 nov\r','',154,'2017-11-22 13:01:02','15-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(5777,4122,3,'s off lead return\r','0',154,'2017-11-22 13:01:19','0','',0,0,0,0,'','',0,1),(5778,4160,8,'#N/A\r','0',154,'2017-11-22 13:02:08','0','',0,0,0,0,'','',0,1),(5779,4161,4,'discussed over the phone, he is intrested in commercial property\r','',154,'2017-11-22 13:02:37','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(5780,4162,3,'not elegible\r','0',154,'2017-11-22 13:02:51','0','',0,0,0,0,'','',0,1),(5781,3714,12,'','',258,'2017-11-22 13:19:19','','',0,258,0,258,'','',0,2),(5782,3714,5,'hgx','',258,'2017-11-22 13:37:48','','',0,258,0,260,'','',0,2),(5783,4163,3,'not intrested\r','0',154,'2017-11-22 15:09:05','0','',0,0,0,0,'','',0,1),(5784,4164,8,'not picking\r','0',154,'2017-11-22 15:09:20','0','',0,0,0,0,'','',0,1),(5785,4165,4,'he is searching property in central noida /RTM/25 lac\r','',154,'2017-11-22 15:09:43','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5786,4166,3,'he is looking property in dehradun-40-50 lac-residencial \r','0',154,'2017-11-22 15:10:03','0','',0,0,0,0,'','',0,1),(5787,4167,3,'looking property south delhi 35 lac\r','0',154,'2017-11-22 15:10:31','0','',0,0,0,0,'','',0,1),(5788,4271,4,'coming next week he will come to noida for site visit for capetown\r','',154,'2017-11-22 15:11:40','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5789,4272,4,'visit done in boulevard-1779, 18-1204, want sun facing flat @ 90 lakhs including TM or transfer_13-11-2017\r','',154,'2017-11-22 15:12:15','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5790,4273,4,'asked to call 8 pm or Saturday Sunday_13-11-2017\r','',154,'2017-11-22 15:12:51','13-11-2017 - 14:00 ,Monday','',0,0,0,0,'','',0,1),(5791,4274,4,'looking 2+study on expressway, want to see 3-4 options, on weekdays he can visit 10am else weekend_13-11-2017\r','',154,'2017-11-22 15:13:24','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5792,4275,4,'specific project, ecocity, upto 5th floor and paras tierea new possession flats, floor upto 5th, full white deal, will visit after unit confirmation, working in bank as a manager in 135 sector, also lotus zing front towers_13-11-2017, searching property f','',154,'2017-11-22 15:14:29','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5793,4276,8,'not ans_16/11/17\r','0',154,'2017-11-22 15:14:47','0','',0,0,0,0,'','',0,1),(5794,4277,4,'asked to call morning 11am, not answering in evening_16/11/17, expected site visit on 19-11-17 mywoods, 935 sq.ft, residing in delhi_\r','',154,'2017-11-22 15:15:33','19-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(5795,4278,4,'visit done on 2-oct in ajnara heritage-1230 14th floor, final visit on Saturday/Sunday, expected closure of deal_03-11-2017, revisit done on 5-11, grand ajnara 1230 same flat, may final deal on 6-11-17, he is out of town, will come on sunday, asked to cal','',154,'2017-11-22 15:16:15','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(5796,4279,4,'Looking 1317 sq.ft in elite homes @ 5300 including TM, deal not possible, mkt rate is 5700+, visit already with this client in ajnara grand and urban casa\r','',154,'2017-11-22 15:17:00','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(5797,4280,4,'not in capetown, hyde park, urban casa—wisteria, line disc\r','',154,'2017-11-22 15:17:35','18-11-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(5798,4281,4,'looking 3 bhk in wisteria-1385, grand ajnara or elite homes, expected visit on Saturday/Sunday\r','',154,'2017-11-22 15:18:04','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5799,4289,3,'Return To Telesales\r','0',154,'2017-11-22 15:18:39','0','',0,0,0,0,'','',0,1),(5800,4290,3,'Plan Postpone\r','0',154,'2017-11-22 15:19:00','0','',0,0,0,0,'','',0,1),(5801,4291,4,'Metng done, need some time to take call\r','',154,'2017-11-22 15:19:37','20-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(5802,4292,3,'Refuse for metng he try some other channels\r','0',154,'2017-11-22 15:19:59','0','',0,0,0,0,'','',0,1),(5803,4293,4,'His wife is not well will visit coming sat or sun\r','',154,'2017-11-22 15:20:36','19-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(5804,4294,8,'Not picking up call from the date of lead gen.\r','0',154,'2017-11-22 15:21:06','0','',0,0,0,0,'','',0,1),(5805,4295,8,'Not picking up call from the date of lead gen.\r','0',154,'2017-11-22 15:21:35','0','',0,0,0,0,'','',0,1),(5806,4296,4,'His Father Ashok Gupta will visit today he will call before visit\r','',154,'2017-11-22 15:22:13','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5807,4297,4,'Already had word with him he was planed visit but not picking up calls\r','',154,'2017-11-22 15:22:57','19-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(5808,4298,4,'Intrested in Central Noida 3 Project shown also in touch with Gopal Ji (Reliobrix)\r','',154,'2017-11-22 15:23:26','20-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(5809,4299,3,'repeat no','0',154,'2017-11-22 15:23:54','0','',0,0,0,0,'','',0,1),(5810,4300,3,'repeat','0',154,'2017-11-22 15:24:21','0','',0,0,0,0,'','',0,1),(5811,4301,4,'Metng done, need some time to take call\r','',154,'2017-11-22 15:24:50','21-11-2017 - 16:00 ,Tuesday','',0,0,0,0,'','',0,1),(5812,4302,4,'Will be visiting on coming Sat or Sun\r','',154,'2017-11-22 15:25:18','19-11-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(5813,4303,4,'He is not in town he will be back on coming wed i.e 22nd Nov\r','',154,'2017-11-22 15:25:38','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(5814,4304,4,'Visit done\r','',154,'2017-11-22 15:26:03','19-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(5815,4305,4,'Visit Done, Need exotica 1235 in 40 lacs \r','',154,'2017-11-22 15:26:30','20-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(5816,4306,4,'He will visit this Sat or Sun\r','',154,'2017-11-22 15:27:21','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5817,4307,4,'Shared project details with him, may plan his site visit on coming weekend\r','',154,'2017-11-22 15:28:02','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5818,4308,8,'Not Responding \r','0',154,'2017-11-22 15:28:36','0','',0,0,0,0,'','',0,1),(5819,4309,3,'Not Intrested \r','0',154,'2017-11-22 15:28:52','0','',0,0,0,0,'','',0,1),(5820,4310,4,'He has plan to visit last Sat or Sun but due to some reasones not able to come he may visit on coming Sat or Sun\r','',154,'2017-11-22 15:29:17','19-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(5821,4311,4,'Having budget of Rs.30lacs only may come on next week\r','',154,'2017-11-22 15:29:52','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(5822,4312,4,'Visit done yesterday 19th Nov, may come next week again\r','',154,'2017-11-22 15:30:19','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(5823,3726,12,'','',258,'2017-11-22 17:36:11','','',0,258,0,261,'','',0,2),(5824,3726,12,'','',258,'2017-11-22 17:36:32','','',0,258,0,261,'','',0,2),(5825,3726,4,'bgdf','',261,'2017-11-22 17:37:43','11-23-2017 17:37:00','',0,0,0,0,'77.3898867','28.610365',0,2),(5826,3726,5,'ghkg','',258,'2017-11-22 17:38:00','','',0,258,0,258,'','',0,2),(5827,3726,5,'Fulham','',258,'2017-11-22 17:38:07','','',0,258,0,258,'','',0,2),(5828,3726,5,'Fulham','',258,'2017-11-22 17:38:09','','',0,258,0,258,'','',0,2),(5829,1504,12,'','',260,'2017-11-22 17:43:42','','',0,260,0,261,'','',0,2),(5830,1504,12,'','',260,'2017-11-22 17:44:06','','',0,260,0,261,'','',0,2),(5831,3711,13,'','',260,'2017-11-22 17:44:21','','',0,260,0,260,'','',0,2),(5832,1504,13,'','',260,'2017-11-22 17:44:27','','',0,260,0,260,'','',0,2),(5833,1526,12,'','',258,'2017-11-22 17:48:44','','',0,258,0,258,'','',0,2),(5834,1526,12,'','',258,'2017-11-22 17:49:28','','',0,258,0,258,'','',0,2),(5835,3733,12,'','',258,'2017-11-22 17:49:49','','',0,258,0,258,'','',0,2),(5836,3733,12,'','',258,'2017-11-22 17:49:54','','',0,258,0,260,'','',0,2),(5837,3733,12,'','',258,'2017-11-22 17:49:56','','',0,258,0,261,'','',0,2),(5838,3733,12,'','',258,'2017-11-22 17:49:58','','',0,258,0,259,'','',0,2),(5839,3733,12,'','',258,'2017-11-22 17:50:00','','',0,258,0,258,'','',0,2),(5840,3733,12,'','',258,'2017-11-22 17:51:20','','',0,258,0,260,'','',0,2),(5841,3734,12,'','',258,'2017-11-22 17:51:33','','',0,258,0,260,'','',0,2),(5842,3735,12,'','',258,'2017-11-22 12:23:24','','',0,258,0,260,'','',0,2),(5843,3735,12,'','',258,'2017-11-22 17:54:08','','',0,258,0,260,'','',0,2),(5847,3736,12,'','',258,'2017-11-22 18:08:14','','',0,258,0,260,'','',0,2),(5848,3737,12,'','',258,'2017-11-22 18:13:30','','',0,258,0,260,'','',0,2),(5849,3737,12,'','',258,'2017-11-22 18:13:35','','',0,258,0,258,'','',0,2),(5850,3737,12,'','',258,'2017-11-22 18:13:41','','',0,258,0,258,'','',0,2),(5851,3738,12,'','',258,'2017-11-23 10:20:33','','',0,258,0,258,'','',0,2),(5852,3709,2,'Web','18',254,'2017-11-23 10:23:25','0','',0,0,0,0,'','',0,2),(5853,3708,2,'App','18',254,'2017-11-23 10:23:44','0','',0,0,0,0,'','',0,2),(5854,3708,6,'','',254,'2017-11-23 04:54:02','','',0,254,0,258,'','',0,2),(5855,3709,6,'','',254,'2017-11-23 04:54:02','','',0,254,0,258,'','',0,2),(5856,3707,2,'Web','18',254,'2017-11-23 10:25:15','0','',0,0,0,0,'','',0,2),(5857,3708,12,'','',258,'2017-11-23 10:25:27','','',0,258,0,260,'','',0,2),(5858,3706,2,'App','18',254,'2017-11-23 10:25:41','0','',0,0,0,0,'','',0,2),(5859,3705,2,'App','18',254,'2017-11-23 10:25:53','0','',0,0,0,0,'','',0,2),(5860,3704,2,'Web','18',254,'2017-11-23 10:26:08','0','',0,0,0,0,'','',0,2),(5861,3703,2,'Demo','18',254,'2017-11-23 10:26:21','0','',0,0,0,0,'','',0,2),(5862,3702,2,'Website','18',254,'2017-11-23 10:26:36','0','',0,0,0,0,'','',0,2),(5863,3700,2,'Web','18',254,'2017-11-23 10:26:48','0','',0,0,0,0,'','',0,2),(5864,3701,2,'Web','18',254,'2017-11-23 10:27:03','0','',0,0,0,0,'','',0,2),(5865,3700,6,'','',254,'2017-11-23 04:57:19','','',0,254,0,258,'','',0,2),(5866,3701,6,'','',254,'2017-11-23 04:57:19','','',0,254,0,258,'','',0,2),(5867,3702,6,'','',254,'2017-11-23 04:57:19','','',0,254,0,258,'','',0,2),(5868,3703,6,'','',254,'2017-11-23 04:57:20','','',0,254,0,258,'','',0,2),(5869,3704,6,'','',254,'2017-11-23 04:57:20','','',0,254,0,258,'','',0,2),(5870,3705,6,'','',254,'2017-11-23 04:57:20','','',0,254,0,258,'','',0,2),(5871,3706,6,'','',254,'2017-11-23 04:57:20','','',0,254,0,258,'','',0,2),(5872,3707,6,'','',254,'2017-11-23 04:57:20','','',0,254,0,258,'','',0,2),(5873,3699,2,'Web','18',254,'2017-11-23 10:30:03','0','',0,0,0,0,'','',0,2),(5874,3699,6,'','',254,'2017-11-23 05:00:28','','',0,254,0,260,'','',0,2),(5875,3699,12,'','',260,'2017-11-23 10:30:39','','',0,260,0,261,'','',0,2),(5876,3699,12,'','',260,'2017-11-23 10:31:39','','',0,260,0,261,'','',0,2),(5877,3699,12,'','',260,'2017-11-23 10:31:54','','',0,260,0,261,'','',0,2),(5878,3699,13,'','',260,'2017-11-23 10:32:04','','',0,260,0,260,'','',0,2),(5879,3699,12,'','',260,'2017-11-23 10:32:12','','',0,260,0,261,'','',0,2),(5880,3700,12,'','',258,'2017-11-23 10:32:33','','',0,258,0,260,'','',0,2),(5881,3698,2,'Mob App','18',254,'2017-11-23 10:33:53','0','',0,0,0,0,'','',0,2),(5882,3697,2,'Web','18',254,'2017-11-23 10:34:11','0','',0,0,0,0,'','',0,2),(5883,3696,2,'Assigned','18',254,'2017-11-23 10:34:26','0','',0,0,0,0,'','',0,2),(5884,3701,12,'','',258,'2017-11-23 10:34:29','','',0,258,0,260,'','',0,2),(5885,3696,6,'','',254,'2017-11-23 05:04:44','','',0,254,0,258,'','',0,2),(5886,3697,6,'','',254,'2017-11-23 05:04:44','','',0,254,0,258,'','',0,2),(5887,3698,6,'','',254,'2017-11-23 05:04:44','','',0,254,0,258,'','',0,2),(5888,3696,12,'','',258,'2017-11-23 05:07:10','','',0,258,0,260,'','',0,2),(5889,3697,13,'','',258,'2017-11-23 05:08:13','','',0,258,0,261,'','',0,2),(5890,3699,13,'','',260,'2017-11-23 05:09:56','','',0,260,0,261,'','',0,2),(5891,3709,12,'','',258,'2017-11-23 05:12:03','','',0,258,0,260,'','',0,2),(5892,3707,12,'','',258,'2017-11-23 05:16:38','','',0,258,0,260,'','',0,2),(5893,3736,13,'','',260,'2017-11-23 05:45:40','','',0,260,0,260,'','',0,2),(5894,3736,13,'','',260,'2017-11-23 05:46:10','','',0,260,0,260,'','',0,2),(5895,3736,13,'','',260,'2017-11-23 05:46:18','','',0,260,0,260,'','',0,2),(5896,3706,12,'','',258,'2017-11-23 05:49:05','','',0,258,0,260,'','',0,2),(5897,3764,1,'','',253,'2017-11-23 13:04:47','','',0,253,0,253,'','',0,2),(5898,3764,2,'cv bfd','18',253,'2017-11-23 13:04:56','0','',0,0,0,0,'','',0,2),(5899,3764,6,'','',253,'2017-11-23 07:46:37','','',0,253,0,260,'','',0,2),(5900,3726,12,'','',258,'2017-11-23 07:47:32','','',0,258,0,260,'','',0,2),(5901,1526,12,'','',258,'2017-11-23 07:50:39','','',0,258,0,260,'','',0,2),(5902,1504,13,'','',260,'2017-11-23 07:51:58','','',0,260,0,261,'','',0,2),(5903,3696,13,'','',258,'2017-11-23 07:52:25','','',0,258,0,261,'','',0,2),(5904,3697,13,'','',258,'2017-11-23 13:30:04','','',0,258,0,260,'','',0,2),(5905,3698,13,'','',258,'2017-11-23 13:33:43','','',0,258,0,261,'','',0,2),(5906,3711,12,'','',260,'2017-11-23 13:36:42','','',0,260,0,261,'','',0,2),(5907,3698,5,'hfd','',258,'2017-11-23 13:38:49','','',0,258,0,258,'','',0,2),(5908,3696,5,'gds','',258,'2017-11-23 13:39:17','','',0,258,0,261,'','',0,2),(5909,3697,5,'fdh','',258,'2017-11-23 13:40:42','','',0,258,0,260,'','',0,2),(5910,3700,13,'','',258,'2017-11-23 13:56:33','','',0,258,0,260,'','',0,2),(5911,3714,12,'','',258,'2017-11-23 14:14:20','','',0,258,0,260,'','',0,2),(5912,3714,13,'','',260,'2017-11-23 14:19:45','','',0,260,0,260,'','',0,2),(5913,3764,13,'','',260,'2017-11-23 14:20:29','','',0,260,0,261,'','',0,2),(5914,3701,12,'','',258,'2017-11-23 09:17:52','','',0,258,0,260,'','',0,2),(5915,3702,12,'','',258,'2017-11-23 14:58:42','','',0,258,0,260,'','',0,2),(5916,3701,13,'','',260,'2017-11-23 09:32:29','','',0,260,0,261,'','',0,2),(5917,1526,13,'','',260,'2017-11-23 15:11:22','','',0,260,0,261,'','',0,2),(5918,3703,13,'','',258,'2017-11-23 09:44:51','','',0,258,0,261,'','',0,2),(5919,3712,13,'','',258,'2017-11-23 15:16:59','','',0,258,0,261,'','',0,2),(5920,3737,5,'','',260,'2017-11-23 15:20:14','','',0,260,0,260,'','',0,2),(5921,3704,13,'','',258,'2017-11-23 16:52:44','','',0,258,0,258,'','',0,2),(5922,1526,5,'test','',258,'2017-11-23 16:56:50','','',0,258,0,258,'','',0,2),(5923,1526,5,'test ','',258,'2017-11-23 17:21:32','','',0,258,0,258,'','',0,2),(5924,1526,5,'test ','',258,'2017-11-23 17:21:57','','',0,258,0,258,'','',0,2),(5925,1526,5,'test ','',260,'2017-11-23 17:26:12','','',0,260,0,258,'','',0,2),(5926,1526,5,'t','',258,'2017-11-23 17:43:22','','',0,258,0,258,'','',0,2),(5927,1526,5,'th','',258,'2017-11-23 17:49:56','','',0,258,0,258,'','',0,2),(5928,3710,13,'','',258,'2017-11-23 18:01:57','','',0,258,0,258,'','',0,2),(5929,1526,5,'t','',258,'2017-11-23 18:27:13','','',0,258,0,258,'','',0,2),(5930,4321,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5931,4322,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5932,4323,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5933,4324,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5934,4325,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5935,4326,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5936,4327,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5937,4328,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5938,4329,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5939,4330,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5940,4331,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5941,4332,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5942,4333,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5943,4334,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5944,4335,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5945,4336,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5946,4337,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5947,4338,1,'','',131,'2017-11-25 16:04:28','','',0,131,0,154,'','',0,1),(5948,4339,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5949,4340,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5950,4341,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5951,4342,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5952,4343,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5953,4344,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5954,4345,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5955,4346,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5956,4347,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5957,4348,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5958,4349,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5959,4350,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5960,4351,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5961,4352,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5962,4353,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5963,4354,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5964,4355,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5965,4356,1,'','',131,'2017-11-25 16:05:04','','',0,131,0,154,'','',0,1),(5966,4357,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5967,4358,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5968,4359,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5969,4360,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5970,4361,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5971,4362,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5972,4363,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5973,4364,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5974,4365,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5975,4366,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5976,4367,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5977,4368,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5978,4369,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5979,4370,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5980,4371,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5981,4372,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5982,4373,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5983,4374,1,'','',131,'2017-11-25 16:05:29','','',0,131,0,154,'','',0,1),(5984,4375,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5985,4376,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5986,4377,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5987,4378,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5988,4379,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5989,4380,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5990,4381,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5991,4382,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5992,4383,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5993,4384,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5994,4385,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5995,4386,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5996,4387,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5997,4388,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5998,4389,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(5999,4390,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(6000,4391,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(6001,4392,1,'','',131,'2017-11-25 16:08:55','','',0,131,0,154,'','',0,1),(6002,4393,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6003,4394,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6004,4395,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6005,4396,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6006,4397,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6007,4398,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6008,4399,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6009,4400,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6010,4401,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6011,4402,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6012,4403,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6013,4404,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6014,4405,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6015,4406,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6016,4407,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6017,4408,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6018,4409,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6019,4410,1,'','',131,'2017-11-25 16:09:22','','',0,131,0,154,'','',0,1),(6020,4411,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6021,4412,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6022,4413,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6023,4414,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6024,4415,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6025,4416,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6026,4417,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6027,4418,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6028,4419,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6029,4420,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6030,4421,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6031,4422,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6032,4423,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6033,4424,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6034,4425,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6035,4426,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6036,4427,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6037,4428,1,'','',131,'2017-11-25 16:09:49','','',0,131,0,154,'','',0,1),(6038,4429,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6039,4430,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6040,4431,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6041,4432,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6042,4433,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6043,4434,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6044,4435,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6045,4436,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6046,4437,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6047,4438,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6048,4439,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6049,4440,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6050,4441,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6051,4442,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6052,4443,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6053,4444,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6054,4445,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6055,4446,1,'','',131,'2017-11-25 16:10:12','','',0,131,0,154,'','',0,1),(6056,4447,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6057,4448,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6058,4449,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6059,4450,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6060,4451,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6061,4452,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6062,4453,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6063,4454,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6064,4455,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6065,4456,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6066,4457,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6067,4458,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6068,4459,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6069,4460,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6070,4461,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6071,4462,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6072,4463,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6073,4464,1,'','',131,'2017-11-25 16:10:35','','',0,131,0,154,'','',0,1),(6074,4465,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6075,4466,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6076,4467,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6077,4468,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6078,4469,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6079,4470,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6080,4471,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6081,4472,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6082,4473,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6083,4474,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6084,4475,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6085,4476,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6086,4477,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6087,4478,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6088,4479,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6089,4480,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6090,4481,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6091,4482,1,'','',131,'2017-11-25 16:11:06','','',0,131,0,154,'','',0,1),(6092,4483,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6093,4484,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6094,4485,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6095,4486,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6096,4487,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6097,4488,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6098,4489,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6099,4490,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6100,4491,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6101,4492,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6102,4493,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6103,4494,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6104,4495,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6105,4496,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6106,4497,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6107,4498,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6108,4499,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6109,4500,1,'','',131,'2017-11-25 16:11:28','','',0,131,0,154,'','',0,1),(6110,4501,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6111,4502,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6112,4503,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6113,4504,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6114,4505,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6115,4506,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6116,4507,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6117,4508,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6118,4509,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6119,4510,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6120,4511,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6121,4512,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6122,4513,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6123,4514,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6124,4515,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6125,4516,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6126,4517,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6127,4518,1,'','',131,'2017-11-25 16:11:52','','',0,131,0,154,'','',0,1),(6128,4519,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6129,4520,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6130,4521,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6131,4522,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6132,4523,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6133,4524,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6134,4525,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6135,4526,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6136,4527,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6137,4528,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6138,4529,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6139,4530,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6140,4531,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6141,4532,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6142,4533,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6143,4534,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6144,4535,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6145,4536,1,'','',131,'2017-11-25 16:12:17','','',0,131,0,154,'','',0,1),(6146,4537,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6147,4538,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6148,4539,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6149,4540,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6150,4541,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6151,4542,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6152,4543,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6153,4544,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6154,4545,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6155,4546,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6156,4547,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6157,4548,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6158,4549,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6159,4550,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6160,4551,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6161,4552,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6162,4553,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6163,4554,1,'','',131,'2017-11-25 16:12:40','','',0,131,0,154,'','',0,1),(6164,4555,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6165,4556,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6166,4557,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6167,4558,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6168,4559,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6169,4560,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6170,4561,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6171,4562,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6172,4563,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6173,4564,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6174,4565,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6175,4566,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6176,4567,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6177,4568,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6178,4569,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6179,4570,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6180,4571,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6181,4572,1,'','',131,'2017-11-25 16:13:05','','',0,131,0,154,'','',0,1),(6182,4573,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6183,4574,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6184,4575,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6185,4576,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6186,4577,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6187,4578,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6188,4579,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6189,4580,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6190,4581,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6191,4582,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6192,4583,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6193,4584,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6194,4585,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6195,4586,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6196,4587,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6197,4588,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6198,4589,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6199,4590,1,'','',131,'2017-11-25 16:13:30','','',0,131,0,154,'','',0,1),(6200,4591,1,'','',131,'2017-11-25 16:13:53','','',0,131,0,154,'','',0,1),(6201,4592,1,'','',131,'2017-11-25 16:13:53','','',0,131,0,154,'','',0,1),(6202,4593,1,'','',131,'2017-11-25 16:13:53','','',0,131,0,154,'','',0,1),(6203,4594,1,'','',131,'2017-11-25 16:13:53','','',0,131,0,154,'','',0,1),(6204,4321,4,'Coming on Sunday- 26th November\r','',154,'2017-11-25 17:43:01','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6205,4322,4,'Meeting Done on 22/11/17, Coming on site visit on Sunday, 26/11/17\r','',154,'2017-11-25 17:43:40','26-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(6206,4323,4,'Customer Merting on Monday - 27/11\r','',154,'2017-11-25 17:44:06','27-11-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6207,4324,4,'Galaxy 1250, needs on lower floor, folowing up with Resale Zone\r','',154,'2017-11-25 17:44:59','26-11-2017 - 14:05 ,Sunday','',0,0,0,0,'','',0,1),(6208,4325,3,'repeat','0',154,'2017-11-25 17:45:19','0','',0,0,0,0,'','',0,1),(6209,4348,4,'int in 1740sqft, resale saundrayam follow up\r','',154,'2017-11-25 17:46:16','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6210,4350,4,'visit in divyansh, 1015sqft will come with family on sunday\r','',154,'2017-11-25 17:47:15','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6211,1410,4,'searching for 1370sqft mywoods/unit not available from our side\r','',154,'2017-11-26 12:37:58','07-11-2017 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(6212,1760,3,'posponed the plan and already invested some where else\r','0',154,'2017-11-26 12:39:34','0','',0,0,0,0,'','',0,1),(6213,1761,8,'not pick/not pick\r','0',154,'2017-11-26 12:39:59','0','',0,0,0,0,'','',0,1),(6214,1762,3,'searching property in patel nagar delhi bud-20-30 lac\r','0',154,'2017-11-26 12:40:16','0','',0,0,0,0,'','',0,1),(6215,1763,3,'he is a dealer wants to sale his property which is in faridabad\r','0',154,'2017-11-26 12:40:41','0','',0,0,0,0,'','',0,1),(6216,1764,3,'not looking property\r','0',154,'2017-11-26 12:40:58','0','',0,0,0,0,'','',0,1),(6217,1765,3,'not looking property\r','0',154,'2017-11-26 12:41:20','0','',0,0,0,0,'','',0,1),(6218,1766,8,'bizi/not pick\r','0',154,'2017-11-26 12:41:44','0','',0,0,0,0,'','',0,1),(6219,1767,3,'not looking property\r','0',154,'2017-11-26 12:42:09','0','',0,0,0,0,'','',0,1),(6220,1768,3,'looking residencial property in navi mumbai-3500 pr sqft/-\r','0',154,'2017-11-26 12:42:26','0','',0,0,0,0,'','',0,1),(6221,1769,3,'already purchased in ghaziabad before 2weeks later\r','0',154,'2017-11-26 12:42:45','0','',0,0,0,0,'','',0,1),(6222,1771,4,'meeting done with the client ,will revert within this month\r','',154,'2017-11-26 12:43:19','12-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6223,1772,4,'jwell of noida already visited by self/right now required 1660sqft above floor where PLCs off\r','',154,'2017-11-26 12:44:21','16-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(6224,1773,4,'required 2units-1550/1930sqft,will visit on Tuesday/visited site of saundaryam 1930 sqft.\r','',154,'2017-11-26 12:45:01','14-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6225,1774,4,'interested for ace city,budget 50to 52 lacs,can come on Friday or weekends.\r','',154,'2017-11-26 12:46:06','20-11-2017 - 14:10 ,Monday','',0,0,0,0,'','',0,1),(6226,1775,3,'not interested\r','0',154,'2017-11-26 12:46:45','0','',0,0,0,0,'','',0,1),(6227,1795,3,'Not Intrested\r','0',154,'2017-11-26 12:47:28','0','',0,0,0,0,'','',0,1),(6228,1796,3,'Customer address not found, \r','0',154,'2017-11-26 12:47:47','0','',0,0,0,0,'','',0,1),(6229,1797,3,'Not Intrested\r','0',154,'2017-11-26 12:48:05','0','',0,0,0,0,'','',0,1),(6230,3589,4,'Customer Not picking calls// he is intretsed for chery county 891 sqft , park facing unit andt tower A4.\r','',154,'2017-11-26 12:49:55','14-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6231,3611,8,'not ans-10-11-2017, line disc-2 times-11-11-2017, not ans_15-11-2017\r','0',154,'2017-11-26 12:54:25','0','',0,0,0,0,'','',0,1),(6232,3612,4,'looking 1735 @ 90 lakhs including TM, price is 1.04 cr, also looking 1665 in grand ajnra @ 80 lakhs including tm-10-11-2017\r','',154,'2017-11-26 12:55:03','10-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6233,3613,3,'low budget customer, looking 1779 @ 80 LAKHS, mkt price 90 lakhs, already having a deal in aroma 1550 @ 70 lakhs-10-11-2017\r','0',154,'2017-11-26 12:55:43','0','',0,0,0,0,'','',0,1),(6234,3614,3,'Customer not willing to meet\r','0',154,'2017-11-26 12:56:12','0','',0,0,0,0,'','',0,1),(6235,3705,13,'','',258,'2017-11-27 09:52:35','','',0,258,0,261,'','',0,2),(6236,3710,8,'not ','',258,'2017-11-27 11:02:47','','',0,0,0,0,'','',0,2),(6237,3704,9,'test','',258,'2017-11-27 11:05:56','','',0,0,0,0,'77.3899586502897','28.6103731990071',0,2),(6238,3710,9,'test','',258,'2017-11-27 11:06:49','','',0,0,0,0,'77.3898483473837','28.610472854645',0,2),(6239,3710,11,'test','18',258,'2017-11-27 11:08:08','2017-11-27 05:38:08','',0,0,0,0,'','',0,2),(6240,3738,7,'test','',258,'2017-11-27 11:15:38','11-27-2017 1:20:00','',1,0,0,0,'77.3899339','28.6104883',0,2),(6241,3615,8,'he is call not picked ( 15-nov)// call not picked \r','0',154,'2017-11-27 12:22:49','0','',0,0,0,0,'','',0,1),(6242,3616,4,'he is call not picked ( 15-nov)// call not picked \r','',154,'2017-11-27 12:23:14','15-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(6243,3617,4,'he is coming tomm site visit plan ( 15-nov)// he is busy now please call after 4 days\r','',154,'2017-11-27 12:24:12','15-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6244,3618,4,'he is coming site visit Saturday ( 15-nov)// he is busy yestrday Sunday, next plan site visit coming Saturday \r','',154,'2017-11-27 12:24:36','15-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6245,3621,4,'call not pic //followups by deeksha \r','',154,'2017-11-27 12:25:36','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6246,3629,4,'meeting done with the client ,will revert within this month\r','',154,'2017-11-27 12:29:48','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6247,3630,4,'visit done in capetown on 11-11, will update shortly for final decission_11-11-2017\r','',154,'2017-11-27 12:36:02','11-11-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6248,3631,4,'expected visit on Sunday for hyde park-18th floor, capetown 1150-10th floor, ajnara grand-14th floor-10-11-2017\r','',154,'2017-11-27 12:36:47','10-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6249,3634,3,'he is not looking any property-10-11-2017\r','0',154,'2017-11-27 12:37:53','0','',0,0,0,0,'','',0,1),(6250,3632,3,'he is not looking any property-10-11-2017\r','0',154,'2017-11-27 12:38:20','0','',0,0,0,0,'','',0,1),(6251,3635,4,'Customer followup , not coming to office, not giving his office address\r','',154,'2017-11-27 12:39:03','13-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6252,3637,4,'he is coming site visit Sunday // plan posspoend few days \r','',154,'2017-11-27 12:39:45','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6253,3641,4,'he is out of station 2 weeks // he Is out of station \r','',154,'2017-11-27 12:40:12','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6254,3642,4,'call him in dec\r','',154,'2017-11-27 12:40:54','05-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6263,1526,11,'t','18',258,'2017-11-29 10:57:02','2017-11-29 05:27:02','',0,0,0,0,'','',0,2),(6264,3738,11,'Test ','',258,'2017-11-29 12:31:23','2017-11-29 07:01:23','',0,0,0,0,'','',0,2),(6265,3704,7,'jhsvbe','',258,'2017-11-29 12:45:48','11-30-2017 1:15:00','',1,0,0,0,'77.3899331','28.6104661',0,2),(6266,3704,4,'jvv','',258,'2017-11-29 12:46:46','11-29-2017 12:46:00','',0,0,0,0,'','',0,2),(6267,3704,7,'bcb','',258,'2017-11-29 12:47:26','11-29-2017 12:47:00','',1,0,0,0,'77.3899276','28.6104866',0,2),(6268,3704,11,'Test ','Web',258,'2017-11-29 12:52:07','2017-11-29 07:22:07','',0,0,0,0,'','',0,2),(6269,5,11,'Test ','Web',258,'2017-11-29 12:55:40','2017-11-29 07:25:40','',0,0,0,0,'','',0,2),(6270,5,11,'Ok ','Web',258,'2017-11-29 13:05:07','2017-11-29 07:35:07','',0,0,0,0,'','',0,2),(6271,5,11,'Ok ','Web',258,'2017-11-29 15:28:47','2017-11-29 09:58:47','',0,0,0,0,'','',0,2),(6272,5,11,'Ok ','Web',258,'2017-11-29 15:31:45','2017-11-29 10:01:45','',0,0,0,0,'','',0,2),(6273,5,11,'Test ','Web',258,'2017-11-29 15:33:07','2017-11-29 10:03:07','',0,0,0,0,'','',0,2),(6274,3698,11,'Test ','Web',258,'2017-11-29 15:43:33','2017-11-29 10:13:33','',0,0,0,0,'','',0,2),(6275,3628,3,'not intersted','0',154,'2017-11-29 15:44:52','0','',0,0,0,0,'','',0,1),(6276,3643,3,'number out of service\r','0',154,'2017-11-29 15:46:15','0','',0,0,0,0,'','',0,1),(6277,3644,8,'switch of from last 3days\r','0',154,'2017-11-29 15:47:43','0','',0,0,0,0,'','',0,1),(6278,3645,4,'out of station he said call me on this month end\r','',154,'2017-11-29 15:48:13','30-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6279,3646,4,'RTM-retail/20-25 lac in noida\r','',154,'2017-11-29 15:48:51','14-11-2017 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(6280,3647,4,'posponed the plan for few months\r','',154,'2017-11-29 15:49:28','24-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6281,3707,13,'','',258,'2017-11-29 15:53:47','','',0,258,0,258,'','',0,2),(6282,3706,13,'','',258,'2017-11-29 15:53:47','','',0,258,0,258,'','',0,2),(6283,3648,4,'foodcourt-40 lac-retail-230sqft-will response within this week\r','',154,'2017-11-29 15:57:35','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6284,3649,4,'70 lac/RTM/soceity shop in sec 78 only-golf city/will visit the site on sat-sun 18-19th nov\r','',154,'2017-11-29 15:58:18','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6285,3650,8,'not picked\r','0',154,'2017-11-29 16:05:14','0','',0,0,0,0,'','',0,1),(6286,3651,8,'switch off\r','0',154,'2017-11-29 16:05:42','0','',0,0,0,0,'','',0,1),(6287,3652,3,'not valid no\r','0',154,'2017-11-29 16:06:02','0','',0,0,0,0,'','',0,1),(6288,3653,4,'call on sat-18th nov\r','',154,'2017-11-29 16:06:32','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6289,3654,3,'he said I hav words with someone else for residence,,I will go with him only\r','0',154,'2017-11-29 16:07:14','0','',0,0,0,0,'','',0,1),(6290,3655,8,'Many time call he is not pick\r','0',154,'2017-11-29 16:07:50','0','',0,0,0,0,'','',0,1),(6291,3656,8,'not pic call any time \r','0',154,'2017-11-29 16:08:25','0','',0,0,0,0,'','',0,1),(6292,3657,8,'not pic call any time \r','0',154,'2017-11-29 16:08:40','0','',0,0,0,0,'','',0,1),(6293,3658,8,'not pic call\r','0',154,'2017-11-29 16:08:55','0','',0,0,0,0,'','',0,1),(6294,3659,8,'call not pic\r','0',154,'2017-11-29 16:09:17','0','',0,0,0,0,'','',0,1),(6295,3660,3,'call disconnect again and again \r','0',154,'2017-11-29 16:09:47','0','',0,0,0,0,'','',0,1),(6296,3661,8,'not pic \r','0',154,'2017-11-29 16:10:02','0','',0,0,0,0,'','',0,1),(6297,3662,8,'always busy \r','0',154,'2017-11-29 16:10:15','0','',0,0,0,0,'','',0,1),(6298,3663,8,'not connected  \r','0',154,'2017-11-29 16:10:35','0','',0,0,0,0,'','',0,1),(6299,3664,3,'cut the call \r','0',154,'2017-11-29 16:10:54','0','',0,0,0,0,'','',0,1),(6300,3665,8,'call back //not pic \r','0',154,'2017-11-29 16:11:08','0','',0,0,0,0,'','',0,1),(6301,3666,4,'3bhk,ready to move ,budget 50 to 55lac,floor 5th to 10th floor ,resale cleo country noida ext,visit next week 25th or 26th nov //call not pic \r','',154,'2017-11-29 16:11:55','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6302,3667,4,'site visit done, galaxy na-ii , he is intretsed for 1250 sqft, budget 38 lac.,// he is next visit plan coming Saturday // he is intretsed fo staller jeevan , 1193 sqft, @ 1430 sqft.\r','',154,'2017-11-29 16:12:43','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6303,3668,4,'discussed, he asked to call on 8130313674\r','',154,'2017-11-29 16:13:29','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6304,4017,8,'NOT PICK','0',154,'2017-11-29 16:13:59','0','',0,0,0,0,'','',0,1),(6305,4019,3,'he is not eligibal this plan, age 60 years old person\r','0',154,'2017-11-29 16:14:31','0','',0,0,0,0,'','',0,1),(6306,4020,8,'call not picked// call not picked//  busy now\r','0',154,'2017-11-29 16:14:54','0','',0,0,0,0,'','',0,1),(6307,4021,3,'REPEAT','0',154,'2017-11-29 16:15:22','0','',0,0,0,0,'','',0,1),(6308,4022,3,'repeat','0',154,'2017-11-29 16:15:41','0','',0,0,0,0,'','',0,1),(6309,4023,4,'site visit done,galaxy na-ii, he is intrested for 925 sqft, galaxy na-ii.// he is intretsed for gaur 1st avunes 910sqft. Below 10th floor.\r','',154,'2017-11-29 16:16:15','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6310,4024,8,'call not picked // call not picked\r','0',154,'2017-11-29 16:16:33','0','',0,0,0,0,'','',0,1),(6311,4025,4,'he is coming site visit this weekand// he is coming site visit this weekand, please call me 1 dec\r','',154,'2017-11-29 16:16:57','01-12-2017 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(6312,4026,4,'he is intretsed for ajnara homes. 1000 sqft. Budget 36 lac all inclusive.//  he is coiming site visit this weekand.\r','',154,'2017-11-29 16:17:31','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6313,4027,3,'Already Purchased\r','0',154,'2017-11-29 16:17:49','0','',0,0,0,0,'','',0,1),(6314,4028,3,'no reqirment\r','0',154,'2017-11-29 16:18:05','0','',0,0,0,0,'','',0,1),(6315,4029,8,'call not picked// call me after 7 pm.// call me evening.\r','0',154,'2017-11-29 16:18:22','0','',0,0,0,0,'','',0,1),(6316,4030,4,'he Is coming site visit Saturday and Sunday// site visit done , galaxy na-ii, arihnat amber, he is intrested for arihnat amber .1150 sqft.\r','',154,'2017-11-29 16:18:57','20-11-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6317,4031,4,'visit done , galaxy na-ii, divyansh floora, he want 2bhk ready to  move @ under constursation. Budget 30 lac.// he is coming site visit 2nd time this weekand\r','',154,'2017-11-29 16:19:38','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6318,4032,4,'he Is not coming site visit yestrday, // call not picked\r','',154,'2017-11-29 16:24:31','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6319,4033,4,'he Is coming site visit Saturday and Sunday// call not picked.\r','',154,'2017-11-29 16:25:09','27-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(6320,4034,4,'he is plan site visit this weekand.// call  not picked\r','',154,'2017-11-29 16:26:00','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6321,4035,4,'please give projects details,  I will chek project lay out and location, then I will plan site visit.// he is coming site visit this weekand.\r','',154,'2017-11-29 16:26:58','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6322,4036,4,'site visit plan coming Sunday// call not picked\r','',154,'2017-11-29 16:27:55','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6323,4037,8,'call not picked// call not picked// call not picked\r','0',154,'2017-11-29 16:28:17','0','',0,0,0,0,'','',0,1),(6324,4038,4,'he is intrested for galaxy vega -995 sqft.// he  is coming site visit this weekand.\r','',154,'2017-11-29 16:29:23','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6325,4039,4,'tomm meeting confirm.// please call me tomm morning .\r','',154,'2017-11-29 16:30:04','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6326,4059,4,'Payal Ma\'am Reli: intersted client,,meeting fixed for tomorrow 16th nov ,but moring me clt confrim karega kanha milna h//ph not pic //again not pic\r','',154,'2017-11-29 16:32:33','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6327,4060,4,'Meeting done me and Mr Abimanu , client interested,revert after 2days .//busy call back //want some time more ,call 03th dec\r','',154,'2017-11-29 16:33:36','03-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6328,4061,8,'waiting,call cut //again ph cut //again ph cut\r','0',154,'2017-11-29 16:33:56','0','',0,0,0,0,'','',0,1),(6329,4062,4,'call in evn now he is busy//call morning //ph not pic //budget 60lac ,want 3bhk near possesion ,coming 27th for visit \r','',154,'2017-11-29 16:34:27','27-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(6330,4063,4,'call tomorrow now busy //call not pic //not pic again \r','',154,'2017-11-29 16:35:22','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6331,4064,8,'s.off//call not pic //not pic \r','0',154,'2017-11-29 16:35:41','0','',0,0,0,0,'','',0,1),(6332,4065,4,'budget 70lac,he want 3bhk ready to move and near possession coming 25th nov for visit,pich divyansh,royal court\r','',154,'2017-11-29 16:36:08','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6333,4066,4,'now busy call after some time //budget 40lache want 3bhk near possession coming 18th nov for visit //call not pic //coming for visit 26th nov \r','',154,'2017-11-29 16:36:51','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6334,4067,8,'s.off\r','0',154,'2017-11-29 16:37:10','0','',0,0,0,0,'','',0,1),(6335,4068,8,'not pic//not pic\r','0',154,'2017-11-29 16:37:49','0','',0,0,0,0,'','',0,1),(6336,4069,3,'not interested \r','0',154,'2017-11-29 16:38:12','0','',0,0,0,0,'','',0,1),(6337,4070,3,'not interested \r','0',154,'2017-11-29 16:38:29','0','',0,0,0,0,'','',0,1),(6338,4071,3,'broker \r','0',154,'2017-11-29 16:38:49','0','',0,0,0,0,'','',0,1),(6339,4072,8,'not pic call\r','0',154,'2017-11-29 16:39:11','0','',0,0,0,0,'','',0,1),(6340,4073,8,'not reach\r','0',154,'2017-11-29 16:39:30','0','',0,0,0,0,'','',0,1),(6341,4074,8,'s.off\r','0',154,'2017-11-29 16:39:53','0','',0,0,0,0,'','',0,1),(6342,4075,4,'3bhk 55lacks budget want in gaur city pithced diyvansh nd galaxy call him at sat morning tke tme for  visit.\r','',154,'2017-11-29 16:40:42','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6343,4076,3,'not interested \r','0',154,'2017-11-29 16:41:02','0','',0,0,0,0,'','',0,1),(6344,4077,4,'abi plan hold par hai kyunki abi out of station or bta ni skta kab tk hold krunga.\r','',154,'2017-11-29 16:41:41','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6345,4078,3,'not interested \r','0',154,'2017-11-29 16:41:58','0','',0,0,0,0,'','',0,1),(6346,4079,3,'not interested \r','0',154,'2017-11-29 16:42:16','0','',0,0,0,0,'','',0,1),(6347,4080,3,'Plan drop\r','0',154,'2017-11-29 16:43:02','0','',0,0,0,0,'','',0,1),(6348,4081,3,'Yeh koi property plan he ni kr rha na koi query kari hai kahi par.\r','0',154,'2017-11-29 16:43:41','0','',0,0,0,0,'','',0,1),(6349,4082,4,'Monday ko metting hai second half me,20th nov //ph not pic call many time \r','',154,'2017-11-29 16:44:22','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6350,4083,4,'call not pic //alry followup pr hai amit ke pass ,abhi time laega ,call back 25th nov \r','',154,'2017-11-29 16:53:30','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6351,4084,4,'Abi sirf explore kr rha hai abi koi plan nhi hai phle indrapuram wala flat sale krega toh yha leyga.\r','',154,'2017-11-29 16:54:48','05-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6352,4085,3,'Wrong no\r','0',154,'2017-11-29 16:56:44','0','',0,0,0,0,'','',0,1),(6353,4086,3,'want in gurgaon not in noida or noida ext.\r','0',154,'2017-11-29 16:57:07','0','',0,0,0,0,'','',0,1),(6354,4087,8,'Not dialling.\r','0',154,'2017-11-29 16:58:49','0','',0,0,0,0,'','',0,1),(6355,4088,4,'Meeting Wednesday mrng 22nd nov // 29th nov  meeting fix \r','',154,'2017-11-29 16:59:32','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6356,4089,8,'s.off \r','0',154,'2017-11-29 17:05:18','0','',0,0,0,0,'','',0,1),(6357,4090,3,'not interested \r','0',154,'2017-11-29 17:05:47','0','',0,0,0,0,'','',0,1),(6358,4091,3,'not interested \r','0',154,'2017-11-29 17:06:26','0','',0,0,0,0,'','',0,1),(6359,4092,4,'R 2 M ,2BHK1 to 5th floor possion 3months budget 25lac ,come for visit 1st week of dec //visit done himalaya 1188sqft ,call back 2nd dec \r','',154,'2017-11-29 17:07:01','02-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6360,4093,8,'cut the call//not pic \r','0',154,'2017-11-29 17:07:21','0','',0,0,0,0,'','',0,1),(6361,4094,4,'Sunday 19th ko visit ke kiye bola hai //raj nagar exct\r','',154,'2017-11-29 17:08:25','19-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6362,4095,4,'Kal mrng mai cl krne ke liye bola hai tme dega visit ke liye for exotica.//\r','',154,'2017-11-29 17:09:23','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6363,4096,4,'musarraf KA client hai uske followup me hai \r','',154,'2017-11-29 17:10:28','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6364,4097,3,'not pic // not interested \r','0',154,'2017-11-29 17:10:48','0','',0,0,0,0,'','',0,1),(6365,4098,3,'not interested \r','0',154,'2017-11-29 17:11:21','0','',0,0,0,0,'','',0,1),(6366,4099,3,'Meeting done waiting for Docx//he want time call 26th nov //not interested \r','0',154,'2017-11-29 17:11:57','0','',0,0,0,0,'','',0,1),(6367,4100,4,' want resale in palm olmpiya 1457sqft lst deal 52lacks ki mili hai agr kch bst hai toh chq dene ke liye redy hai flor koi bhi chlta hai.\r','',154,'2017-11-29 17:12:35','27-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6368,4101,3,'dose not ext\r','0',154,'2017-11-29 17:12:57','0','',0,0,0,0,'','',0,1),(6369,4102,3,'call not pic //alry booked \r','0',154,'2017-11-29 17:13:22','0','',0,0,0,0,'','',0,1),(6370,4103,4,'he want for investment purpose pitced abode nd ambar sent details on mail than he revert me.\r','',154,'2017-11-29 17:15:03','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6371,4104,3,'call not pic //want government flats \r','0',154,'2017-11-29 17:16:58','0','',0,0,0,0,'','',0,1),(6372,4105,8,'call not pic \r','0',154,'2017-11-29 17:17:27','0','',0,0,0,0,'','',0,1),(6373,4106,3,'Talked with customer,we are meeting tomorrow VB at 11/30 at nagloi najafgeher//meeting done sent document check list on whatup/fill reject \r','0',154,'2017-11-29 17:18:07','0','',0,0,0,0,'','',0,1),(6374,4107,8,'not pic \r','0',154,'2017-11-29 17:18:27','0','',0,0,0,0,'','',0,1),(6375,4108,4,'He is coming Sunday26th nov  for visit mahagun mywood 935 n panchsheel 915/1105 resale option//call back \r','',154,'2017-11-29 17:19:00','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6376,4109,3,'customer not met at given time due to some work he say call me 21st nov//not interested \r','0',154,'2017-11-29 17:19:20','0','',0,0,0,0,'','',0,1),(6377,4110,4,'coming  today 12:00 pm for site visit Galaxy 2 and Divyansh//visit not done //visit done ,followup \r','',154,'2017-11-29 17:19:56','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6378,4120,4,'meting/site visit done in our office and site. Int in exotica and divyansh. Follow up\r','',154,'2017-11-29 17:20:38','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6379,4123,4,'follow up, seller buyer meeting done. Int in gaur saundaryam.\r','',154,'2017-11-29 17:21:10','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6380,4124,3,'plan postponed lead return\r','0',154,'2017-11-29 17:21:40','0','',0,0,0,0,'','',0,1),(6381,4125,4,'visit done in mahagun, galaxy and divyansh. Follow up\r','',154,'2017-11-29 17:22:25','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6382,4126,3,'want only in ace city, no inventory in resale.lead return\r','0',154,'2017-11-29 17:23:06','0','',0,0,0,0,'','',0,1),(6383,4127,4,'will meet on Friday, suggest his divyansh, vega and ambar.\r','',154,'2017-11-29 17:23:50','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6384,4128,4,'call in sat\r','',154,'2017-11-29 17:24:22','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6385,4129,3,'not giving for site visit reschedule meeting\r','0',154,'2017-11-29 17:40:33','0','',0,0,0,0,'','',0,1),(6386,4130,8,'call back/np\r','0',154,'2017-11-29 17:40:51','0','',0,0,0,0,'','',0,1),(6387,4131,4,'call back in weekends only\r','',154,'2017-11-29 17:41:24','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6388,4132,3,'lead return. Low budget\r','0',154,'2017-11-29 17:41:53','0','',0,0,0,0,'','',0,1),(6389,4133,4,'call in sat\r','',154,'2017-11-29 17:42:19','18-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6390,4134,3,'broker lead return\r','0',154,'2017-11-29 17:42:36','0','',0,0,0,0,'','',0,1),(6391,4135,3,'repeat no','0',154,'2017-11-29 17:42:50','0','',0,0,0,0,'','',0,1),(6392,4136,3,'lead return. Looking in prateek laureal\r','0',154,'2017-11-29 17:43:07','0','',0,0,0,0,'','',0,1),(6393,4137,4,'looking 3bhk, 50 lacs, call back\r','',154,'2017-11-29 17:44:40','26-11-2017 - 14:30 ,Sunday','',0,0,0,0,'','',0,1),(6394,4138,3,'not ineterested\r','0',154,'2017-11-29 17:45:06','0','',0,0,0,0,'','',0,1),(6395,4139,4,'will meetoday in CP. Follow up\r','',154,'2017-11-29 17:45:58','19-11-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(6396,4140,3,'client not picking call lead return\r','0',154,'2017-11-29 17:46:16','0','',0,0,0,0,'','',0,1),(6397,4141,4,'call back in monday at 2 pm\r','',154,'2017-11-29 17:46:46','20-11-2017 - 15:00 ,Monday','',0,0,0,0,'','',0,1),(6398,4142,4,'visit done in mahagun, 1235sqft resale follow up\r','',154,'2017-11-29 17:47:53','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6399,4143,3,'not picking my call lead return\r','0',154,'2017-11-29 17:48:09','0','',0,0,0,0,'','',0,1),(6400,4144,4,'visit done in exotica. Int in 1340sqft. Bud issue. Follow up will viist in next week with family\r','',154,'2017-11-29 17:49:08','25-11-2017 - 15:00 ,Saturday','',0,0,0,0,'','',0,1),(6401,4145,4,'call back on 1 dec\r','',154,'2017-11-29 17:49:33','01-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6402,4146,4,'will plan dec follow up\r','',154,'2017-11-29 17:50:09','12-12-2017 - 12:30 ,Tuesday','',0,0,0,0,'','',0,1),(6403,4147,3,'bud 30lacs, suggested himalaya, but not interested lead return\r','0',154,'2017-11-29 17:50:27','0','',0,0,0,0,'','',0,1),(6404,4148,3,'plan drop lead return\r','0',154,'2017-11-29 17:50:47','0','',0,0,0,0,'','',0,1),(6405,4149,4,'call in fri morning call back\r','',154,'2017-11-29 17:51:22','20-11-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(6406,4150,3,'lead return.call not picking\r','0',154,'2017-11-29 17:51:42','0','',0,0,0,0,'','',0,1),(6407,4151,4,'met with him but did not meet at location. Call back on friday \r','',154,'2017-11-29 17:52:17','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6408,4152,4,'meeting done. Client will visit possible in week days. Folow up\r','',154,'2017-11-29 17:53:11','20-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6409,4153,4,'will come on sunday follow up\r','',154,'2017-11-29 17:53:47','26-11-2017 - 12:05 ,Sunday','',0,0,0,0,'','',0,1),(6410,4154,4,'call not pick call back in eve\r','',154,'2017-11-29 17:54:39','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6411,4155,3,'lead return. Booked in indrapuram\r','0',154,'2017-11-29 17:55:07','0','',0,0,0,0,'','',0,1),(6412,4156,4,'meeting done. Lil bit interested in plan. Need some time to decide.\r','',154,'2017-11-29 17:56:06','30-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(6413,4157,8,'already having this lead client not responding on call\r','0',154,'2017-11-29 17:56:35','0','',0,0,0,0,'','',0,1),(6414,4158,3,'Repeat queryy client in follow up \r','0',154,'2017-11-29 17:56:51','0','',0,0,0,0,'','',0,1),(6415,4159,4,'mahagun mywoods , 1235sqft, inventory share with client Call back\r','',154,'2017-11-29 17:57:27','27-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6416,4168,3,'not valid no\r','0',154,'2017-11-29 17:57:51','0','',0,0,0,0,'','',0,1),(6417,4169,3,'discussed over the phone, he will think either he invest delhi near karol bagh or noida\r','0',154,'2017-11-29 17:58:35','0','',0,0,0,0,'','',0,1),(6418,4170,4,'meeting on 2nd december\r','',154,'2017-11-29 17:59:15','02-12-2017 - 13:05 ,Saturday','',0,0,0,0,'','',0,1),(6419,4171,4,'discussed over the phone. He will revert before 15th of jan\r','',154,'2017-11-29 17:59:51','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6420,4172,4,'site visit done, he will think and revert\r','',154,'2017-11-29 18:00:56','30-11-2017 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(6421,4173,8,'no response / no response / s off on 27th nov\r','0',154,'2017-11-29 18:01:41','0','',0,0,0,0,'','',0,1),(6422,4174,3,'looking for mahagun mywood 1110 very low budget return\r','0',154,'2017-11-29 18:02:57','0','',0,0,0,0,'','',0,1),(6423,4175,3,'looking for saundaryam in 4100 all inclusive return\r','0',154,'2017-11-29 18:03:15','0','',0,0,0,0,'','',0,1),(6424,4176,4,'meeting done ll give papers by month end.\r','',154,'2017-11-29 18:03:50','30-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6425,4177,4,'busy … need to call on 27th nov.\r','',154,'2017-11-29 18:04:13','27-11-2017 - 15:30 ,Monday','',0,0,0,0,'','',0,1),(6426,4178,3,'plan dropped (return)\r','0',154,'2017-11-29 18:04:27','0','',0,0,0,0,'','',0,1),(6427,4179,3,'not intrested as asking for 5k rate instead of 6k (return)\r','0',154,'2017-11-29 18:04:42','0','',0,0,0,0,'','',0,1),(6428,3707,7,'bzvb','',258,'2017-11-30 10:36:28','11-30-2017 12:36:00','',1,0,0,0,'77.3899294','28.6104859',0,2),(6429,3707,11,'dhuf','',258,'2017-11-30 10:38:02','2017-11-30 05:08:02','',0,0,0,0,'77.389745','28.61045',0,2),(6430,4181,8,'ph not picked twice/ mo s off on 27th nov also…pls arrange call once again\r','0',154,'2017-11-30 11:45:19','0','',0,0,0,0,'','',0,1),(6431,4260,3,'Customer not willing to meet\r','0',154,'2017-11-30 11:49:45','0','',0,0,0,0,'','',0,1),(6432,4262,3,'PSG Lead, Amandeep will do PSG + AR\r','0',154,'2017-11-30 11:50:31','0','',0,0,0,0,'','',0,1),(6433,4263,4,'Customer 2nd Meeting Pending\r','',154,'2017-11-30 11:51:19','20-11-2017 - 00:00 ,Monday','',0,0,0,0,'','',0,1),(6434,4264,3,'Customer not willing to meet\r','0',154,'2017-11-30 11:52:42','0','',0,0,0,0,'','',0,1),(6435,4265,4,'Followup going on\r','',154,'2017-11-30 11:53:48','20-11-2017 - 00:30 ,Monday','',0,0,0,0,'','',0,1),(6436,4256,3,'not interested\r','0',154,'2017-11-30 12:14:55','0','',0,0,0,0,'','',0,1),(6437,4257,3,'want plot in  kanpur \r','0',154,'2017-11-30 12:15:26','0','',0,0,0,0,'','',0,1),(6438,4258,3,'call back//call not pic//broker \r','0',154,'2017-11-30 12:15:48','0','',0,0,0,0,'','',0,1),(6439,4266,3,'Customer not willing to meet\r','0',154,'2017-11-30 12:16:51','0','',0,0,0,0,'','',0,1),(6440,4267,3,'India Bull Customer , \r','0',154,'2017-11-30 12:17:16','0','',0,0,0,0,'','',0,1),(6441,4268,3,'Customer not willing to meet\r','0',154,'2017-11-30 12:17:38','0','',0,0,0,0,'','',0,1),(6442,4269,3,'Refused, friend of Katiya, only katiyar intrested to meet\r','0',154,'2017-11-30 12:18:16','0','',0,0,0,0,'','',0,1),(6443,4270,4,'Followup going on\r','',154,'2017-11-30 12:18:52','20-11-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6444,4282,4,'9999187702','',154,'2017-11-30 12:20:42','02-11-2017 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(6445,4283,4,'just started searching commercial property, budget 35 lakhs, ready to move or under construction_23/11/17\r','',154,'2017-11-30 12:21:43','23-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6446,4284,8,'not ans_23/11/17\r','0',154,'2017-11-30 12:24:05','0','',0,0,0,0,'','',0,1),(6447,4285,4,'\"first he said he is not interested in any projecty, later he said call me after 30 mins. After 30 min called he didn’t answered\rLooking for younger son who is currently in abroad, interested in elite homz only, will call later for visit if planned or w','',154,'2017-11-30 12:24:53','23-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6448,4286,4,'reqd 3bed 2 bath, floor upto 5th only, expected to visit on 23-11-17 by 11-12pm,\r','',154,'2017-11-30 12:25:25','23-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6449,4287,4,'she is residing in dehradoon, will share my number with brother and he will visit on saturday/sunday_22/11/17\r','',154,'2017-11-30 12:26:01','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6450,4288,4,'upto 6th floor, line disc, not ans_22/11/17\r','',154,'2017-11-30 12:26:30','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6451,4313,8,'Try 2-3 times but not takeing call\r','0',154,'2017-11-30 12:26:57','0','',0,0,0,0,'','',0,1),(6452,4314,4,'May Come on this weekend\r','',154,'2017-11-30 12:29:54','21-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6453,4315,4,'He will visit this Sat or Sun\r','',154,'2017-11-30 12:31:49','25-11-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6454,4316,4,'Wed i.e. 22nd meeting at his office\r','',154,'2017-11-30 12:32:11','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6455,4317,4,'He will visit this Sat or Sun\r','',154,'2017-11-30 12:32:39','25-11-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(6456,4318,3,'Lead Given To Rajan Ji\r','0',154,'2017-11-30 12:33:06','0','',0,0,0,0,'','',0,1),(6457,4319,4,'He will visit this Sat or Sun\r','',154,'2017-11-30 12:33:38','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6458,4320,4,'Having budget of Rs.30lacs only may come on next week\r','',154,'2017-11-30 12:34:31','25-11-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(6459,4326,4,'he want 2 bhk reday to move budget 35 lac.// he is coming site visit this weekand.\r','',154,'2017-11-30 12:35:35','26-11-2017 - 14:30 ,Sunday','',0,0,0,0,'','',0,1),(6460,4327,4,'budget 55lac ,arden 1375sqft ,Visit expected at 3 pm today\r','',154,'2017-11-30 14:02:58','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6461,4328,4,'bud 40 to 50 L RTM or 6m, 3 bhk. Will visit on 1 dec.\r','',154,'2017-11-30 14:03:24','01-12-2017 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(6462,4329,3,'not interested \r','0',154,'2017-11-30 14:03:43','0','',0,0,0,0,'','',0,1),(6463,4330,8,'not pic call any time //call not pic \r','0',154,'2017-11-30 14:07:46','0','',0,0,0,0,'','',0,1),(6464,4331,3,'not interested \r','0',154,'2017-11-30 14:21:42','0','',0,0,0,0,'','',0,1),(6465,4332,4,'call back 26th nov //call back\r','',154,'2017-11-30 14:22:20','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6466,4333,3,'This clt. Give inverty//paln drop \r','0',154,'2017-11-30 14:22:39','0','',0,0,0,0,'','',0,1),(6467,4334,9,'not reach //notrech \r','0',154,'2017-11-30 14:23:02','0','',0,0,0,0,'','',0,1),(6468,4335,4,'want 3bhk,near metro station,school,hospitals,budget -75lac floor 6 to 8th //want time \r','',154,'2017-11-30 14:23:52','27-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6469,4336,3,'s.off//broker \r','0',154,'2017-11-30 14:24:06','0','',0,0,0,0,'','',0,1),(6470,4337,3,'s.off//broker \r','0',154,'2017-11-30 14:24:36','0','',0,0,0,0,'','',0,1),(6471,4338,4,'meeting fix//meeting done ,will give docs in 2 days because Form 16 and salary slip received from  HR  in 2 days//followup call for doc \r','',154,'2017-11-30 14:26:03','01-12-2017 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(6472,4339,4,'Ye purani lead hai  1 ghante iske office k bahar wait kiya but inse phone v nahi pic kiya aur message ka reply v nahi kiya  . Pichhali bar 3 October ki v meeting k liye mai aur Gautam dono Gaye the usne is baar v aisa hi kiya tha\r','',154,'2017-11-30 14:27:00','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6473,4340,4,'es week kai jana pdh gya hai nxt week ayega.3rd dec \r','',154,'2017-11-30 14:27:36','03-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6474,4341,4,'call after 30 mints    \r','',154,'2017-11-30 14:28:18','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6475,4342,4,'call on wednesday  29th nov \r','',154,'2017-11-30 14:28:41','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6476,4343,4,'will come tomarrow for visit exotica divyansh \r','',154,'2017-11-30 14:29:05','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6477,4344,4,'will come tomarrow for divyansh and exotica\r','',154,'2017-11-30 14:29:37','25-11-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(6478,4345,4,'Interested in property and AR both will come to site and builders visit on 3/12/17 then will give docs because ajnara homes  sec 118 me uski  possession Milne wali thi but 9 months se project ruka hai is liye site visit Karna chahta hai//ye 3rd dec ke bad','',154,'2017-11-30 14:31:45','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6479,4346,3,'sent mail,mou //call not pic \rreturn','0',154,'2017-11-30 14:32:13','0','',0,0,0,0,'','',0,1),(6480,4347,4,' kindly coordinate him Sat mrng 11am visit.//920 sqft exctc/for visit coming on 2nd dec \r','',154,'2017-11-30 14:32:39','02-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6481,4351,4,'follow up\r','',154,'2017-11-30 14:33:27','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6482,4352,4,'follow up\r','',154,'2017-11-30 14:33:54','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6483,4354,4,'meeting done. Want some time. Call back on tuesday.\r','',154,'2017-11-30 14:34:28','01-02-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6484,4355,4,'he want all details on call. Call back him again\r','',154,'2017-11-30 14:35:08','01-03-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6485,4356,4,'call back\r','',154,'2017-11-30 14:35:54','27-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6486,4357,4,'call on 1 dec for site viist\r','',154,'2017-11-30 14:36:24','01-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6487,4358,4,'follow up\r','',154,'2017-11-30 14:36:43','30-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6488,4359,4,'will meet on tuesday\r','',154,'2017-11-30 14:46:43','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6489,4360,4,'looking for builder floor, but visit on sat\r','',154,'2017-11-30 14:47:26','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6490,4361,3,'meeting done, he is not intrested\r','0',154,'2017-11-30 14:48:07','0','',0,0,0,0,'','',0,1),(6491,4362,3,'he is not intrested\r','0',154,'2017-11-30 14:48:29','0','',0,0,0,0,'','',0,1),(6492,4363,3,'we r not deal expressway, allready convey\r','0',154,'2017-11-30 14:49:00','0','',0,0,0,0,'','',0,1),(6493,4364,3,'he is intrested delhi only \r','0',154,'2017-11-30 14:49:20','0','',0,0,0,0,'','',0,1),(6494,4365,4,'meeting done , he will revert after one week\r','',154,'2017-11-30 14:51:49','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6495,4366,3,'number is incorrect, convey allready\r','0',154,'2017-11-30 14:52:17','0','',0,0,0,0,'','',0,1),(6496,4367,4,'int client meeting done kyc mailed rest he ll give after 5 th dec as he ll come back by australia\r','',154,'2017-11-30 14:54:25','05-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6497,4368,4,'looking in mahagun mywoods phase 2 2+1 between 10 15 floor / need to call him with inventory\r','',154,'2017-11-30 14:56:24','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6498,4396,3,'Looking 1500 sq ft @ 65 lakhs ready to move or u/c in central noida, cant stretch budget, area minimum 1500 sq.ft, low budget customer\r','0',154,'2017-11-30 15:07:28','0','',0,0,0,0,'','',0,1),(6499,4397,3,'only lotus boulevard, 2+study, budget max 65 lakhs, low budget customer\r','0',154,'2017-11-30 15:26:15','0','',0,0,0,0,'','',0,1),(6500,4398,4,'she is looking 1500 sq.ft in central noida with 60-62 lakhs budget, low budget customer, RETURN, she will not go in noida extension, she said if you have property in this budget than please inform_24/11/17\r','',154,'2017-11-30 16:00:36','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6501,4399,3,'Looking 1230 sq.ft in ajnara grand heritage, budget 60 lakhs including tm ang registry, discussed capetown, hyde park, urban casa not interested in any project, so low budget customer_;\r','0',154,'2017-11-30 16:01:22','0','',0,0,0,0,'','',0,1),(6502,4400,4,'Looking 1295 sq.ft in apex athena, floor upto 10th\r','',154,'2017-11-30 16:02:06','26-11-2017 - 13:30 ,Sunday','',0,0,0,0,'','',0,1),(6503,4401,3,'plan dropped\r','0',154,'2017-11-30 16:02:26','0','',0,0,0,0,'','',0,1),(6504,4412,8,'bizi\r','0',154,'2017-11-30 16:03:33','0','',0,0,0,0,'','',0,1),(6505,4413,8,'switch off\r','0',154,'2017-11-30 16:03:55','0','',0,0,0,0,'','',0,1),(6506,4414,4,'out of station,call back on wed 29th nov\r','',154,'2017-11-30 16:04:28','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6507,4415,4,'residencial,bud 35-40 lac 2bhk,noida extension\r','',154,'2017-11-30 16:13:30','28-11-2017 - 14:00 ,Tuesday','',0,0,0,0,'','',0,1),(6508,4416,4,'ace city/ace aspire/mywoods/2+1-3bhk\r','',154,'2017-11-30 16:16:43','29-11-2017 - 14:10 ,Wednesday','',0,0,0,0,'','',0,1),(6509,4417,4,'studio appartment/retail space\r','',154,'2017-11-30 16:20:05','29-11-2017 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(6510,4418,3,'10-15 lac bud\r','0',154,'2017-11-30 16:21:13','0','',0,0,0,0,'','',0,1),(6511,4419,8,'call disconnecting\r','0',154,'2017-11-30 16:23:36','0','',0,0,0,0,'','',0,1),(6512,4420,8,'not pick\r','0',154,'2017-11-30 16:24:33','0','',0,0,0,0,'','',0,1),(6513,4421,8,'not pick\r','0',154,'2017-11-30 16:24:51','0','',0,0,0,0,'','',0,1),(6514,4422,3,'wrong number\r','0',154,'2017-11-30 16:25:10','0','',0,0,0,0,'','',0,1),(6515,4423,8,'not  pick\r','0',154,'2017-11-30 16:25:39','0','',0,0,0,0,'','',0,1),(6516,4424,3,'2/3bhk-manesar gurgaon 25-30 lac\r','0',154,'2017-11-30 16:25:58','0','',0,0,0,0,'','',0,1),(6517,4425,3,'posponed the plan\r','0',154,'2017-11-30 16:26:48','0','',0,0,0,0,'','',0,1),(6518,4426,3,'posponed the plan\r','0',154,'2017-11-30 16:30:03','0','',0,0,0,0,'','',0,1),(6519,4427,4,'call him on wed 29th nov\r','',154,'2017-11-30 16:30:45','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6520,4428,8,'not pick\r','0',154,'2017-11-30 16:32:02','0','',0,0,0,0,'','',0,1),(6521,4429,8,'not pick\r','0',154,'2017-11-30 16:32:16','0','',0,0,0,0,'','',0,1),(6522,4430,4,'retail-300-400sqft/RTM/sec-74/76/78 nd noida extension (20000 pr sqft)\r','',154,'2017-11-30 16:37:36','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6523,4431,4,'sec-96-110 noida-interested in lotus bullevered-office space 1800sqft-retail-400 sqft-UC possesssion within 2yrs\r','',154,'2017-11-30 16:38:21','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6524,4432,4,'call him on tue\r','',154,'2017-11-30 16:38:48','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6525,4433,4,'call him on mon/call not pick\r','',154,'2017-11-30 16:39:17','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6526,4434,8,'not pick\r','0',154,'2017-11-30 16:39:35','0','',0,0,0,0,'','',0,1),(6527,4435,3,'he is not intrested\r','0',154,'2017-11-30 16:39:50','0','',0,0,0,0,'','',0,1),(6528,4436,3,'he did not go for AR\r','0',154,'2017-11-30 16:40:35','0','',0,0,0,0,'','',0,1),(6529,4440,4,'he said call me tomorrow//not pic \r','',154,'2017-11-30 16:41:46','25-11-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6530,4441,4,'es week kai jana pdh gya hai nxt week ayega.3rd dec \r','',154,'2017-11-30 16:42:28','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6531,4438,3,'repeat no','0',154,'2017-11-30 16:42:48','0','',0,0,0,0,'','',0,1),(6532,4443,4,'he is coming site visit this weekand. Please call me 1 dec\r','',154,'2017-11-30 16:44:01','01-12-2017 - 13:05 ,Friday','',0,0,0,0,'','',0,1),(6533,4444,4,'he is busy now please call me  evening\r','',154,'2017-11-30 16:44:37','24-11-2017 - 14:00 ,Friday','',0,0,0,0,'','',0,1),(6534,4445,8,'call not picked any time.\r','0',154,'2017-11-30 16:45:02','0','',0,0,0,0,'','',0,1),(6535,4446,4,'site visit done galaxy na-ii . Divyansh floora, he is intretsed for 1015 sqft.\r','',154,'2017-11-30 16:45:41','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6536,4447,4,'call around 4 o\' clock   //call not pic \r','',154,'2017-11-30 16:47:43','25-11-2017 - 16:00 ,Saturday','',0,0,0,0,'','',0,1),(6537,4448,4,'call around 4 o\' clock   //call not pic \r','',154,'2017-11-30 16:48:17','25-11-2017 - 16:00 ,Saturday','',0,0,0,0,'','',0,1),(6538,4450,9,'out of coverage aera\r','0',154,'2017-11-30 16:48:45','0','',0,0,0,0,'','',0,1),(6539,4451,8,'not pic call//not pic \r','0',154,'2017-11-30 16:49:02','0','',0,0,0,0,'','',0,1),(6540,4454,4,'looking in ajnara homes will take time / need to call him with inventory\r','',154,'2017-11-30 16:50:32','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6541,4458,4,'he is coming site visit Sunday. Call not picked\r','',154,'2017-11-30 16:52:24','26-11-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(6542,4459,4,'meeting done, he want 2 bhk ready to move below top floor, budget 30 lac. He is coming site visit Sunday.// he is coming site visit plan this weekand.\r','',154,'2017-11-30 16:54:46','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6543,4460,4,'he is intrested for galaxy na-ii, 1250 sqft.// he is coming site visit this weekand.\r','',154,'2017-11-30 16:55:40','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6544,4461,4,'he want 2 bhk ready to move below 10th floor, he is coming site visit Sunday.// he is intretsed for galaxy na-ii, 1250 sqft, budget 40 lac. \r','',154,'2017-11-30 16:56:27','29-11-2017 - 14:00 ,Wednesday','',0,0,0,0,'','',0,1),(6545,4462,3,'repeat no','0',154,'2017-11-30 16:56:40','0','',0,0,0,0,'','',0,1),(6546,4463,4,'he want 2 bhk reday to move budget 35 lac.// he is coming site visit this weekand.\r','',154,'2017-11-30 16:57:17','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6547,4464,4,'budget 55lac ,arden 1375sqft ,Visit expected at 3 pm today\r','',154,'2017-11-30 16:58:09','22-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6548,4465,4,'bud 40 to 50 L RTM or 6m, 3 bhk. Will visit on 1 dec.\r','',154,'2017-11-30 16:58:39','01-12-2017 - 14:00 ,Friday','',0,0,0,0,'','',0,1),(6549,4466,3,'not interested \r','0',154,'2017-11-30 16:58:53','0','',0,0,0,0,'','',0,1),(6550,4467,8,'not pic call any time //call not pic \r','0',154,'2017-11-30 16:59:15','0','',0,0,0,0,'','',0,1),(6551,4468,3,'not interested \r','0',154,'2017-11-30 16:59:36','0','',0,0,0,0,'','',0,1),(6552,4469,4,'call back 26th nov //call back\r','',154,'2017-11-30 16:59:59','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6553,4470,3,'This clt. Give inverty//paln drop \r','0',154,'2017-11-30 17:00:17','0','',0,0,0,0,'','',0,1),(6554,4471,9,'not reach //notrech \r','0',154,'2017-11-30 17:00:43','0','',0,0,0,0,'','',0,1),(6555,4472,4,'want 3bhk,near metro station,school,hospitals,budget -75lac floor 6 to 8th //want time \r','',154,'2017-11-30 17:01:15','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6556,4473,3,'s.off//broker \r','0',154,'2017-11-30 17:01:30','0','',0,0,0,0,'','',0,1),(6557,4474,3,'client say apne jaha se query ly vaha project n other detail di... Agar pta h to he call karne//broker \r','0',154,'2017-11-30 17:02:00','0','',0,0,0,0,'','',0,1),(6558,4475,4,'meeting fix//meeting done ,will give docs in 2 days because Form 16 and salary slip received from  HR  in 2 days//followup call for doc \r','',154,'2017-11-30 17:02:33','29-11-2017 - 12:30 ,Wednesday','',0,0,0,0,'','',0,1),(6559,4476,3,'Ye purani lead hai  1 ghante iske office k bahar wait kiya but inse phone v nahi pic kiya aur message ka reply v nahi kiya  . Pichhali bar 3 October ki v meeting k liye mai aur Gautam dono Gaye the usne is baar v aisa hi kiya tha\r','0',154,'2017-11-30 17:03:01','0','',0,0,0,0,'','',0,1),(6560,4477,4,'es week kai jana pdh gya hai nxt week ayega.3rd dec \r','',154,'2017-11-30 17:03:35','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6561,4478,4,'call after 30 mints    \r','',154,'2017-11-30 17:04:01','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6562,4479,4,'call on wednesday  29th nov \r','',154,'2017-12-01 11:43:22','29-11-2017 - 00:00 ,Wednesday','',0,0,0,0,'','',0,1),(6563,4480,4,'will come tomarrow for visit exotica divyansh \r','',154,'2017-12-01 11:48:41','25-11-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(6564,4481,4,'will come tomarrow for divyansh and exotica\r','',154,'2017-12-01 11:49:14','25-11-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(6565,4482,4,'Interested in property and AR both will come to site and builders visit on 3/12/17 then will give docs because ajnara homes  sec 118 me uski  possession Milne wali thi but 9 months se project ruka hai is liye site visit Karna chahta hai//ye 3rd dec ke bad','',154,'2017-12-01 11:49:46','04-12-2017 - 00:30 ,Monday','',0,0,0,0,'','',0,1),(6566,4483,8,'sent mail,mou //call not pic \r','0',154,'2017-12-01 11:50:07','0','',0,0,0,0,'','',0,1),(6567,4484,4,' kindly coordinate him Sat mrng 11am visit.//920 sqft exctc/for visit coming on 2nd dec \r','',154,'2017-12-01 11:50:34','02-12-2017 - 01:00 ,Saturday','',0,0,0,0,'','',0,1),(6568,4485,4,'int in 1740sqft, resale saundrayam follow up\r','',154,'2017-12-01 11:58:17','25-11-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(6569,4487,4,'visit in divyansh, 1015sqft will come with family on sunday\r','',154,'2017-12-01 11:59:08','26-11-2017 - 00:05 ,Sunday','',0,0,0,0,'','',0,1),(6570,4488,4,'follow up\r','',154,'2017-12-01 12:01:05','27-11-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6571,4489,4,'follow up\r','',154,'2017-12-01 12:01:28','29-11-2017 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(6572,4491,4,'meeting done. Want some time. Call back on tuesday.\r','',154,'2017-12-01 12:02:00','26-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6573,4492,4,'he want all details on call. Call back him again\r','',154,'2017-12-01 12:02:37','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6574,4493,4,'call back\r','',154,'2017-12-01 12:03:41','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6575,4494,4,'call on 1 dec for site viist\r','',154,'2017-12-01 12:04:16','01-12-2017 - 13:05 ,Friday','',0,0,0,0,'','',0,1),(6576,4495,4,'follow up\r','',154,'2017-12-01 12:05:06','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6577,4496,4,'will meet on tuesday\r','',154,'2017-12-01 12:06:24','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6578,4497,4,'looking for builder floor, but visit on sat\r','',154,'2017-12-01 12:12:20','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6579,4498,3,'meeting done, he is not intrested\r','0',154,'2017-12-01 12:14:44','0','',0,0,0,0,'','',0,1),(6580,4499,3,'he is not intrested\r','0',154,'2017-12-01 12:14:59','0','',0,0,0,0,'','',0,1),(6581,4500,3,'we r not deal expressway, allready convey\r','0',154,'2017-12-01 12:15:28','0','',0,0,0,0,'','',0,1),(6582,4501,3,'he is intrested delhi only \r','0',154,'2017-12-01 12:16:09','0','',0,0,0,0,'','',0,1),(6583,4502,4,'meeting done , he will revert after one week\r','',154,'2017-12-01 12:16:38','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6584,4503,3,'number is incorrect, convey allready\r','0',154,'2017-12-01 12:16:54','0','',0,0,0,0,'','',0,1),(6585,4504,4,'int client meeting done kyc mailed rest he ll give after 5 th dec as he ll come back by australia\r','',154,'2017-12-01 12:17:44','05-12-2017 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(6586,4505,4,'looking in mahagun mywoods phase 2 2+1 between 10 15 floor / need to call him with inventory\r','',154,'2017-12-01 12:18:27','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6587,4505,4,'looking in mahagun mywoods phase 2 2+1 between 10 15 floor / need to call him with inventory\r','',154,'2017-12-01 12:18:29','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6588,4533,3,'Looking 1500 sq ft @ 65 lakhs ready to move or u/c in central noida, cant stretch budget, area minimum 1500 sq.ft, low budget customer\r','0',154,'2017-12-01 12:21:12','0','',0,0,0,0,'','',0,1),(6589,4534,3,'only lotus boulevard, 2+study, budget max 65 lakhs, low budget customer\r','0',154,'2017-12-01 12:21:28','0','',0,0,0,0,'','',0,1),(6590,4535,3,'she is looking 1500 sq.ft in central noida with 60-62 lakhs budget, low budget customer, RETURN, she will not go in noida extension, she said if you have property in this budget than please inform_24/11/17\r','0',154,'2017-12-01 12:22:50','0','',0,0,0,0,'','',0,1),(6591,4536,3,'Looking 1230 sq.ft in ajnara grand heritage, budget 60 lakhs including tm ang registry, discussed capetown, hyde park, urban casa not interested in any project, so low budget customer_;\r','0',154,'2017-12-01 12:23:10','0','',0,0,0,0,'','',0,1),(6592,4537,4,'Looking 1295 sq.ft in apex athena, floor upto 10th\r','',154,'2017-12-01 12:23:42','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6593,4538,3,'plan dropped\r','0',154,'2017-12-01 12:24:10','0','',0,0,0,0,'','',0,1),(6594,4549,8,'bizi\r','0',154,'2017-12-01 12:25:17','0','',0,0,0,0,'','',0,1),(6595,4550,8,'switch off\r','0',154,'2017-12-01 12:25:34','0','',0,0,0,0,'','',0,1),(6596,4551,4,'out of station,call back on wed 29th nov\r','',154,'2017-12-01 12:25:56','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6597,4552,4,'residencial,bud 35-40 lac 2bhk,noida extension\r','',154,'2017-12-01 12:26:30','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6598,4553,4,'ace city/ace aspire/mywoods/2+1-3bhk\r','',154,'2017-12-01 12:27:00','01-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6599,4554,4,'studio appartment/retail space\r','',154,'2017-12-01 12:27:27','26-11-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6600,4555,3,'10-15 lac bud\r','0',154,'2017-12-01 12:27:42','0','',0,0,0,0,'','',0,1),(6601,4556,8,'call disconnecting\r','0',154,'2017-12-01 12:27:57','0','',0,0,0,0,'','',0,1),(6602,4557,8,'not pick\r','0',154,'2017-12-01 12:28:13','0','',0,0,0,0,'','',0,1),(6603,4558,8,'not pick\r','0',154,'2017-12-01 12:28:34','0','',0,0,0,0,'','',0,1),(6604,4559,3,'wrong number\r','0',154,'2017-12-01 12:28:49','0','',0,0,0,0,'','',0,1),(6605,4560,8,'not  pick\r','0',154,'2017-12-01 12:29:04','0','',0,0,0,0,'','',0,1),(6606,4561,3,'2/3bhk-manesar gurgaon 25-30 lac\r','0',154,'2017-12-01 12:29:23','0','',0,0,0,0,'','',0,1),(6607,4562,3,'posponed the plan\r','0',154,'2017-12-01 12:29:37','0','',0,0,0,0,'','',0,1),(6608,4563,3,'posponed the plan\r','0',154,'2017-12-01 12:29:57','0','',0,0,0,0,'','',0,1),(6609,4564,4,'call him on wed 29th nov\r','',154,'2017-12-01 12:30:27','29-11-2017 - 17:00 ,Wednesday','',0,0,0,0,'','',0,1),(6610,4565,8,'not pick\r','0',154,'2017-12-01 12:30:42','0','',0,0,0,0,'','',0,1),(6611,4566,8,'not pick\r','0',154,'2017-12-01 12:30:57','0','',0,0,0,0,'','',0,1),(6612,4567,4,'retail-300-400sqft/RTM/sec-74/76/78 nd noida extension (20000 pr sqft)\r','',154,'2017-12-01 12:32:09','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6613,4568,4,'sec-96-110 noida-interested in lotus bullevered-office space 1800sqft-retail-400 sqft-UC possesssion within 2yrs\r','',154,'2017-12-01 12:32:48','29-11-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6614,4569,4,'call him on tue\r','',154,'2017-12-01 12:33:22','26-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6615,4570,4,'call him on mon/call not pick\r','',154,'2017-12-01 12:33:49','25-12-2017 - 12:30 ,Monday','',0,0,0,0,'','',0,1),(6616,4571,8,'not pick\r','0',154,'2017-12-01 12:34:02','0','',0,0,0,0,'','',0,1),(6617,4572,3,'he is not intrested\r','0',154,'2017-12-01 12:34:16','0','',0,0,0,0,'','',0,1),(6618,4573,3,'he did not go for AR\r','0',154,'2017-12-01 12:34:30','0','',0,0,0,0,'','',0,1),(6619,4577,4,'he said call me tomorrow//not pic \r','',154,'2017-12-01 12:36:24','25-11-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6620,4578,4,'es week kai jana pdh gya hai nxt week ayega.3rd dec \r','',154,'2017-12-01 12:36:55','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6621,4580,4,'he is coming site visit this weekand. Please call me 1 dec\r','',154,'2017-12-01 12:37:35','01-12-2017 - 14:00 ,Friday','',0,0,0,0,'','',0,1),(6622,4581,4,'he is busy now please call me  evening\r','',154,'2017-12-01 12:38:23','24-11-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6623,4582,8,'call not picked any time.\r','0',154,'2017-12-01 12:38:43','0','',0,0,0,0,'','',0,1),(6624,4583,4,'site visit done galaxy na-ii . Divyansh floora, he is intretsed for 1015 sqft.\r','',154,'2017-12-01 12:39:13','29-11-2017 - 13:30 ,Wednesday','',0,0,0,0,'','',0,1),(6625,4584,3,'call around 4 o\' clock   //call not pic \r','0',154,'2017-12-01 12:45:01','0','',0,0,0,0,'','',0,1),(6626,4585,3,'repeat','0',154,'2017-12-01 12:45:39','0','',0,0,0,0,'','',0,1),(6627,4587,3,'out of coverage aera\r','0',154,'2017-12-01 12:46:00','0','',0,0,0,0,'','',0,1),(6628,4588,8,'not pic call//not pic \r','0',154,'2017-12-01 12:46:20','0','',0,0,0,0,'','',0,1),(6629,4591,4,'looking in ajnara homes will take time / need to call him with inventory\r','',154,'2017-12-01 12:51:53','01-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6630,4595,14,'','',254,'2017-12-01 15:28:47','','',0,254,0,254,'','',0,2),(6631,4596,14,'','',256,'2017-12-01 15:35:03','','',0,256,0,256,'','',0,2),(6632,4597,14,'','',252,'2017-12-01 15:38:31','','',0,252,0,252,'','',0,2),(6633,4598,14,'','',256,'2017-12-01 15:40:04','','',0,256,0,256,'','',0,2),(6634,4599,14,'','',258,'2017-12-01 15:41:54','','',0,258,0,258,'','',0,2),(6635,4600,14,'','',260,'2017-12-01 15:45:39','','',0,260,0,260,'','',0,2),(6636,4601,14,'','',261,'2017-12-01 15:47:30','','',0,261,0,261,'','',0,2),(6639,4604,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6640,4605,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6641,4606,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6642,4607,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6643,4608,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6644,4609,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6645,4610,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6646,4611,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6647,4612,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6648,4613,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6649,4614,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6650,4615,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6651,4616,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6652,4617,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6653,4618,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6654,4619,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6655,4620,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6656,4621,1,'','',131,'2017-12-02 11:25:07','','',0,131,0,154,'','',0,1),(6657,4622,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6658,4623,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6659,4624,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6660,4625,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6661,4626,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6662,4627,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6663,4628,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6664,4629,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6665,4630,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6666,4631,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6667,4632,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6668,4633,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6669,4634,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6670,4635,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6671,4636,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6672,4637,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6673,4638,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6674,4639,1,'','',131,'2017-12-02 11:25:29','','',0,131,0,154,'','',0,1),(6675,4640,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6676,4641,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6677,4642,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6678,4643,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6679,4644,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6680,4645,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6681,4646,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6682,4647,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6683,4648,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6684,4649,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6685,4650,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6686,4651,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6687,4652,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6688,4653,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6689,4654,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6690,4655,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6691,4656,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6692,4657,1,'','',131,'2017-12-02 11:25:55','','',0,131,0,154,'','',0,1),(6693,4658,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6694,4659,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6695,4660,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6696,4661,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6697,4662,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6698,4663,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6699,4664,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6700,4665,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6701,4666,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6702,4667,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6703,4668,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6704,4669,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6705,4670,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6706,4671,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6707,4672,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6708,4673,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6709,4674,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6710,4675,1,'','',131,'2017-12-02 11:26:14','','',0,131,0,154,'','',0,1),(6711,4676,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6712,4677,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6713,4678,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6714,4679,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6715,4680,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6716,4681,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6717,4682,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6718,4683,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6719,4684,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6720,4685,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6721,4686,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6722,4687,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6723,4688,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6724,4689,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6725,4690,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6726,4691,1,'','',131,'2017-12-02 11:26:36','','',0,131,0,154,'','',0,1),(6727,4604,4,'he want 3 bhk reday to  move below 10th floor.he is coming site visit this weekand.\r','',154,'2017-12-02 11:55:26','02-12-2017 - 01:00 ,Saturday','',0,0,0,0,'','',0,1),(6728,4605,4,'he wan 2 bhk ready to move below 10th floor. She is coming site visit this weekand.\r','',154,'2017-12-02 11:56:01','02-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(6729,4606,4,'he want 2+study, he is coming site visit this weekand.\r','',154,'2017-12-02 11:56:58','02-12-2017 - 01:05 ,Saturday','',0,0,0,0,'','',0,1),(6730,4607,4,'he is planing site visit Sunday.\r','',154,'2017-12-02 11:57:40','03-12-2017 - 00:00 ,Sunday','',0,0,0,0,'','',0,1),(6731,4608,4,'he want 2 bhk ready to move below 5th floor wating 4 month , he is coming site visit saunday.\r','',154,'2017-12-02 12:02:47','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6732,4609,3,'he is not intretsed for this plan.no comfirmesation meeting time.\r','0',154,'2017-12-02 12:03:04','0','',0,0,0,0,'','',0,1),(6733,4611,4,'I will send broucher in what\'s up den he ll short listed den ll visit\r','',154,'2017-12-02 12:03:30','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6734,4612,8,'anil Gupta ph pick nahi kar raha hai\r','0',154,'2017-12-02 12:06:11','0','',0,0,0,0,'','',0,1),(6735,4613,4,'call on next week 3rd dec  already run HL  And 50 k EMI is going on\r','',154,'2017-12-02 12:07:20','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6736,4614,4,'visit 3rd dec divyansh ,himalaya & nirala estate bujet 35lac \r','',154,'2017-12-02 12:08:07','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6737,4615,8,'call not pic any time \r','0',154,'2017-12-02 12:10:55','0','',0,0,0,0,'','',0,1),(6738,4616,4,'searching 1245 nirala stata call evening//call not pic \r','',154,'2017-12-02 12:11:42','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6739,4617,3,'already touch with chetan sir so return\r','0',154,'2017-12-02 12:12:00','0','',0,0,0,0,'','',0,1),(6740,4618,4,'Coming on saturday ...\r','',154,'2017-12-02 12:12:25','02-12-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(6741,4619,8,' call in evening//not pic \r','0',154,'2017-12-02 12:13:00','0','',0,0,0,0,'','',0,1),(6742,4620,3,'budged 35 lac he want 2bhk ready to move in Sec 137 Noida expressway , Not possible , not interested other location\r','0',154,'2017-12-02 12:13:32','0','',0,0,0,0,'','',0,1),(6743,4621,4,'now busy call tomorrow//she want 2 bhk ready to move in noida ya near noida ,she said discuse husband than confrim when coming for visit site \r','',154,'2017-12-02 12:14:09','04-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6744,4622,3,'Not Interested\r','0',154,'2017-12-02 12:14:25','0','',0,0,0,0,'','',0,1),(6745,4623,4,'call not pic //meeting done 30th nov ,want time for visit \r','',154,'2017-12-02 12:14:47','30-11-2017 - 15:30 ,Thursday','',0,0,0,0,'','',0,1),(6746,4630,8,'not pic call//not pic \r','0',154,'2017-12-02 12:26:33','0','',0,0,0,0,'','',0,1),(6747,4632,4,'will visit on 3 dec \r','',154,'2017-12-02 12:27:01','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6748,4633,4,'visit done in exotica and client budget is 40 lacs. Follow up\r','',154,'2017-12-02 12:27:54','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6749,4634,3,'he is saying did not speak to anyone, cutt off call lead return\r','0',154,'2017-12-02 12:28:26','0','',0,0,0,0,'','',0,1),(6750,4635,8,'call not pick call back\r','0',154,'2017-12-02 12:28:44','0','',0,0,0,0,'','',0,1),(6751,4637,4,'will visit in weekend. Call back\r','',154,'2017-12-02 12:29:37','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6752,4638,3,'lead return not responding \r','0',154,'2017-12-02 12:29:57','0','',0,0,0,0,'','',0,1),(6753,4639,4,'int in exotica, 1705sqft resale. Will come on sat\r','',154,'2017-12-02 12:40:55','02-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6754,4640,4,'will come on sat 2 dec for site visit\r','',154,'2017-12-02 12:41:32','02-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6755,4641,3,'lead return he is saying will call back if interested\r','0',154,'2017-12-02 12:42:19','0','',0,0,0,0,'','',0,1),(6756,4642,4,'call today at 11 am\r','',154,'2017-12-02 12:43:03','27-11-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6757,4668,9,'not reachable, not ans\r','0',154,'2017-12-02 12:43:52','0','',0,0,0,0,'','',0,1),(6758,4669,4,'looking 1440 or 1665 in sethi max, also interested to visit 1480 sq.ft in mahagun moderne, site visit possible saturday 11 to 2 pm, asked to call in the morning_30-11-2017\r','',154,'2017-12-02 12:44:26','30-11-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6759,4671,4,'Looking 1995 sq.ft in ikebana, park, pool, sun facing @ 90 lakhs, we have @ 1.05 cr\r','',154,'2017-12-02 12:45:40','02-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6760,4672,8,'not ans\r','0',154,'2017-12-02 12:46:03','0','',0,0,0,0,'','',0,1),(6761,4673,4,'reqd properties only in golf avenue-2, white house, 2+study, unit pending\r','',154,'2017-12-02 12:46:54','02-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6762,4674,8,'not ans\r','0',154,'2017-12-02 12:50:03','0','',0,0,0,0,'','',0,1),(6763,4677,4,'Shown property Exotica and Booking done on 28th Nov 2017 920 Sqft Exotica\r','',154,'2017-12-02 12:50:35','28-11-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6764,4678,3,'Meeting done but he is not intrested in AR after discussion with his family members\r','0',154,'2017-12-02 12:51:19','0','',0,0,0,0,'','',0,1),(6765,4679,8,'Not Talking Calls \r','0',154,'2017-12-02 12:56:17','0','',0,0,0,0,'','',0,1),(6766,4680,4,'Had word with him he is only intrested to buy in Gaur City 11th Avn and 16th Avn below 3rd floor having budget max 52 Lacs all inclusive\r','',154,'2017-12-02 12:57:17','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6767,4681,4,'Today Meeting Fix at 2.30 pm NEPZ II\r','',154,'2017-12-02 12:57:54','26-11-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6768,4682,4,'Had word Meeting done at her place may come for site visit on coming Sat- Sun\r','',154,'2017-12-02 12:58:22','02-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6769,4683,4,'Given final quote for 920sqft Exotica waiting for final meeting time by client\r','',154,'2017-12-02 12:58:52','03-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6770,4684,4,'Meeting Schd. On Friday 1st Dec 2017 \r','',154,'2017-12-02 12:59:25','01-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6771,4685,3,'He is looking only plot in Noida \r','0',154,'2017-12-02 12:59:50','0','',0,0,0,0,'','',0,1),(6772,4686,8,'Not Talking Calls \r','0',154,'2017-12-02 13:00:13','0','',0,0,0,0,'','',0,1),(6773,1528,2,'WEb','18',252,'2017-12-05 13:19:59','0','',0,0,0,0,'','',0,2),(6774,1528,6,'','',252,'2017-12-05 07:50:46','','',0,252,0,258,'','',0,2),(6775,3706,7,'hdd','',258,'2017-12-05 13:26:58','12-06-2017 4:27:00','',1,0,0,0,'77.3899718','28.6104971',0,2),(6776,4692,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6777,4693,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6778,4694,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6779,4695,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6780,4696,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6781,4697,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6782,4698,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6783,4699,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6784,4700,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6785,4701,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6786,4702,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6787,4703,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6788,4704,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6789,4705,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6790,4706,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6791,4707,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6792,4708,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6793,4709,1,'','',131,'2017-12-08 12:00:27','','',0,131,0,154,'','',0,1),(6794,4710,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6795,4711,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6796,4712,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6797,4713,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6798,4714,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6799,4715,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6800,4716,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6801,4717,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6802,4718,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6803,4719,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6804,4720,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6805,4721,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6806,4722,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6807,4723,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6808,4724,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6809,4725,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6810,4726,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6811,4727,1,'','',131,'2017-12-08 12:00:49','','',0,131,0,154,'','',0,1),(6812,4728,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6813,4729,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6814,4730,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6815,4731,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6816,4732,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6817,4733,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6818,4734,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6819,4735,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6820,4736,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6821,4737,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6822,4738,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6823,4739,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6824,4740,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6825,4741,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6826,4742,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6827,4743,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6828,4744,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6829,4745,1,'','',131,'2017-12-08 12:01:09','','',0,131,0,154,'','',0,1),(6830,4746,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6831,4747,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6832,4748,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6833,4749,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6834,4750,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6835,4751,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6836,4752,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6837,4753,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6838,4754,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6839,4755,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6840,4756,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6841,4757,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6842,4758,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6843,4759,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6844,4760,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6845,4761,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6846,4762,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6847,4763,1,'','',131,'2017-12-08 12:01:30','','',0,131,0,154,'','',0,1),(6848,4764,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6849,4765,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6850,4766,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6851,4767,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6852,4768,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6853,4769,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6854,4770,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6855,4771,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6856,4772,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6857,4773,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6858,4774,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6859,4775,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6860,4776,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6861,4777,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6862,4778,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6863,4779,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6864,4780,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6865,4781,1,'','',131,'2017-12-08 12:01:48','','',0,131,0,154,'','',0,1),(6866,4782,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6867,4783,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6868,4784,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6869,4785,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6870,4786,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6871,4787,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6872,4788,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6873,4789,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6874,4790,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6875,4791,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6876,4792,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6877,4793,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6878,4794,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6879,4795,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6880,4796,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6881,4797,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6882,4798,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6883,4799,1,'','',131,'2017-12-08 12:02:06','','',0,131,0,154,'','',0,1),(6884,4800,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6885,4801,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6886,4802,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6887,4803,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6888,4804,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6889,4805,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6890,4806,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6891,4807,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6892,4808,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6893,4809,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6894,4810,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6895,4811,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6896,4812,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6897,4813,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6898,4814,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6899,4815,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6900,4816,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6901,4817,1,'','',131,'2017-12-08 12:02:32','','',0,131,0,154,'','',0,1),(6902,3315,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6903,3316,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6904,4818,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6905,4819,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6906,4820,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6907,4821,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6908,4822,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6909,4823,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6910,4824,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6911,4825,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6912,4826,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6913,4827,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6914,4828,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6915,4829,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6916,4830,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6917,4831,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6918,4832,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6919,4833,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6920,4834,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6921,4835,1,'','',131,'2017-12-08 12:02:50','','',0,131,0,154,'','',0,1),(6922,4836,1,'','',131,'2017-12-08 12:03:07','','',0,131,0,154,'','',0,1),(6923,4837,1,'','',131,'2017-12-08 12:03:07','','',0,131,0,154,'','',0,1),(6924,4838,1,'','',131,'2017-12-08 12:03:07','','',0,131,0,154,'','',0,1),(6925,4839,1,'','',131,'2017-12-08 12:03:07','','',0,131,0,154,'','',0,1),(6926,4692,8,'not pic \r','0',154,'2017-12-08 12:04:07','0','',0,0,0,0,'','',0,1),(6927,4693,4,'intrested in 2 bhk + study bujet 45 coming sunday\r','',154,'2017-12-08 12:04:34','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6928,4694,8,'not pic \r','0',154,'2017-12-08 12:04:48','0','',0,0,0,0,'','',0,1),(6929,4695,8,'not pic \r','0',154,'2017-12-08 12:04:55','0','',0,0,0,0,'','',0,1),(6930,4696,4,'coming.15 jan,right now in out of delhi\r','',154,'2017-12-08 12:05:18','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6931,4697,4,'Meeting fix  2nd dec \r','',154,'2017-12-08 12:05:38','02-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6932,4699,4,'Customer is not available till time he said call on 4th dec and fix meeting\r','',154,'2017-12-08 12:06:13','04-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6933,4700,4,'meeting done ,will give docs on mail by tomorrow//some doc collect\r','',154,'2017-12-08 12:29:03','02-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6934,4701,4,'Meeting done come  for visit10th dec .\r','',154,'2017-12-08 12:29:27','10-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6935,4702,4,'2bhk in 30 lacs..pitch himalya will come week end for visit   9th dec and 10th dec    \r','',154,'2017-12-08 12:29:47','09-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6936,4703,8,'call but ph waiting //not pic \r','0',154,'2017-12-08 12:30:16','0','',0,0,0,0,'','',0,1),(6937,4704,3,'no...seva me nhi hai...\r','0',154,'2017-12-08 12:30:34','0','',0,0,0,0,'','',0,1),(6938,4705,4,'Call after 1 hours....\r','',154,'2017-12-08 12:31:02','03-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6939,4706,4,'Praful Saturday ko metting krega\r','',154,'2017-12-08 12:31:26','09-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6940,4707,8,'call not pic //not pic \r','0',154,'2017-12-08 12:31:41','0','',0,0,0,0,'','',0,1),(6941,4708,8,'call cut again and again \r','0',154,'2017-12-08 12:32:01','0','',0,0,0,0,'','',0,1),(6942,4709,8,'call back //notpic \r','0',154,'2017-12-08 12:32:34','0','',0,0,0,0,'','',0,1),(6943,4710,4,'out of delhi call after 10dec \r','',154,'2017-12-08 12:34:12','11-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6944,4712,4,'Sir alreday follow up mai hai is weekend ana tha aaj nxt weekend ka tme diya hai \r','',154,'2017-12-08 12:34:52','10-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6945,4714,8,'not pic //not pic \r','0',154,'2017-12-08 12:35:12','0','',0,0,0,0,'','',0,1),(6946,4713,8,'not pic //not pic \r','0',154,'2017-12-08 12:35:37','0','',0,0,0,0,'','',0,1),(6947,4715,8,'He didn’t pick any call... and now switch off\r','0',154,'2017-12-08 12:35:55','0','',0,0,0,0,'','',0,1),(6948,4716,4,'call received Lady she said Call after some time\r','',154,'2017-12-08 12:36:26','04-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(6949,4717,4,'he want 1230 Sq.ft in Ajnara Grand heritage tower d below 10 th floor\r','',154,'2017-12-08 12:36:57','05-12-2017 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(6950,4718,4,'he want details Yaur Yamuna city\r','',154,'2017-12-08 12:37:25','06-12-2017 - 13:30 ,Wednesday','',0,0,0,0,'','',0,1),(6951,4719,8,'call not pick\r','0',154,'2017-12-08 12:37:38','0','',0,0,0,0,'','',0,1),(6952,4720,4,'he want 2 bhk ready to move in budged 40lac pitch Divyansh , Exotica , Galaxy North Avenue 2\r','',154,'2017-12-08 12:38:04','08-12-2017 - 13:05 ,Friday','',0,0,0,0,'','',0,1),(6953,4721,8,'Morning se cl pic ni kr rhe ha\r','0',154,'2017-12-08 12:38:18','0','',0,0,0,0,'','',0,1),(6954,4722,4,'meeting done take some time for visit call back 10th dec \r','',154,'2017-12-08 12:38:39','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6955,4723,8,'call not pic \r','0',154,'2017-12-08 12:41:28','0','',0,0,0,0,'','',0,1),(6956,4724,4,'Saturday visit Arden 1065sqft\r','',154,'2017-12-08 12:42:30','09-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(6957,4725,3,'not interested \r','0',154,'2017-12-08 12:42:44','0','',0,0,0,0,'','',0,1),(6958,4726,3,'broker \r','0',154,'2017-12-08 12:42:59','0','',0,0,0,0,'','',0,1),(6959,4727,3,'not interested \r','0',154,'2017-12-08 12:43:11','0','',0,0,0,0,'','',0,1),(6960,4728,8,'not pic \r','0',154,'2017-12-08 12:43:23','0','',0,0,0,0,'','',0,1),(6961,4729,8,'call back //notpic \r','0',154,'2017-12-08 12:43:37','0','',0,0,0,0,'','',0,1),(6962,4730,8,'not pic //not pic \r','0',154,'2017-12-08 12:43:55','0','',0,0,0,0,'','',0,1),(6963,4731,4,'interested only in GC-1 only, follow up\r','',154,'2017-12-08 12:45:51','07-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(6964,4732,4,'Meeting done at clients Office and he will come for visit in coming weekend\r','',154,'2017-12-08 12:47:42','09-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(6965,4733,4,'meeting & site visit done on 2-12-17 \r','',154,'2017-12-08 12:48:21','04-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6966,4734,4,'will call me back\r','',154,'2017-12-08 12:49:09','08-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6967,4735,3,'looking in central noida, 3bhk in 50 lacs lead return\r','0',154,'2017-12-08 12:50:39','0','',0,0,0,0,'','',0,1),(6968,4736,4,'interested in exotica, 920sqft follow up\r','',154,'2017-12-08 12:52:07','08-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(6969,4737,4,'visit Done in Exotica and galaxy vega looking 3 bhk want some time call him 4 dec\r','',154,'2017-12-08 12:59:33','04-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6970,4738,3,'repeat','0',154,'2017-12-08 13:13:30','0','',0,0,0,0,'','',0,1),(6971,4739,3,'lead return \r','0',154,'2017-12-08 13:13:49','0','',0,0,0,0,'','',0,1),(6972,4741,3,'s off number lead return\r','0',154,'2017-12-08 13:15:01','0','',0,0,0,0,'','',0,1),(6973,4742,4,'will come in sat for site visit for ambar and exotica\r','',154,'2017-12-08 13:15:25','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6974,4746,4,'wanted to visit on 3-dec but somehow not visited.\r','',154,'2017-12-08 13:15:48','03-12-2017 - 13:05 ,Sunday','',0,0,0,0,'','',0,1),(6975,4747,3,'lead return looking in GC-1 only\r','0',154,'2017-12-08 13:16:05','0','',0,0,0,0,'','',0,1),(6976,4748,3,'lead return cust not giving time to site visit\r','0',154,'2017-12-08 13:16:24','0','',0,0,0,0,'','',0,1),(6977,4749,8,'call not picking call back\r','0',154,'2017-12-08 13:16:39','0','',0,0,0,0,'','',0,1),(6978,4750,4,'Client was suppose to come on Sunday but he did\'t pick the call on Sunday. Follow up\r','',154,'2017-12-08 13:17:25','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6979,4751,4,'Client was suppose to come on Sunday but he did\'t pick the call on Sunday. Follow up\r','',154,'2017-12-08 13:18:11','10-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(6980,4763,4,'meeting done,\r','',154,'2017-12-08 13:18:38','05-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(6981,4764,3,'he is a supertech employee\r','0',154,'2017-12-08 13:19:05','0','',0,0,0,0,'','',0,1),(6982,4765,4,'meeting not done as if now\r','',154,'2017-12-08 13:19:33','06-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(6983,4766,4,'meeting done,revert after two days\r','',154,'2017-12-08 13:19:59','04-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(6984,4767,3,'he denied for meeting\r','0',154,'2017-12-08 13:20:16','0','',0,0,0,0,'','',0,1),(6985,4769,3,'return\r','0',154,'2017-12-08 13:20:37','0','',0,0,0,0,'','',0,1),(6986,4770,3,'meeting done, he is not intrested\r','0',154,'2017-12-08 13:20:56','0','',0,0,0,0,'','',0,1),(6987,4803,8,'not pic \r','0',154,'2017-12-08 13:22:44','0','',0,0,0,0,'','',0,1),(6988,4810,4,'discussed over the phone, he will come on Saturday or Sunday \r','',154,'2017-12-08 13:23:16','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(6989,1528,13,'','',258,'2017-12-08 09:17:22','','',0,258,0,258,'','',0,2),(6990,3740,1,'','',252,'2017-12-08 14:48:06','','',0,252,0,252,'','',0,2),(6991,3740,2,'Website','18',252,'2017-12-08 14:48:33','0','',0,0,0,0,'','',0,2),(6992,3740,6,'','',252,'2017-12-08 09:19:47','','',0,252,0,258,'','',0,2),(6993,3740,13,'','',258,'2017-12-08 14:50:41','','',0,258,0,258,'','',0,2),(6994,3740,7,'ggsg','',258,'2017-12-08 14:52:25','12-08-2017 14:52:00','Noida',6,0,0,0,'77.3899631','28.6105193',0,2),(6995,3708,13,'','',258,'2017-12-11 11:39:01','','',0,258,0,261,'','',0,2),(6996,4597,2,'fgcvm','18',252,'2017-12-11 12:00:56','0','',0,0,0,0,'','',0,2),(6997,1525,2,'ghjk\'k','18',252,'2017-12-11 12:01:09','0','',0,0,0,0,'','',0,2),(6998,1524,2,'fghjk','18',252,'2017-12-11 12:01:25','0','',0,0,0,0,'','',0,2),(6999,1523,2,'rtdyfukihl','18',252,'2017-12-11 12:01:46','0','',0,0,0,0,'','',0,2),(7000,1522,2,'dghfjklj;','18',252,'2017-12-11 12:02:00','0','',0,0,0,0,'','',0,2),(7001,1522,6,'','',252,'2017-12-11 06:32:40','','',0,252,0,260,'','',0,2),(7002,1523,6,'','',252,'2017-12-11 06:34:15','','',0,252,0,258,'','',0,2),(7003,1524,6,'','',252,'2017-12-11 06:34:15','','',0,252,0,258,'','',0,2),(7004,1525,6,'','',252,'2017-12-11 06:34:15','','',0,252,0,258,'','',0,2),(7005,4597,6,'','',252,'2017-12-11 06:34:15','','',0,252,0,258,'','',0,2),(7006,1523,13,'','',258,'2017-12-11 12:06:07','','',0,258,0,258,'','',0,2),(7007,1523,4,'Ffhj','',258,'2017-12-11 12:09:35','13-02-2018 06:39:43','',0,0,0,0,'77.3900624559045','28.6105412231932',0,2),(7008,1523,4,'dhj','',258,'2017-12-11 12:09:38','12-11-2017 12:9:00','',0,0,0,0,'77.3899635','28.6105185',0,2),(7009,1523,4,'Ffhj','',258,'2017-12-11 12:09:48','13-02-2018 06:39:43','',0,0,0,0,'77.3900582056783','28.6105393028954',0,2),(7010,1523,4,'GdhhFfhj','',258,'2017-12-11 12:09:52','13-02-2018 06:39:43','',0,0,0,0,'77.3900709201547','28.6105132684798',0,2),(7011,1528,4,'Sam','',258,'2017-12-11 12:12:22','11-12-2017 06:42:15','',0,0,0,0,'77.390071637157','28.6105435919408',0,2),(7012,1528,4,'samiksha','',258,'2017-12-11 12:12:22','12-12-2017 12:12:00','',0,0,0,0,'77.3899632','28.610519',0,2),(7013,1524,12,'','',258,'2017-12-11 12:15:11','','',0,258,0,260,'','',0,2),(7014,1524,13,'','',260,'2017-12-11 12:18:11','','',0,260,0,261,'','',0,2),(7015,1525,13,'','',258,'2017-12-11 12:24:16','','',0,258,0,261,'','',0,2),(7016,1525,13,'','',258,'2017-12-11 12:24:25','','',0,258,0,258,'','',0,2),(7017,3709,13,'','',258,'2017-12-11 12:26:51','','',0,258,0,261,'','',0,2),(7018,3706,11,'Hfdv','18',258,'2017-12-11 12:32:24','2017-12-11 12:32:24','',0,0,0,0,'77.3899523','28.6104744',0,2),(7019,1523,9,'test ','',258,'2017-12-11 12:53:59','','',0,0,0,0,'77.3907833733385','28.6097383685676',0,2),(7020,4840,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7021,4841,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7022,4842,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7023,4843,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7024,4844,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7025,4845,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7026,4846,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7027,4847,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7028,4848,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7029,4849,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7030,4850,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7031,4851,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7032,4852,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7033,4853,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7034,4854,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7035,4855,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7036,4856,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7037,4857,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7038,4858,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7039,4859,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7040,4860,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7041,4861,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7042,4862,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7043,4863,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7044,4864,1,'','',242,'2017-12-11 13:12:07','','',0,242,0,244,'','',0,13),(7045,4865,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7046,4866,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7047,4867,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7048,4868,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7049,4869,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7050,4870,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7051,4871,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7052,4872,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7053,4873,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7054,4874,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7055,4875,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7056,4876,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7057,4877,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7058,4878,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7059,4879,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7060,4880,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7061,4881,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7062,4882,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7063,4883,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7064,4884,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7065,4885,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7066,4886,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7067,4887,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7068,4888,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7069,4889,1,'','',242,'2017-12-11 13:12:20','','',0,242,0,244,'','',0,13),(7070,4890,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7071,4891,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7072,4892,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7073,4893,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7074,4894,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7075,4895,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7076,4896,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7077,4897,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7078,4898,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7079,4899,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7080,4900,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7081,4901,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7082,4902,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7083,4903,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7084,4904,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7085,4905,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7086,4906,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7087,4907,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7088,4908,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7089,4909,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7090,4910,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7091,4911,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7092,4912,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7093,4913,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7094,4914,1,'','',242,'2017-12-11 13:12:31','','',0,242,0,244,'','',0,13),(7095,4915,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7096,4916,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7097,4917,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7098,4918,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7099,4919,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7100,4920,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7101,4921,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7102,4922,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7103,4923,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7104,4924,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7105,4925,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7106,4926,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7107,4927,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7108,4928,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7109,4929,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7110,4930,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7111,4931,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7112,4932,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7113,4933,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7114,4934,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7115,4935,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7116,4936,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7117,4937,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7118,4938,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7119,4939,1,'','',242,'2017-12-11 13:12:43','','',0,242,0,244,'','',0,13),(7120,4940,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7121,4941,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7122,4942,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7123,4943,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7124,4944,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7125,4945,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7126,4946,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7127,4947,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7128,4948,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7129,4949,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7130,4950,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7131,4951,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7132,4952,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7133,4953,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7134,4954,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7135,4955,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7136,4956,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7137,4957,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7138,4958,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7139,4959,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7140,4960,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7141,4961,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7142,4962,1,'','',242,'2017-12-11 13:13:11','','',0,242,0,244,'','',0,13),(7143,4963,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7144,4964,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7145,4965,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7146,4966,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7147,4967,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7148,4968,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7149,4969,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7150,4970,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7151,4971,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7152,4972,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7153,4973,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7154,4974,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7155,4975,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7156,4976,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7157,4977,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7158,4978,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7159,4979,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7160,4980,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7161,4981,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7162,4982,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7163,4983,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7164,4984,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7165,4985,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7166,4986,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7167,4987,1,'','',242,'2017-12-11 13:13:43','','',0,242,0,244,'','',0,13),(7168,4988,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7169,4989,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7170,4990,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7171,4991,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7172,4992,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7173,4993,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7174,4994,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7175,4995,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7176,4996,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7177,4997,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7178,4998,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7179,4999,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7180,5000,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7181,5001,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7182,5002,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7183,5003,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7184,5004,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7185,5005,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7186,5006,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7187,5007,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7188,5008,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7189,5009,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7190,5010,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7191,5011,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7192,5012,1,'','',242,'2017-12-11 13:13:59','','',0,242,0,244,'','',0,13),(7193,5013,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7194,5014,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7195,5015,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7196,5016,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7197,5017,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7198,5018,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7199,5019,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7200,5020,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7201,5021,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7202,5022,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7203,5023,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7204,5024,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7205,5025,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7206,5026,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7207,5027,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7208,5028,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7209,5029,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7210,5030,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7211,5031,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7212,5032,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7213,5033,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7214,5034,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7215,5035,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7216,5036,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7217,5037,1,'','',242,'2017-12-11 13:14:22','','',0,242,0,244,'','',0,13),(7218,5038,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7219,5039,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7220,5040,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7221,5041,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7222,5042,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7223,5043,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7224,5044,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7225,5045,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7226,5046,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7227,5047,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7228,5048,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7229,5049,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7230,5050,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7231,5051,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7232,5052,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7233,5053,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7234,5054,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7235,5055,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7236,5056,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7237,5057,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7238,5058,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7239,5059,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7240,5060,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7241,5061,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7242,5062,1,'','',242,'2017-12-11 13:14:35','','',0,242,0,244,'','',0,13),(7243,5063,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7244,5064,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7245,5065,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7246,5066,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7247,5067,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7248,5068,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7249,5069,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7250,5070,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7251,5071,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7252,5072,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7253,5073,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7254,5074,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7255,5075,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7256,5076,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7257,5077,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7258,5078,1,'','',242,'2017-12-11 13:14:46','','',0,242,0,244,'','',0,13),(7259,1523,5,'test','',258,'2017-12-11 14:22:43','','',0,258,0,258,'','',0,2),(7260,3740,5,'t','',258,'2017-12-11 14:47:39','','',0,258,0,258,'','',0,2),(7261,1523,4,'Gsdy','',258,'2017-12-11 16:55:42','11-12-2018 11:26:00','',0,0,0,0,'77.3899378251933','28.610441479916',0,2),(7262,1525,5,'jfsss','',260,'2017-12-11 16:56:32','','',0,260,0,258,'','',0,2),(7264,4597,13,'','',258,'2017-12-12 10:57:25','','',0,258,0,258,'','',0,2),(7265,3740,2,'jask','18',252,'2017-12-12 11:13:05','0','',0,0,0,0,'','',0,2),(7266,1521,2,'Web','18',252,'2017-12-12 11:13:21','0','',0,0,0,0,'','',0,2),(7267,1528,2,'Website','18',252,'2017-12-12 11:13:38','0','',0,0,0,0,'','',0,2),(7268,1525,2,'Web','18',252,'2017-12-12 11:13:50','0','',0,0,0,0,'','',0,2),(7269,1520,2,'Web','18',252,'2017-12-12 11:14:02','0','',0,0,0,0,'','',0,2),(7270,1520,6,'','',252,'2017-12-12 05:44:15','','',0,252,0,258,'','',0,2),(7271,1521,6,'','',252,'2017-12-12 05:44:15','','',0,252,0,258,'','',0,2),(7272,1525,6,'','',252,'2017-12-12 05:44:15','','',0,252,0,258,'','',0,2),(7273,1528,6,'','',252,'2017-12-12 05:44:15','','',0,252,0,258,'','',0,2),(7274,3740,6,'','',252,'2017-12-12 05:44:15','','',0,252,0,258,'','',0,2),(7275,3740,13,'','',258,'2017-12-12 11:51:23','','',0,258,0,258,'','',0,2),(7276,1528,13,'','',258,'2017-12-12 15:40:35','','',0,258,0,258,'','',0,2),(7277,1525,13,'','',258,'2017-12-12 15:42:17','','',0,258,0,258,'','',0,2),(7278,1525,13,'','',258,'2017-12-12 15:42:25','','',0,258,0,258,'','',0,2),(7279,1521,13,'','',258,'2017-12-12 15:43:38','','',0,258,0,258,'','',0,2),(7280,3740,13,'','',258,'2017-12-12 15:49:22','','',0,258,0,258,'','',0,2),(7281,1520,13,'','',258,'2017-12-12 15:52:53','','',0,258,0,258,'','',0,2),(7282,1519,2,'Web','18',252,'2017-12-12 16:00:09','0','',0,0,0,0,'','',0,2),(7283,1518,2,'dfgdf','18',252,'2017-12-12 16:00:55','0','',0,0,0,0,'','',0,2),(7284,1516,2,'dfgh','18',252,'2017-12-12 16:01:04','0','',0,0,0,0,'','',0,2),(7285,1517,2,'sdfgh','18',252,'2017-12-12 16:01:19','0','',0,0,0,0,'','',0,2),(7286,1507,2,'jdnc','18',252,'2017-12-12 16:01:20','0','',0,0,0,0,'','',0,2),(7287,1508,2,'ndvjkc','18',252,'2017-12-12 16:01:30','0','',0,0,0,0,'','',0,2),(7288,1515,2,'sdf','18',252,'2017-12-12 16:01:31','0','',0,0,0,0,'','',0,2),(7289,1514,2,'sdfsg','18',252,'2017-12-12 16:01:41','0','',0,0,0,0,'','',0,2),(7290,1509,2,' dnjvxdc','18',252,'2017-12-12 16:01:47','0','',0,0,0,0,'','',0,2),(7291,1510,2,'ndxc','18',252,'2017-12-12 16:01:57','0','',0,0,0,0,'','',0,2),(7292,1507,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7293,1508,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7294,1509,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7295,1510,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7296,1514,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7297,1515,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7298,1516,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7299,1517,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7300,1518,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7301,1519,6,'','',252,'2017-12-12 10:32:22','','',0,252,0,258,'','',0,2),(7302,1519,13,'','',258,'2017-12-12 16:07:18','','',0,258,0,258,'','',0,2),(7303,1518,13,'','',258,'2017-12-12 16:13:00','','',0,258,0,258,'','',0,2),(7304,1517,13,'','',258,'2017-12-12 16:17:47','','',0,258,0,258,'','',0,2),(7305,1516,13,'','',258,'2017-12-12 16:21:07','','',0,258,0,258,'','',0,2),(7306,1515,13,'','',258,'2017-12-12 16:42:57','','',0,258,0,258,'','',0,2),(7307,1514,13,'','',258,'2017-12-12 17:04:34','','',0,258,0,258,'','',0,2),(7308,1510,13,'','',258,'2017-12-12 17:06:51','','',0,258,0,258,'','',0,2),(7309,1509,12,'','',258,'2017-12-12 17:08:52','','',0,258,0,260,'','',0,2),(7310,1511,2,'Web','18',252,'2017-12-12 17:11:33','0','',0,0,0,0,'','',0,2),(7311,1512,2,'Web','18',252,'2017-12-12 17:11:58','0','',0,0,0,0,'','',0,2),(7312,1513,2,'Web','18',252,'2017-12-12 17:12:07','0','',0,0,0,0,'','',0,2),(7313,3741,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7314,3742,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7315,3743,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7316,3744,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7317,3745,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7318,3746,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7319,3747,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7320,3748,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7321,3749,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7322,3750,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7323,3751,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7324,3752,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7325,3753,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7326,3754,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7327,3755,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7328,3756,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7329,3757,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7330,3758,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7331,3759,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7332,3760,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7333,3761,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7334,3762,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7335,3763,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7336,3765,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7337,3766,1,'','',252,'2017-12-12 17:12:29','','',0,252,0,252,'','',0,2),(7338,1511,6,'','',252,'2017-12-12 11:43:03','','',0,252,0,258,'','',0,2),(7339,1512,6,'','',252,'2017-12-12 11:43:03','','',0,252,0,258,'','',0,2),(7340,1513,6,'','',252,'2017-12-12 11:43:03','','',0,252,0,258,'','',0,2),(7341,3765,2,'bjsnx','18',252,'2017-12-12 17:13:24','0','',0,0,0,0,'','',0,2),(7342,3766,2,'Action','18',252,'2017-12-12 17:13:46','0','',0,0,0,0,'','',0,2),(7343,3763,2,'nx x','18',252,'2017-12-12 17:14:08','0','',0,0,0,0,'','',0,2),(7344,3762,2,'dj','18',252,'2017-12-12 17:14:23','0','',0,0,0,0,'','',0,2),(7345,3761,2,'jsdj','18',252,'2017-12-12 17:14:34','0','',0,0,0,0,'','',0,2),(7346,3760,2,'djkd','18',252,'2017-12-12 17:14:48','0','',0,0,0,0,'','',0,2),(7347,3760,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7348,3761,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7349,3762,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7350,3763,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7351,3765,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7352,3766,6,'','',252,'2017-12-12 11:45:02','','',0,252,0,258,'','',0,2),(7353,3766,13,'','',258,'2017-12-12 17:18:08','','',0,258,0,258,'','',0,2),(7354,3765,13,'','',258,'2017-12-12 17:19:36','','',0,258,0,258,'','',0,2),(7355,3765,13,'','',258,'2017-12-12 17:19:36','','',0,258,0,258,'','',0,2),(7356,3763,13,'','',258,'2017-12-12 18:03:28','','',0,258,0,258,'','',0,2),(7357,3762,13,'','',258,'2017-12-12 18:05:23','','',0,258,0,258,'','',0,2),(7358,3761,13,'','',258,'2017-12-13 09:40:56','','',0,258,0,258,'','',0,2),(7359,3760,13,'','',258,'2017-12-13 09:42:59','','',0,258,0,258,'','',0,2),(7360,1513,13,'','',258,'2017-12-13 10:05:52','','',0,258,0,258,'','',0,2),(7361,1512,13,'','',258,'2017-12-13 10:10:01','','',0,258,0,258,'','',0,2),(7362,1511,13,'','',258,'2017-12-13 10:23:04','','',0,258,0,258,'','',0,2),(7363,1507,13,'','',258,'2017-12-13 10:33:22','','',0,258,0,259,'','',0,2),(7364,1508,13,'','',258,'2017-12-13 10:33:22','','',0,258,0,259,'','',0,2),(7365,3759,2,'rt','18',252,'2017-12-13 10:36:05','0','',0,0,0,0,'','',0,2),(7366,3758,2,'dr','18',252,'2017-12-13 10:36:16','0','',0,0,0,0,'','',0,2),(7367,3757,2,'ert','18',252,'2017-12-13 10:36:25','0','',0,0,0,0,'','',0,2),(7368,3756,2,'wqert','18',252,'2017-12-13 10:36:36','0','',0,0,0,0,'','',0,2),(7369,3755,2,'sdfg','18',252,'2017-12-13 10:36:52','0','',0,0,0,0,'','',0,2),(7370,3754,2,'gdh','18',252,'2017-12-13 10:38:08','0','',0,0,0,0,'','',0,2),(7371,3752,2,'fghj','18',252,'2017-12-13 10:38:16','0','',0,0,0,0,'','',0,2),(7372,3752,6,'','',252,'2017-12-13 05:09:31','','',0,252,0,258,'','',0,2),(7373,3754,6,'','',252,'2017-12-13 05:09:31','','',0,252,0,258,'','',0,2),(7374,3755,6,'','',252,'2017-12-13 05:09:31','','',0,252,0,258,'','',0,2),(7375,3755,13,'','',258,'2017-12-13 10:40:10','','',0,258,0,258,'','',0,2),(7376,3754,12,'','',258,'2017-12-13 10:41:25','','',0,258,0,260,'','',0,2),(7377,1653,12,'','',247,'2017-12-13 11:36:04','','',0,247,0,248,'','',0,13),(7378,1653,5,'Reassigned to Shrawan','',247,'2017-12-13 11:36:18','','',0,247,0,249,'','',0,13),(7379,4840,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7380,4841,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7381,4842,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7382,4843,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7383,4844,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7384,4845,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7385,4846,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7386,4847,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7387,4848,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7388,4849,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7389,4850,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7390,4851,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7391,4852,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7392,4853,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7393,4854,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7394,4855,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7395,4856,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7396,4857,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7397,4858,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7398,4859,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7399,4860,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7400,4861,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7401,4862,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7402,4863,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7403,4864,1,'','',244,'2017-12-13 11:38:37','','',0,244,0,244,'','',0,13),(7404,5079,14,'','',244,'2017-12-13 11:46:26','','',0,244,0,244,'','',0,13),(7405,5079,9,'Phone not reachable','0',244,'2017-12-13 11:47:19','0','',0,0,0,0,'','',0,13),(7406,5079,2,'Static Website Required for Furniture Business','21',244,'2017-12-13 11:47:53','0','',0,0,0,0,'','',0,13),(7407,5079,6,'','',244,'2017-12-13 06:19:23','','',0,244,0,247,'','',0,13),(7408,5079,13,'','',247,'2017-12-13 11:49:49','','',0,247,0,247,'','',0,13),(7409,5079,8,'did not pick up ','',247,'2017-12-13 11:50:11','','',0,0,0,0,'','',0,13),(7410,5079,8,'no response ','',247,'2017-12-13 11:50:20','','',0,0,0,0,'','',0,13),(7411,5079,11,'static website sold for RS 15k','21',247,'2017-12-13 11:50:56','2017-12-13 11:50:56','',0,0,0,0,'','',0,13),(7412,3766,5,'jcz','',258,'2017-12-13 11:53:34','','',0,258,0,261,'','',0,2),(7413,3752,13,'','',258,'2017-12-13 11:55:30','','',0,258,0,261,'','',0,2),(7414,5080,14,'','',244,'2017-12-13 11:55:52','','',0,244,0,244,'','',0,13),(7415,5080,8,'did not pick up','0',244,'2017-12-13 11:56:47','0','',0,0,0,0,'','',0,13),(7416,5080,2,'Needs a web application','17',244,'2017-12-13 11:57:08','0','',0,0,0,0,'','',0,13),(7417,5080,6,'','',244,'2017-12-13 06:27:35','','',0,244,0,247,'','',0,13),(7418,5080,13,'','',247,'2017-12-13 11:57:54','','',0,247,0,247,'','',0,13),(7419,5080,8,'did not pick up ','',247,'2017-12-13 11:58:20','','',0,0,0,0,'','',0,13),(7420,5080,7,'meeting at Sector 65','',247,'2017-12-13 11:58:40','12-13-2017 11:58:00','',1,0,0,0,'','',0,13),(7421,5080,11,'sold a SMC like web application','17',247,'2017-12-13 11:59:07','2017-12-13 11:59:07','',0,0,0,0,'','',0,13),(7422,3752,7,'xgh','',261,'2017-12-13 12:04:45','12-13-2017 12:5:00','',1,0,0,0,'77.3899632','28.6105242',0,2),(7423,3764,4,'jhd','',261,'2017-12-13 12:05:40','12-13-2017 12:5:00','',0,0,0,0,'77.3899609','28.6105218',0,2),(7424,3764,9,'hfd','',261,'2017-12-13 12:07:24','','',0,0,0,0,'77.3899616','28.6105237',0,2),(7427,5081,14,'','',243,'2017-12-13 12:18:23','','',0,243,0,243,'','',0,13),(7428,5082,14,'','',243,'2017-12-13 12:19:27','','',0,243,0,243,'','',0,13),(7429,5081,2,'Mobile Application is required','16',243,'2017-12-13 12:20:06','0','',0,0,0,0,'','',0,13),(7430,5082,2,'Interested in Digital Marketing','22',243,'2017-12-13 12:20:23','0','',0,0,0,0,'','',0,13),(7431,5081,6,'','',243,'2017-12-13 06:50:36','','',0,243,0,247,'','',0,13),(7432,5082,6,'','',243,'2017-12-13 06:50:36','','',0,243,0,247,'','',0,13),(7433,5082,13,'','',247,'2017-12-13 12:20:56','','',0,247,0,247,'','',0,13),(7434,5081,13,'','',247,'2017-12-13 12:20:56','','',0,247,0,247,'','',0,13),(7435,5081,4,'Asked to call on 14th','',247,'2017-12-13 12:21:38','12-14-2017 16:0:00','',0,0,0,0,'','',0,13),(7436,5082,4,'asked to call on 14th. have sent them the complete documentation ','',247,'2017-12-13 12:22:18','12-14-2017 16:0:00','',0,0,0,0,'','',0,13),(7437,4865,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7438,4866,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7439,4867,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7440,4868,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7441,4869,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7442,4870,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7443,4871,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7444,4872,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7445,4873,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7446,4874,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7447,4875,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7448,4876,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7449,4877,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7450,4878,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7451,4879,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7452,4880,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7453,4881,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7454,4882,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7455,4883,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7456,4884,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7457,4885,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7458,4886,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7459,4887,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7460,4888,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7461,4889,1,'','',244,'2017-12-13 12:24:03','','',0,244,0,244,'','',0,13),(7462,4890,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7463,4891,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7464,4892,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7465,4893,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7466,4894,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7467,4895,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7468,4896,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7469,4897,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7470,4898,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7471,4899,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7472,4900,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7473,4901,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7474,4902,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7475,4903,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7476,4904,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7477,4905,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7478,4906,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7479,4907,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7480,4908,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7481,4909,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7482,4910,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7483,4911,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7484,4912,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7485,4913,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7486,4914,1,'','',244,'2017-12-13 12:24:57','','',0,244,0,244,'','',0,13),(7487,5083,14,'','',243,'2017-12-13 12:25:21','','',0,243,0,243,'','',0,13),(7488,4915,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7489,4916,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7490,4917,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7491,4918,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7492,4919,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7493,4920,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7494,4921,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7495,4922,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7496,4923,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7497,4924,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7498,4925,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7499,4926,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7500,4927,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7501,4928,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7502,4929,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7503,4930,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7504,4931,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7505,4932,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7506,4933,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7507,4934,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7508,4935,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7509,4936,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7510,4937,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7511,4938,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7512,4939,1,'','',244,'2017-12-13 12:25:50','','',0,244,0,244,'','',0,13),(7513,5083,2,'needs an application like Zomato','16',243,'2017-12-13 12:25:55','0','',0,0,0,0,'','',0,13),(7514,5083,6,'','',243,'2017-12-13 06:56:08','','',0,243,0,247,'','',0,13),(7515,5083,13,'','',247,'2017-12-13 12:26:39','','',0,247,0,247,'','',0,13),(7516,4940,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7517,4941,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7518,4942,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7519,4943,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7520,4944,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7521,4945,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7522,4946,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7523,4947,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7524,4948,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7525,4949,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7526,4950,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7527,4951,1,'','',244,'2017-12-13 12:27:23','','',0,244,0,244,'','',0,13),(7528,1651,3,'Duplicate lead','0',244,'2017-12-13 12:33:41','0','',0,0,0,0,'','',0,13),(7529,1602,2,'SEO, SMO ,','22',244,'2017-12-13 12:37:08','0','',0,0,0,0,'','',0,13),(7530,1609,2,'Dynamic Website Event Management','21',244,'2017-12-13 12:38:06','0','',0,0,0,0,'','',0,13),(7531,1629,2,'Mobile Applicationtracking','16',244,'2017-12-13 12:39:05','0','',0,0,0,0,'','',0,13),(7532,1634,2,'SEO','22',244,'2017-12-13 12:39:48','0','',0,0,0,0,'','',0,13),(7533,1636,2,'Multivendor website','21',244,'2017-12-13 12:40:36','0','',0,0,0,0,'','',0,13),(7534,4892,2,'Dynamic Website','21',244,'2017-12-13 12:42:06','0','',0,0,0,0,'','',0,13),(7535,4948,2,'Dynamic Website Interior','21',244,'2017-12-13 12:42:47','0','',0,0,0,0,'','',0,13),(7536,4946,2,'Dynamic Website','21',244,'2017-12-13 12:43:18','0','',0,0,0,0,'','',0,13),(7537,4937,2,'refrence mobile application','16',244,'2017-12-13 12:44:15','0','',0,0,0,0,'','',0,13),(7538,4915,2,'Portal Property','21',244,'2017-12-13 12:45:10','0','',0,0,0,0,'','',0,13),(7539,4916,2,'Education Portal','21',244,'2017-12-13 12:45:49','0','',0,0,0,0,'','',0,13),(7540,4932,2,'Website & Mobile Application','16',244,'2017-12-13 12:46:36','0','',0,0,0,0,'','',0,13),(7541,4894,2,'e-commerce website','21',244,'2017-12-13 12:47:54','0','',0,0,0,0,'','',0,13),(7542,4903,2,'Dynamic Website','21',244,'2017-12-13 12:48:31','0','',0,0,0,0,'','',0,13),(7543,3763,11,'Test ','Web',258,'2017-12-13 12:49:02','2017-12-13 12:49:02','',0,0,0,0,'','',0,2),(7544,4873,2,'SEO, SMO','22',244,'2017-12-13 12:49:33','0','',0,0,0,0,'','',0,13),(7545,4597,11,'Test ','Web',258,'2017-12-13 12:49:51','2017-12-13 12:49:51','',0,0,0,0,'','',0,2),(7546,4875,2,'Multivendor portal','21',244,'2017-12-13 12:50:12','0','',0,0,0,0,'','',0,13),(7547,1664,2,'Dynamic Website','21',244,'2017-12-13 12:51:26','0','',0,0,0,0,'','',0,13),(7548,5084,14,'','',243,'2017-12-13 12:56:22','','',0,243,0,243,'','',0,13),(7549,5084,2,'Interested in Static Website','21',243,'2017-12-13 12:57:15','0','',0,0,0,0,'','',0,13),(7550,5084,6,'','',243,'2017-12-13 07:27:53','','',0,243,0,247,'','',0,13),(7551,5084,13,'','',247,'2017-12-13 12:58:33','','',0,247,0,247,'','',0,13),(7552,3751,2,'snxjmzs','18',252,'2017-12-13 13:49:37','0','',0,0,0,0,'','',0,2),(7553,5085,14,'','',252,'2017-12-13 13:50:46','','',0,252,0,252,'','',0,2),(7554,4996,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7555,4997,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7556,4998,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7557,4999,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7558,5000,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7559,5001,1,'','',244,'2017-12-13 13:52:47','','',0,244,0,245,'','',0,13),(7560,5002,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7561,5003,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7562,5004,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7563,5005,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7564,5006,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7565,5007,1,'','',244,'2017-12-13 13:54:26','','',0,244,0,245,'','',0,13),(7566,5008,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7567,5009,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7568,5010,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7569,5011,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7570,5012,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7571,5013,1,'','',244,'2017-12-13 13:54:58','','',0,244,0,245,'','',0,13),(7572,5014,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7573,5015,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7574,5016,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7575,5017,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7576,5018,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7577,5019,1,'','',244,'2017-12-13 13:55:40','','',0,244,0,245,'','',0,13),(7578,5020,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7579,5021,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7580,5022,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7581,5023,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7582,5024,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7583,5025,1,'','',244,'2017-12-13 13:56:18','','',0,244,0,245,'','',0,13),(7584,5026,1,'','',244,'2017-12-13 13:56:45','','',0,244,0,245,'','',0,13),(7585,5086,14,'','',245,'2017-12-13 14:02:00','','',0,245,0,245,'','',0,13),(7586,1591,2,'Dynamic website','21',245,'2017-12-13 14:04:23','0','',0,0,0,0,'','',0,13),(7587,1557,9,'Not Interested','0',245,'2017-12-13 14:06:19','0','',0,0,0,0,'','',0,13),(7588,1591,6,'','',244,'2017-12-13 08:36:40','','',0,244,0,248,'','',0,13),(7589,1558,9,'Phone not received','0',245,'2017-12-13 14:07:13','0','',0,0,0,0,'','',0,13),(7590,1559,9,'Not Interested','0',245,'2017-12-13 14:07:47','0','',0,0,0,0,'','',0,13),(7591,1560,2,'Dynamic website','21',245,'2017-12-13 14:08:29','0','',0,0,0,0,'','',0,13),(7592,1561,2,'Project managment','16',245,'2017-12-13 14:09:28','0','',0,0,0,0,'','',0,13),(7593,1562,2,'Dynamic website','21',245,'2017-12-13 14:10:03','0','',0,0,0,0,'','',0,13),(7594,1563,2,'E commerce website','21',245,'2017-12-13 14:10:47','0','',0,0,0,0,'','',0,13),(7595,1564,2,'Dynamic website','21',245,'2017-12-13 14:11:51','0','',0,0,0,0,'','',0,13),(7596,1591,13,'','',248,'2017-12-13 14:12:03','','',0,248,0,248,'','',0,13),(7597,1565,9,'phone not received','0',245,'2017-12-13 14:14:00','0','',0,0,0,0,'','',0,13),(7598,1566,9,'Follow up','0',245,'2017-12-13 14:19:36','0','',0,0,0,0,'','',0,13),(7599,1567,2,'Website','21',245,'2017-12-13 14:20:19','0','',0,0,0,0,'','',0,13),(7600,1568,2,'E commerce website','21',245,'2017-12-13 14:20:55','0','',0,0,0,0,'','',0,13),(7601,5048,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7602,5049,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7603,5050,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7604,5051,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7605,5052,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7606,5053,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7607,5054,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7608,5055,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7609,5056,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7610,5057,1,'','',244,'2017-12-13 14:20:59','','',0,244,0,246,'','',0,13),(7611,5058,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7612,5059,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7613,5060,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7614,5061,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7615,5062,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7616,5063,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7617,5064,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7618,5065,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7619,5066,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7620,5067,1,'','',244,'2017-12-13 14:21:37','','',0,244,0,246,'','',0,13),(7621,1569,9,'Not interested','0',245,'2017-12-13 14:21:46','0','',0,0,0,0,'','',0,13),(7622,1510,4,'Hdfg','',258,'2017-12-13 14:22:36','13-02-2019 08:52:54','',0,0,0,0,'77.3898804747289','28.6103773629559',0,2),(7623,1570,9,'Mobile application','0',245,'2017-12-13 14:22:37','0','',0,0,0,0,'','',0,13),(7624,1571,9,'Not interested','0',245,'2017-12-13 14:23:10','0','',0,0,0,0,'','',0,13),(7625,5068,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7626,5069,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7627,5070,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7628,5071,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7629,5072,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7630,5073,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7631,5074,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7632,5075,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7633,5076,1,'','',244,'2017-12-13 14:23:21','','',0,244,0,246,'','',0,13),(7634,1572,9,'Mobile application','0',245,'2017-12-13 14:23:44','0','',0,0,0,0,'','',0,13),(7635,5077,1,'','',244,'2017-12-13 14:23:52','','',0,244,0,246,'','',0,13),(7636,5078,1,'','',244,'2017-12-13 14:23:52','','',0,244,0,246,'','',0,13),(7637,1573,9,'Website','0',245,'2017-12-13 14:24:16','0','',0,0,0,0,'','',0,13),(7638,5085,2,'Web','18',252,'2017-12-13 14:25:00','0','',0,0,0,0,'','',0,2),(7639,3766,2,'Web','18',252,'2017-12-13 14:25:12','0','',0,0,0,0,'','',0,2),(7640,1574,2,'Dynamic website','21',245,'2017-12-13 14:25:21','0','',0,0,0,0,'','',0,13),(7641,3750,2,'Web','18',252,'2017-12-13 14:25:25','0','',0,0,0,0,'','',0,2),(7642,1575,2,'Online promotion','22',245,'2017-12-13 14:26:07','0','',0,0,0,0,'','',0,13),(7643,3750,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7644,3751,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7645,3756,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7646,3757,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7647,3758,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7648,3759,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7649,3766,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7650,5085,6,'','',252,'2017-12-13 08:56:24','','',0,252,0,258,'','',0,2),(7651,1576,2,'website','21',245,'2017-12-13 14:26:42','0','',0,0,0,0,'','',0,13),(7652,3758,13,'','',258,'2017-12-13 14:27:14','','',0,258,0,258,'','',0,2),(7653,1577,9,'Not interested','0',245,'2017-12-13 14:27:22','0','',0,0,0,0,'','',0,13),(7654,1578,2,'Mobile application','16',245,'2017-12-13 14:27:55','0','',0,0,0,0,'','',0,13),(7655,5087,14,'','',246,'2017-12-13 14:28:18','','',0,246,0,246,'','',0,13),(7656,1579,2,'Dynamic website','21',245,'2017-12-13 14:28:46','0','',0,0,0,0,'','',0,13),(7657,1525,9,'vcvb','',258,'2017-12-13 14:28:54','','',0,0,0,0,'77.3900099916707','28.6105094657003',0,2),(7658,1580,9,'Not interested','0',245,'2017-12-13 14:29:16','0','',0,0,0,0,'','',0,13),(7659,1525,4,'Gonna','',258,'2017-12-13 14:29:43','13-04-2020 09:00:05','',0,0,0,0,'77.3898417503362','28.6104180570958',0,2),(7660,1581,9,'website regarding call on jan','0',245,'2017-12-13 14:30:16','0','',0,0,0,0,'','',0,13),(7661,1582,9,'phone not received','0',245,'2017-12-13 14:32:21','0','',0,0,0,0,'','',0,13),(7662,1583,2,'Website','21',245,'2017-12-13 14:32:50','0','',0,0,0,0,'','',0,13),(7663,5074,2,'website and digital marketing','21',246,'2017-12-13 14:32:51','0','',0,0,0,0,'','',0,13),(7664,1584,9,'phone not received','0',245,'2017-12-13 14:33:47','0','',0,0,0,0,'','',0,13),(7665,5074,6,'','',244,'2017-12-13 09:03:48','','',0,244,0,248,'','',0,13),(7666,1525,11,'HFC','Web',258,'2017-12-13 14:34:04','2017-12-13 14:34:04','',0,0,0,0,'','',0,2),(7667,1525,11,'HFC','Web',258,'2017-12-13 14:34:05','2017-12-13 14:34:05','',0,0,0,0,'','',0,2),(7668,1525,11,'HFC','Web',258,'2017-12-13 14:34:06','2017-12-13 14:34:06','',0,0,0,0,'','',0,2),(7669,1525,11,'HFC','Web',258,'2017-12-13 14:34:14','2017-12-13 14:34:14','',0,0,0,0,'','',0,2),(7670,1585,9,'Not interested','0',245,'2017-12-13 14:34:42','0','',0,0,0,0,'','',0,13),(7671,5074,13,'','',248,'2017-12-13 14:35:23','','',0,248,0,248,'','',0,13),(7672,1586,9,'Mobile application ,phone not received','0',245,'2017-12-13 14:36:12','0','',0,0,0,0,'','',0,13),(7673,1587,9,'Not interested','0',245,'2017-12-13 14:36:46','0','',0,0,0,0,'','',0,13),(7674,1588,2,'Website','21',245,'2017-12-13 14:37:17','0','',0,0,0,0,'','',0,13),(7675,1589,9,'Not interested','0',245,'2017-12-13 14:38:25','0','',0,0,0,0,'','',0,13),(7676,1590,9,'Online promotion','0',245,'2017-12-13 14:39:59','0','',0,0,0,0,'','',0,13),(7677,1592,2,'Mobile application','16',245,'2017-12-13 14:41:00','0','',0,0,0,0,'','',0,13),(7678,1593,9,'Not interested','0',245,'2017-12-13 14:41:45','0','',0,0,0,0,'','',0,13),(7679,1530,9,'Phone switchoff','0',246,'2017-12-13 14:42:57','0','',0,0,0,0,'','',0,13),(7680,1594,9,'Website','0',245,'2017-12-13 14:43:15','0','',0,0,0,0,'','',0,13),(7681,1595,2,'Online promotion','22',245,'2017-12-13 14:48:38','0','',0,0,0,0,'','',0,13),(7682,1596,2,'Website','21',245,'2017-12-13 14:49:05','0','',0,0,0,0,'','',0,13),(7683,1597,9,'Website,call on 14 dec','0',245,'2017-12-13 14:49:53','0','',0,0,0,0,'','',0,13),(7684,1598,2,'Website','21',245,'2017-12-13 14:50:35','0','',0,0,0,0,'','',0,13),(7685,1599,9,'Website ,call on jan','0',245,'2017-12-13 14:54:11','0','',0,0,0,0,'','',0,13),(7686,1600,9,'Online promotion','0',245,'2017-12-13 14:55:37','0','',0,0,0,0,'','',0,13),(7687,1531,2,'\rMobile application','16',246,'2017-12-13 14:56:01','0','',0,0,0,0,'','',0,13),(7688,1532,2,'Digital marketing','22',246,'2017-12-13 14:57:32','0','',0,0,0,0,'','',0,13),(7689,1533,2,'website','21',246,'2017-12-13 14:59:31','0','',0,0,0,0,'','',0,13),(7690,4996,9,'call on 21 dec','0',245,'2017-12-13 14:59:38','0','',0,0,0,0,'','',0,13),(7691,4997,2,'Website','21',245,'2017-12-13 15:00:30','0','',0,0,0,0,'','',0,13),(7692,1534,9,'Mobile application\r','0',246,'2017-12-13 15:00:41','0','',0,0,0,0,'','',0,13),(7693,1535,2,'website','21',246,'2017-12-13 15:01:34','0','',0,0,0,0,'','',0,13),(7694,4998,2,'Mobile application','16',245,'2017-12-13 15:02:06','0','',0,0,0,0,'','',0,13),(7695,5084,11,'Converted Fascinatedge static website. ','21',247,'2017-12-13 15:02:37','2017-12-13 15:02:37','',0,0,0,0,'','',0,13),(7696,1536,9,'website','0',246,'2017-12-13 15:03:08','0','',0,0,0,0,'','',0,13),(7697,4999,2,'Website','21',245,'2017-12-13 15:03:18','0','',0,0,0,0,'','',0,13),(7698,1537,9,'website','0',246,'2017-12-13 15:03:49','0','',0,0,0,0,'','',0,13),(7699,1538,9,'website','0',246,'2017-12-13 15:05:14','0','',0,0,0,0,'','',0,13),(7700,5000,9,'Not interested','0',245,'2017-12-13 15:05:28','0','',0,0,0,0,'','',0,13),(7701,1539,9,'Mobile application and SEO','0',246,'2017-12-13 15:06:00','0','',0,0,0,0,'','',0,13),(7702,5001,2,'Online promotion','22',245,'2017-12-13 15:06:25','0','',0,0,0,0,'','',0,13),(7703,1540,9,'website','0',246,'2017-12-13 15:07:45','0','',0,0,0,0,'','',0,13),(7704,1541,9,'website','0',246,'2017-12-13 15:08:41','0','',0,0,0,0,'','',0,13),(7705,5002,2,'Website','21',245,'2017-12-13 15:09:05','0','',0,0,0,0,'','',0,13),(7706,1542,9,'website','0',246,'2017-12-13 15:10:10','0','',0,0,0,0,'','',0,13),(7707,5003,9,'website','0',245,'2017-12-13 15:10:42','0','',0,0,0,0,'','',0,13),(7708,1543,2,'website','21',246,'2017-12-13 15:11:00','0','',0,0,0,0,'','',0,13),(7709,1544,2,'website','21',246,'2017-12-13 15:11:29','0','',0,0,0,0,'','',0,13),(7710,5004,9,'Not interested','0',245,'2017-12-13 15:12:30','0','',0,0,0,0,'','',0,13),(7711,1545,9,'Not interested','0',246,'2017-12-13 15:13:10','0','',0,0,0,0,'','',0,13),(7712,5005,9,'call on 15 dec','0',245,'2017-12-13 15:13:16','0','',0,0,0,0,'','',0,13),(7713,1546,9,'promotion','0',246,'2017-12-13 15:13:40','0','',0,0,0,0,'','',0,13),(7714,5006,2,'E commerce website','21',245,'2017-12-13 15:13:57','0','',0,0,0,0,'','',0,13),(7715,5007,9,'Not interested','0',245,'2017-12-13 15:14:57','0','',0,0,0,0,'','',0,13),(7716,1548,9,'website','0',246,'2017-12-13 15:15:09','0','',0,0,0,0,'','',0,13),(7717,1549,2,'website','21',246,'2017-12-13 15:15:40','0','',0,0,0,0,'','',0,13),(7718,5008,9,'website regarding','0',245,'2017-12-13 15:16:02','0','',0,0,0,0,'','',0,13),(7719,1550,9,'website(follow up on jan)','0',246,'2017-12-13 15:17:21','0','',0,0,0,0,'','',0,13),(7720,5009,9,'Not interested','0',245,'2017-12-13 15:17:35','0','',0,0,0,0,'','',0,13),(7721,1552,2,'website','21',246,'2017-12-13 15:18:39','0','',0,0,0,0,'','',0,13),(7722,5010,9,'online promotion','0',245,'2017-12-13 15:19:05','0','',0,0,0,0,'','',0,13),(7723,1553,2,'website','21',246,'2017-12-13 15:19:25','0','',0,0,0,0,'','',0,13),(7724,5011,9,'Not interested','0',245,'2017-12-13 15:21:16','0','',0,0,0,0,'','',0,13),(7725,5012,9,'Not interested','0',245,'2017-12-13 15:21:45','0','',0,0,0,0,'','',0,13),(7726,5013,9,'website','0',245,'2017-12-13 15:22:13','0','',0,0,0,0,'','',0,13),(7727,1554,2,'Mobile application','16',246,'2017-12-13 15:22:38','0','',0,0,0,0,'','',0,13),(7728,5014,2,'website','21',245,'2017-12-13 15:22:44','0','',0,0,0,0,'','',0,13),(7729,5015,9,'Website','0',245,'2017-12-13 15:23:20','0','',0,0,0,0,'','',0,13),(7730,5016,2,'Website','21',245,'2017-12-13 15:23:48','0','',0,0,0,0,'','',0,13),(7731,1556,2,'website','21',246,'2017-12-13 15:24:03','0','',0,0,0,0,'','',0,13),(7732,5017,9,'website','0',245,'2017-12-13 15:24:22','0','',0,0,0,0,'','',0,13),(7733,5048,9,'website','0',246,'2017-12-13 15:24:53','0','',0,0,0,0,'','',0,13),(7734,5018,9,'website,call on 18 dec','0',245,'2017-12-13 15:25:07','0','',0,0,0,0,'','',0,13),(7735,5049,2,'website','21',246,'2017-12-13 15:25:31','0','',0,0,0,0,'','',0,13),(7736,5019,9,'website','0',245,'2017-12-13 15:25:34','0','',0,0,0,0,'','',0,13),(7737,5050,9,'website','0',246,'2017-12-13 15:26:23','0','',0,0,0,0,'','',0,13),(7738,5020,2,'website','21',245,'2017-12-13 15:26:32','0','',0,0,0,0,'','',0,13),(7739,5051,9,'website','0',246,'2017-12-13 15:26:54','0','',0,0,0,0,'','',0,13),(7740,5021,9,'Not interested','0',245,'2017-12-13 15:27:17','0','',0,0,0,0,'','',0,13),(7741,5052,9,'E-commerce','0',246,'2017-12-13 15:27:23','0','',0,0,0,0,'','',0,13),(7742,5022,9,'call on 15 dec','0',245,'2017-12-13 15:27:52','0','',0,0,0,0,'','',0,13),(7743,5053,9,'website','0',246,'2017-12-13 15:28:00','0','',0,0,0,0,'','',0,13),(7744,5054,9,'website','0',246,'2017-12-13 15:28:36','0','',0,0,0,0,'','',0,13),(7745,5023,2,'Mobile application','16',245,'2017-12-13 15:29:34','0','',0,0,0,0,'','',0,13),(7746,5055,9,'Mobile Application(follow up on feb)','0',246,'2017-12-13 15:29:44','0','',0,0,0,0,'','',0,13),(7747,5024,9,'call on 15 dec','0',245,'2017-12-13 15:30:14','0','',0,0,0,0,'','',0,13),(7748,5056,2,'website','21',246,'2017-12-13 15:30:25','0','',0,0,0,0,'','',0,13),(7749,5025,2,'Mobile application','16',245,'2017-12-13 15:30:50','0','',0,0,0,0,'','',0,13),(7750,5057,9,'Digital marketing','0',246,'2017-12-13 15:31:08','0','',0,0,0,0,'','',0,13),(7751,5026,2,'website','21',245,'2017-12-13 15:31:19','0','',0,0,0,0,'','',0,13),(7752,5058,9,'E-commerce','0',246,'2017-12-13 15:31:40','0','',0,0,0,0,'','',0,13),(7753,5086,9,'call on 14 dec','0',245,'2017-12-13 15:31:49','0','',0,0,0,0,'','',0,13),(7754,5059,9,'Mobile Application','0',246,'2017-12-13 15:32:21','0','',0,0,0,0,'','',0,13),(7755,5060,9,'website','0',246,'2017-12-13 15:32:58','0','',0,0,0,0,'','',0,13),(7756,5061,9,'website','0',246,'2017-12-13 15:33:30','0','',0,0,0,0,'','',0,13),(7757,5062,9,'E-commerce(follow up on jan)','0',246,'2017-12-13 15:34:30','0','',0,0,0,0,'','',0,13),(7758,3761,11,'Test ','Mobile App',258,'2017-12-13 15:34:36','2017-12-13 15:34:36','',0,0,0,0,'','',0,2),(7759,5063,9,'website','0',246,'2017-12-13 15:35:28','0','',0,0,0,0,'','',0,13),(7760,5088,14,'','',245,'2017-12-13 15:35:39','','',0,245,0,245,'','',0,13),(7761,5064,9,'website(follow up on 23 dec)','0',246,'2017-12-13 15:36:04','0','',0,0,0,0,'','',0,13),(7762,5088,9,'Not interested','0',245,'2017-12-13 15:36:06','0','',0,0,0,0,'','',0,13),(7763,5065,9,'website(follow up on 28 dec)','0',246,'2017-12-13 15:36:49','0','',0,0,0,0,'','',0,13),(7764,5066,9,'website(follow up on feb)','0',246,'2017-12-13 15:37:36','0','',0,0,0,0,'','',0,13),(7765,5067,9,'Digital marketing','0',246,'2017-12-13 15:38:07','0','',0,0,0,0,'','',0,13),(7766,5068,9,'website(follow up on jan)','0',246,'2017-12-13 15:38:45','0','',0,0,0,0,'','',0,13),(7767,5069,9,'website','0',246,'2017-12-13 15:39:11','0','',0,0,0,0,'','',0,13),(7768,5070,9,'website','0',246,'2017-12-13 15:39:34','0','',0,0,0,0,'','',0,13),(7769,5071,9,'website','0',246,'2017-12-13 15:40:01','0','',0,0,0,0,'','',0,13),(7770,5072,9,'website','0',246,'2017-12-13 15:40:33','0','',0,0,0,0,'','',0,13),(7771,5073,9,'website(follow up on jan)','0',246,'2017-12-13 15:41:15','0','',0,0,0,0,'','',0,13),(7772,5075,9,'website','0',246,'2017-12-13 15:41:41','0','',0,0,0,0,'','',0,13),(7773,5076,9,'website','0',246,'2017-12-13 15:42:14','0','',0,0,0,0,'','',0,13),(7774,3760,11,'T','Web',258,'2017-12-13 15:42:18','2017-12-13 15:42:18','',0,0,0,0,'','',0,2),(7775,5078,2,'Digital marketing','22',246,'2017-12-13 15:42:50','0','',0,0,0,0,'','',0,13),(7776,5087,9,'website','0',246,'2017-12-13 15:47:36','0','',0,0,0,0,'','',0,13),(7777,3758,11,'Test ','Web',258,'2017-12-13 15:51:25','2017-12-13 15:51:25','',0,0,0,0,'','',0,2),(7778,3765,11,'Ok ','Web',258,'2017-12-13 15:54:42','2017-12-13 15:54:42','',0,0,0,0,'','',0,2),(7779,3755,11,'Ok bye ','Web',258,'2017-12-13 16:01:05','2017-12-13 16:01:05','',0,0,0,0,'','',0,2),(7780,3762,11,'Test ','Web',258,'2017-12-13 16:15:50','2017-12-13 16:15:50','',0,0,0,0,'','',0,2),(7781,3740,11,'Ok ','Web',258,'2017-12-13 16:27:22','2017-12-13 16:27:22','',0,0,0,0,'','',0,2),(7782,1528,11,'Y','Web',258,'2017-12-13 16:31:45','2017-12-13 16:31:45','',0,0,0,0,'','',0,2),(7783,1594,2,'Website, C-4,lajpat nagar,near shani mandir,near vimal sweets,ghaziabad','21',245,'2017-12-13 17:11:25','0','',0,0,0,0,'','',0,13),(7784,1594,6,'','',244,'2017-12-13 11:42:54','','',0,244,0,247,'','',0,13),(7785,5089,14,'','',256,'2017-12-13 17:20:37','','',0,256,0,256,'','',0,2),(7786,5089,2,'dhjmx','18',256,'2017-12-13 17:20:59','0','',0,0,0,0,'','',0,2),(7787,5089,6,'','',254,'2017-12-13 11:51:59','','',0,254,0,258,'','',0,2),(7788,3739,1,'','',254,'2017-12-13 17:23:15','','',0,254,0,256,'','',0,2),(7789,3739,2,'djjd','18',256,'2017-12-13 17:24:08','0','',0,0,0,0,'','',0,2),(7790,3739,6,'','',254,'2017-12-13 11:54:38','','',0,254,0,258,'','',0,2),(7791,1521,11,'Test ','Web',258,'2017-12-13 17:48:21','2017-12-13 17:48:21','',0,0,0,0,'','',0,2),(7792,1521,11,'Test ','Web',258,'2017-12-13 17:48:57','2017-12-13 17:48:57','',0,0,0,0,'','',0,2),(7793,1523,11,'Ok ','Web',258,'2017-12-13 17:51:45','2017-12-13 17:51:45','',0,0,0,0,'','',0,2),(7794,1523,11,'Ok ','Web',258,'2017-12-13 17:52:10','2017-12-13 17:52:10','',0,0,0,0,'','',0,2),(7795,1520,11,'Test ','Web',258,'2017-12-13 17:53:37','2017-12-13 17:53:37','',0,0,0,0,'','',0,2),(7796,1594,12,'','',247,'2017-12-13 17:54:24','','',0,247,0,248,'','',0,13),(7797,5082,7,'meeting scheduled','',247,'2017-12-13 17:56:10','12-13-2017 17:56:00','',1,0,0,0,'','',0,13),(7798,5082,11,'xyxy','21',247,'2017-12-13 17:56:54','2017-12-13 17:56:54','',0,0,0,0,'77.3950622','28.6073885',0,13),(7799,1519,4,'Test ','',258,'2017-12-14 11:38:53','14-12-2017 06:09:14','',0,0,0,0,'77.3898335981398','28.6107797911878',0,2),(7800,1519,11,'Test ','Web',258,'2017-12-14 12:06:01','2017-12-14 12:06:01','',0,0,0,0,'','',0,2),(7801,1518,4,'cff','',258,'2017-12-14 12:29:52','12-14-2017 12:30:00','',0,0,0,0,'','',0,2),(7802,1517,7,'vvgg','',258,'2017-12-14 12:30:15','12-14-2017 12:30:00','',1,0,0,0,'','',0,2),(7803,1515,8,'hello','',258,'2017-12-14 12:40:17','','',0,0,0,0,'','',0,2),(7804,1514,9,'mmm','',258,'2017-12-14 12:40:30','','',0,0,0,0,'','',0,2),(7805,1518,11,'Test ','Web',258,'2017-12-14 12:50:17','2017-12-14 12:50:17','',0,0,0,0,'','',0,2),(7806,1516,7,'nnk','',258,'2017-12-14 12:51:23','12-14-2017 12:51:00','',3,0,0,0,'','',0,2),(7807,1515,11,'Test ','Web',258,'2017-12-14 12:55:02','2017-12-14 12:55:02','',0,0,0,0,'','',0,2),(7808,1515,11,'Ok ','Web',258,'2017-12-14 12:55:27','2017-12-14 12:55:27','',0,0,0,0,'','',0,2),(7809,1514,11,'Ok ','Web',258,'2017-12-14 13:00:44','2017-12-14 13:00:44','',0,0,0,0,'','',0,2),(7810,1514,11,'','',258,'2017-12-14 13:00:52','2017-12-14 13:00:52','',0,0,0,0,'','',0,2),(7811,1514,11,'','',258,'2017-12-14 13:01:00','2017-12-14 13:01:00','',0,0,0,0,'','',0,2),(7812,1512,11,'Test ','Mobile App',258,'2017-12-14 13:03:19','2017-12-14 13:03:19','',0,0,0,0,'','',0,2),(7813,1512,11,'Test ','Mobile App',258,'2017-12-14 13:03:19','2017-12-14 13:03:19','',0,0,0,0,'','',0,2),(7814,1511,11,'Test ','Mobile App',258,'2017-12-14 13:06:13','2017-12-14 13:06:13','',0,0,0,0,'','',0,2),(7815,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7816,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7817,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7818,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7819,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7820,1511,11,'Ok ','Web',258,'2017-12-14 13:07:40','2017-12-14 13:07:40','',0,0,0,0,'','',0,2),(7821,3766,13,'','',258,'2017-12-14 14:35:22','','',0,258,0,258,'','',0,2),(7822,3759,13,'','',258,'2017-12-14 14:35:22','','',0,258,0,258,'','',0,2),(7823,3757,13,'','',258,'2017-12-14 14:35:22','','',0,258,0,258,'','',0,2),(7824,3759,8,'kkjj','',258,'2017-12-14 14:35:35','','',0,0,0,0,'','',0,2),(7825,3766,3,'test ','',258,'2017-12-14 17:02:52','','',0,0,0,0,'77.3899246570426','28.6104978494481',0,2),(7826,3759,8,'test ','',258,'2017-12-14 17:03:31','','',0,0,0,0,'77.3899252570651','28.6104957288575',0,2),(7827,3759,9,'ok ','',258,'2017-12-14 17:04:13','','',0,0,0,0,'77.3899342954278','28.610483960236',0,2),(7828,1516,4,'Ok ','',258,'2017-12-14 17:05:32','14-12-2018 11:35:53','',0,0,0,0,'77.3899245207283','28.6104944468673',0,2),(7829,1517,11,'jcc','23;18',258,'2017-12-15 08:59:59','2017-12-15 08:59:59','',0,0,0,0,'','',0,2),(7830,1594,13,'','',248,'2017-12-15 10:24:25','','',0,248,0,249,'','',0,13),(7831,5090,14,'','',245,'2017-12-15 13:10:02','','',0,245,0,245,'','',0,13),(7832,5090,2,'He will come office on monday','21',245,'2017-12-15 13:10:58','0','',0,0,0,0,'','',0,13),(7833,3759,11,'Test','Web',258,'2017-12-18 10:01:59','2017-12-18 10:01:59','',0,0,0,0,'','',0,2),(7834,5090,6,'','',244,'2017-12-18 05:05:11','','',0,244,0,248,'','',0,13),(7835,5019,2,'website ','21',245,'2017-12-18 11:35:32','0','',0,0,0,0,'','',0,13),(7836,5019,6,'','',244,'2017-12-18 06:07:08','','',0,244,0,248,'','',0,13),(7837,3689,5,'','',254,'2017-12-18 11:55:08','','',0,254,0,256,'','',0,2),(7838,1507,5,'','',258,'2017-12-18 11:56:29','','',0,258,0,258,'','',0,2),(7839,3757,7,'Test ','',258,'2017-12-18 13:08:08','18-12-2018 07:38:30','',0,0,0,0,'','',0,2),(7840,3757,4,'Ok ','',258,'2017-12-18 13:09:43','18-12-2017 07:40:06','',0,0,0,0,'77.3899751528082','28.6105619933153',0,2),(7841,5089,13,'','',258,'2017-12-18 13:10:21','','',0,258,0,258,'','',0,2),(7842,5085,12,'','',258,'2017-12-18 13:11:05','','',0,258,0,260,'','',0,2),(7843,5091,14,'','',258,'2017-12-18 13:12:20','','',0,258,0,258,'','',0,2),(7844,3756,13,'','',258,'2017-12-18 13:13:33','','',0,258,0,261,'','',0,2),(7845,5092,14,'','',245,'2017-12-18 13:14:31','','',0,245,0,245,'','',0,13),(7846,5089,7,'Ok ','',258,'2017-12-18 13:14:35','18-12-2017 07:44:58','',0,0,0,0,'','',0,2),(7847,5092,2,'Website','21',245,'2017-12-18 13:15:07','0','',0,0,0,0,'','',0,13),(7848,5089,4,'Test ','',258,'2017-12-18 13:23:29','18-12-2017 07:53:50','',0,0,0,0,'77.393756536201','28.6105941455286',0,2),(7849,5089,7,'Test ','',258,'2017-12-18 13:24:19','18-12-2017 07:54:41','',0,0,0,0,'','',0,2),(7850,5089,7,'Test ','',258,'2017-12-18 13:43:58','18-12-2017 08:14:21','',0,0,0,0,'','',0,2),(7851,1516,7,'hhh','',258,'2017-12-18 13:45:31','12-18-2017 13:45:00','',3,0,0,0,'77.389962','28.6104979',0,2),(7852,1510,7,'hbj','',258,'2017-12-18 13:46:07','12-18-2017 13:46:00','',1,0,0,0,'77.3899582','28.6105061',0,2),(7853,5089,4,'bbb','',258,'2017-12-18 13:51:50','12-18-2017 13:52:00','',0,0,0,0,'','',0,2),(7854,1516,4,'bbb','',258,'2017-12-18 13:52:25','12-18-2017 13:52:00','',0,0,0,0,'','',0,2),(7855,5089,7,'uuhh','',258,'2017-12-18 13:53:15','12-18-2017 13:53:00','',4,0,0,0,'77.3899526','28.6104589',0,2),(7856,1513,4,'bbb','',258,'2017-12-18 13:54:03','12-18-2017 13:54:00','',0,0,0,0,'','',0,2),(7857,1510,4,'bbb','',258,'2017-12-18 13:54:27','12-18-2017 13:54:00','',0,0,0,0,'','',0,2),(7858,5089,7,'Test ','',258,'2017-12-18 13:54:47','18-12-2017 08:25:11','',0,0,0,0,'','',0,2),(7859,3757,7,'Ok ','',258,'2017-12-18 14:03:12','18-12-2017 08:33:36','',0,0,0,0,'','',0,2),(7860,5089,4,'mmmm','',258,'2017-12-18 14:04:03','12-18-2017 14:4:00','',0,0,0,0,'','',0,2),(7861,3753,2,'Web','18',252,'2017-12-18 14:09:55','0','',0,0,0,0,'','',0,2),(7862,3749,2,'Web','18',252,'2017-12-18 14:10:14','0','',0,0,0,0,'','',0,2),(7863,3748,2,'Web','18',252,'2017-12-18 14:10:27','0','',0,0,0,0,'','',0,2),(7864,3747,2,'Web','18',252,'2017-12-18 14:10:38','0','',0,0,0,0,'','',0,2),(7865,3746,2,'Web','18',252,'2017-12-18 14:10:50','0','',0,0,0,0,'','',0,2),(7866,3745,2,'App','18',252,'2017-12-18 14:11:00','0','',0,0,0,0,'','',0,2),(7867,3744,2,'App','18',252,'2017-12-18 14:11:16','0','',0,0,0,0,'','',0,2),(7868,3744,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7869,3745,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7870,3746,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7871,3747,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7872,3748,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7873,3749,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7874,3753,6,'','',252,'2017-12-18 08:41:34','','',0,252,0,258,'','',0,2),(7875,5092,6,'','',244,'2017-12-18 09:21:21','','',0,244,0,248,'','',0,13),(7876,5089,11,'Test ','ihabitat',258,'2017-12-18 18:13:52','2017-12-18 18:13:52','',0,0,0,0,'','',0,2),(7877,1516,11,'Ok ','LMS',258,'2017-12-19 10:03:26','2017-12-19 10:03:26','',0,0,0,0,'','',0,2),(7878,5092,13,'','',248,'2017-12-19 10:17:23','','',0,248,0,248,'','',0,13),(7879,1510,11,'Ok ','ihabitat;Mobile App;LMS;Web',258,'2017-12-19 12:01:41','2017-12-19 12:01:41','',0,0,0,0,'','',0,2),(7880,5085,5,'ok ','',258,'2017-12-19 12:04:59','','',0,258,0,258,'','',0,2),(7881,5085,5,'test ','',258,'2017-12-19 12:05:38','','',0,258,0,258,'','',0,2),(7882,5085,11,'Ggn ','ihabitat;Mobile App;LMS;Web',258,'2017-12-19 12:07:59','2017-12-19 12:07:59','',0,0,0,0,'','',0,2),(7883,1513,11,'Y','ihabitat;Mobile App;LMS;Web',258,'2017-12-19 12:25:13','2017-12-19 12:25:13','',0,0,0,0,'','',0,2),(7884,3726,5,'ok','',258,'2017-12-19 13:19:47','','',0,258,0,258,'','',0,2),(7885,5093,14,'','',246,'2017-12-19 15:00:43','','',0,246,0,246,'','',0,13),(7886,5093,2,'website redesign','21',246,'2017-12-19 15:01:26','0','',0,0,0,0,'','',0,13),(7887,5093,6,'','',244,'2017-12-19 11:55:54','','',0,244,0,248,'','',0,13),(7888,5093,13,'','',248,'2017-12-21 12:42:44','','',0,248,0,248,'','',0,13),(7889,5094,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7890,5095,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7891,5096,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7892,5097,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7893,5098,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7894,5099,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7895,5100,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7896,5101,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7897,5102,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7898,5103,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7899,5104,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7900,5105,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7901,5106,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7902,5107,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7903,5108,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7904,5109,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7905,5110,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7906,5111,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7907,5112,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7908,5113,1,'','',131,'2017-12-22 12:09:44','','',0,131,0,154,'','',0,1),(7909,5114,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7910,5115,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7911,5116,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7912,5117,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7913,5118,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7914,5119,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7915,5120,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7916,5121,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7917,5122,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7918,5123,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7919,5124,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7920,5125,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7921,5126,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7922,5127,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7923,5128,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7924,5129,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7925,5130,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7926,5131,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7927,5132,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7928,5133,1,'','',131,'2017-12-22 12:10:27','','',0,131,0,154,'','',0,1),(7929,5134,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7930,5135,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7931,5136,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7932,5137,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7933,5138,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7934,5139,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7935,5140,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7936,5141,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7937,5142,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7938,5143,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7939,5144,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7940,5145,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7941,5146,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7942,5147,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7943,5148,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7944,5149,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7945,5150,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7946,5151,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7947,5152,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7948,5153,1,'','',131,'2017-12-22 12:11:45','','',0,131,0,154,'','',0,1),(7949,5154,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7950,5155,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7951,5156,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7952,5157,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7953,5158,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7954,5159,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7955,5160,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7956,5161,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7957,5162,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7958,5163,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7959,5164,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7960,5165,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7961,5166,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7962,5167,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7963,5168,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7964,5169,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7965,5170,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7966,5171,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7967,5172,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7968,5173,1,'','',131,'2017-12-22 12:12:16','','',0,131,0,154,'','',0,1),(7969,5174,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7970,5175,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7971,5176,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7972,5177,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7973,5178,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7974,5179,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7975,5180,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7976,5181,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7977,5182,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7978,5183,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7979,5184,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7980,5185,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7981,5186,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7982,5187,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7983,5188,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7984,5189,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7985,5190,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7986,5191,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7987,5192,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7988,5193,1,'','',131,'2017-12-22 12:12:45','','',0,131,0,154,'','',0,1),(7989,5194,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7990,5195,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7991,5196,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7992,5197,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7993,5198,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7994,5199,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7995,5200,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7996,5201,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7997,5202,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7998,5203,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(7999,5204,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8000,5205,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8001,5206,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8002,5207,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8003,5208,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8004,5209,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8005,5210,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8006,5211,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8007,5212,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8008,5213,1,'','',131,'2017-12-22 12:19:03','','',0,131,0,154,'','',0,1),(8009,5214,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8010,5215,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8011,5216,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8012,5217,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8013,5218,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8014,5219,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8015,5220,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8016,5221,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8017,5222,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8018,5223,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8019,5224,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8020,5225,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8021,5226,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8022,5227,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8023,5228,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8024,5229,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8025,5230,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8026,5231,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8027,5232,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8028,5233,1,'','',131,'2017-12-22 12:21:22','','',0,131,0,154,'','',0,1),(8029,5234,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8030,5235,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8031,5236,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8032,5237,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8033,5238,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8034,5239,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8035,5240,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8036,5241,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8037,5242,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8038,5243,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8039,5244,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8040,5245,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8041,5246,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8042,5247,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8043,5248,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8044,5249,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8045,5250,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8046,5251,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8047,5252,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8048,5253,1,'','',131,'2017-12-22 12:22:01','','',0,131,0,154,'','',0,1),(8049,5254,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8050,5255,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8051,5256,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8052,5257,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8053,5258,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8054,5259,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8055,5260,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8056,5261,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8057,5262,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8058,5263,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8059,5264,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8060,5265,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8061,5266,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8062,5267,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8063,5268,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8064,5269,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8065,5270,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8066,5271,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8067,5272,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8068,5273,1,'','',131,'2017-12-22 12:22:29','','',0,131,0,154,'','',0,1),(8069,5274,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8070,5275,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8071,5276,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8072,5277,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8073,5278,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8074,5279,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8075,5280,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8076,5281,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8077,5282,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8078,5283,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8079,5284,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8080,5285,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8081,5286,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8082,5287,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8083,5288,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8084,5289,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8085,5290,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8086,5291,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8087,5292,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8088,5293,1,'','',131,'2017-12-22 12:23:10','','',0,131,0,154,'','',0,1),(8089,5294,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8090,5295,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8091,5296,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8092,5297,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8093,5298,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8094,5299,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8095,5300,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8096,5301,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8097,5302,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8098,5303,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8099,5304,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8100,5305,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8101,5306,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8102,5307,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8103,5308,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8104,5309,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8105,5310,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8106,5311,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8107,5312,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8108,5313,1,'','',131,'2017-12-22 12:23:34','','',0,131,0,154,'','',0,1),(8109,5314,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8110,5315,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8111,5316,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8112,5317,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8113,5318,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8114,5319,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8115,5320,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8116,5321,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8117,5322,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8118,5323,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8119,5324,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8120,5325,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8121,5326,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8122,5327,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8123,5328,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8124,5329,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8125,5330,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8126,5331,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8127,5332,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8128,5333,1,'','',131,'2017-12-22 12:23:57','','',0,131,0,154,'','',0,1),(8129,5334,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8130,5335,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8131,5336,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8132,5337,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8133,5338,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8134,5339,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8135,5340,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8136,5341,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8137,5342,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8138,5343,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8139,5344,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8140,5345,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8141,5346,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8142,5347,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8143,5348,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8144,5349,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8145,5350,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8146,5351,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8147,5352,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8148,5353,1,'','',131,'2017-12-22 12:24:19','','',0,131,0,154,'','',0,1),(8149,5354,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8150,5355,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8151,5356,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8152,5357,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8153,5358,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8154,5359,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8155,5360,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8156,5361,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8157,5362,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8158,5363,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8159,5364,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8160,5365,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8161,5366,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8162,5367,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8163,5368,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8164,5369,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8165,5370,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8166,5371,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8167,5372,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8168,5373,1,'','',131,'2017-12-22 12:29:49','','',0,131,0,154,'','',0,1),(8169,3317,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8170,5374,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8171,5375,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8172,5376,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8173,5377,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8174,5378,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8175,5379,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8176,5380,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8177,5381,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8178,5382,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8179,5383,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8180,5384,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8181,5385,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8182,5386,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8183,5387,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8184,5388,1,'','',131,'2017-12-22 12:35:31','','',0,131,0,154,'','',0,1),(8185,3726,4,'jjj','',258,'2017-12-22 12:50:29','12-22-2017 12:50:00','',0,0,0,0,'','',0,2),(8186,3726,11,'nsnsnn','',258,'2017-12-31 18:06:31','2017-12-31 18:06:31','',0,0,0,0,'','',0,2),(8187,5389,14,'','',246,'2018-01-02 12:47:49','','',0,246,0,246,'','',0,13),(8188,5389,2,'Promotion','22',246,'2018-01-02 12:49:42','0','',0,0,0,0,'','',0,13),(8189,5389,6,'','',244,'2018-01-02 10:53:05','','',0,244,0,248,'','',0,13),(8190,1497,5,'','',252,'2018-01-03 10:29:11','','',0,252,0,257,'','',0,2),(8191,3753,12,'','',258,'2018-01-03 10:38:36','','',0,258,0,260,'','',0,2),(8192,5389,13,'','',248,'2018-01-03 12:51:09','','',0,248,0,248,'','',0,13),(8193,3744,12,'','',258,'2018-01-03 07:22:47','','',0,258,0,260,'','',0,2),(8194,3751,13,'','',258,'2018-01-03 12:55:34','','',0,258,0,261,'','',0,2),(8195,4950,2,'LMS','16',244,'2018-01-04 15:13:33','0','',0,0,0,0,'','',0,13),(8196,4950,6,'','',244,'2018-01-04 09:45:07','','',0,244,0,248,'','',0,13),(8197,5390,14,'','',244,'2018-01-05 10:50:04','','',0,244,0,244,'','',0,13),(8198,5390,2,'PG Website , Proposal already sent of Rs 55,000','21',244,'2018-01-05 10:51:21','0','',0,0,0,0,'','',0,13),(8199,5390,6,'','',244,'2018-01-05 05:22:30','','',0,244,0,248,'','',0,13),(8200,3750,13,'','',258,'2018-01-06 16:55:51','','',0,258,0,258,'','',0,2),(8201,3749,13,'','',258,'2018-01-06 16:55:51','','',0,258,0,258,'','',0,2),(8202,3750,4,'jjjh','',258,'2018-01-06 16:57:33','01-06-2018 16:57:00','',0,0,0,0,'','',0,2),(8203,3750,7,'jjj','',258,'2018-01-06 16:58:00','01-06-2018 16:58:00','',3,0,0,0,'','',0,2),(8204,3750,11,'he','25',258,'2018-01-06 17:02:25','2018-01-06 17:02:25','',0,0,0,0,'77.3106611','28.5942394',0,2),(8205,5391,14,'','',246,'2018-01-08 12:03:16','','',0,246,0,246,'','',0,13),(8206,5391,2,'Mobile Application','16',246,'2018-01-08 12:03:56','0','',0,0,0,0,'','',0,13),(8207,5391,6,'','',244,'2018-01-08 06:34:44','','',0,244,0,247,'','',0,13),(8208,5392,14,'','',246,'2018-01-08 18:16:33','','',0,246,0,246,'','',0,13),(8209,5392,2,'website','21',246,'2018-01-08 18:17:17','0','',0,0,0,0,'','',0,13),(8210,4910,2,'Intrested in web & Mobile application. Like www.practo.com for Dental  Services only','17',244,'2018-01-09 11:24:37','0','',0,0,0,0,'','',0,13),(8211,5392,6,'','',244,'2018-01-09 05:55:08','','',0,244,0,248,'','',0,13),(8212,4910,6,'','',244,'2018-01-09 05:56:45','','',0,244,0,247,'','',0,13),(8213,5393,14,'','',245,'2018-01-09 18:17:20','','',0,245,0,245,'','',0,13),(8214,5393,2,'Mobile application','16',245,'2018-01-09 18:17:57','0','',0,0,0,0,'','',0,13),(8215,5393,6,'','',244,'2018-01-09 12:48:46','','',0,244,0,247,'','',0,13),(8216,5394,14,'','',244,'2018-01-09 20:42:13','','',0,244,0,244,'','',0,13),(8217,5394,2,'E-COMMERCE APPARELS','21',244,'2018-01-09 20:43:27','0','',0,0,0,0,'','',0,13),(8218,5391,13,'','',247,'2018-01-10 11:15:42','','',0,247,0,247,'','',0,13),(8219,5391,4,'interested. sent him the proposal. budget issues might be there. \n','',247,'2018-01-10 11:16:32','01-11-2018 11:16:00','',0,0,0,0,'','',0,13),(8220,5395,14,'','',244,'2018-01-11 10:53:36','','',0,244,0,244,'','',0,13),(8221,5395,2,'Jalaj Sir Lead','17',244,'2018-01-11 10:54:09','0','',0,0,0,0,'','',0,13),(8222,5395,6,'','',244,'2018-01-11 05:24:43','','',0,244,0,247,'','',0,13),(8223,5394,6,'','',244,'2018-01-11 05:25:07','','',0,244,0,248,'','',0,13),(8224,5388,4,'Looking in Syay zion had word with him visit done  try to follow up\r','',154,'2018-01-11 12:22:30','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8225,5387,4,'Metng done with client at his office May come for visit on Tuesday\r','',154,'2018-01-11 12:22:56','16-01-2018 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(8226,5386,8,'Try many time but she was not taking calls send sms but she is not replying\r','0',154,'2018-01-11 12:23:16','0','',0,0,0,0,'','',0,1),(8227,5385,3,'Client will buy property after 3 months, hence lead return\r','0',154,'2018-01-11 12:23:36','0','',0,0,0,0,'','',0,1),(8228,5384,3,'Not intersted\r','0',154,'2018-01-11 12:23:56','0','',0,0,0,0,'','',0,1),(8229,5383,3,'looking in gurgaon not in noida \r','0',154,'2018-01-11 12:24:10','0','',0,0,0,0,'','',0,1),(8230,5382,3,'Plan Dropped/ Hence lead return\r','0',154,'2018-01-11 12:24:24','0','',0,0,0,0,'','',0,1),(8231,5381,4,'call 21st  dec because she is busy //coming 23rd dec 10am for visit //not pic call\r','',154,'2018-01-11 12:25:16','23-12-2017 - 10:00 ,Saturday','',0,0,0,0,'','',0,1),(8232,5380,3,'LOOKING PROPERTY I DELHI ANF FBD\r','0',154,'2018-01-11 12:25:31','0','',0,0,0,0,'','',0,1),(8233,5377,3,'Meeting done, he wants to meet the builder first, seems working with RBS bank, don’t follow up\r','0',154,'2018-01-11 12:25:58','0','',0,0,0,0,'','',0,1),(8234,5376,4,'Had word share details will plan visit he belongs to Bihar\r','',154,'2018-01-11 12:26:40','22-01-2018 - 11:00 ,Monday','',0,0,0,0,'','',0,1),(8235,5375,4,'Send project on what’s app//batayenge abhi samjh nhi aaya kuchh \r','',154,'2018-01-11 12:27:12','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8236,5374,4,'Cust is very busy don\'t have time to discuss about the project,  give his mail Id  and ask me to call after a week.\r','',154,'2018-01-11 12:27:44','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8237,5373,4,'Provided detalis for devika\r','',154,'2018-01-11 12:28:06','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8238,5372,4,'Follow up going on \r','',154,'2018-01-11 12:28:32','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8239,5371,3,'he has finalized property\r','0',154,'2018-01-11 12:28:53','0','',0,0,0,0,'','',0,1),(8240,5370,4,'Visit done shown Exotica, Divyansh, Cherry etc he may revisit\r','',154,'2018-01-11 12:29:37','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8241,5369,4,'Meeting was planned yesterday @ 24th Dec but did not respond so need follow up\r','',154,'2018-01-11 12:30:16','14-01-2018 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(8242,5368,4,'Called and briefed the plan, he said he will come to our office by himself, call for follow up on 27th Dec\r','',154,'2018-01-11 12:31:02','27-01-2018 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(8243,5367,4,'Had word with him he wants to visit but not came\r','',154,'2018-01-11 12:31:43','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8244,5366,3,'WANTED TO SELL HIS JAYPEE PROPERTEY\r','0',154,'2018-01-11 12:37:58','0','',0,0,0,0,'','',0,1),(8245,5365,3,'Not searching any property \r','0',154,'2018-01-11 12:38:32','0','',0,0,0,0,'','',0,1),(8246,5364,3,'Not interested  for AR wants to investment in plots\r','0',154,'2018-01-11 12:38:50','0','',0,0,0,0,'','',0,1),(8247,5363,3,'CAll 3 time but not getting time//call again not pic \rreturn','0',154,'2018-01-11 12:39:19','0','',0,0,0,0,'','',0,1),(8248,5363,3,'CAll 3 time but not getting time//call again not pic \rreturn','0',154,'2018-01-11 12:39:25','0','',0,0,0,0,'','',0,1),(8249,5362,4,'Had word given all details he may viist next to next weekend\r','',154,'2018-01-11 12:40:02','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8250,5360,4,'Metting done at his offive client will provide documents\r','',154,'2018-01-11 12:43:22','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8251,5359,4,'Call @ 26th Dec to fix the meeting timings, Meeting done, feeling risky\r','',154,'2018-01-11 12:44:36','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8252,5358,8,'call cut again and again \r','0',154,'2018-01-11 12:45:27','0','',0,0,0,0,'','',0,1),(8253,5357,3,'NOT INTERESTED RETURNED\r','0',154,'2018-01-11 12:45:40','0','',0,0,0,0,'','',0,1),(8254,5332,4,'he is next weekand site visit plan.\r','',154,'2018-01-11 12:46:12','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8255,5333,3,'Meeting done will revert in 2 to 3 days and already looking to take commercial loan\r','0',154,'2018-01-11 12:46:37','0','',0,0,0,0,'','',0,1),(8256,5334,3,'NOT CONTACTABLE \r','0',154,'2018-01-11 12:46:52','0','',0,0,0,0,'','',0,1),(8257,5335,3,'Last day not pick call today call pick he tel me call C. B today after 7pm//ph not pic \r','0',154,'2018-01-11 12:47:14','0','',0,0,0,0,'','',0,1),(8258,5336,3,'Return .ph not pick single time\r','0',154,'2018-01-11 12:47:28','0','',0,0,0,0,'','',0,1),(8259,5337,3,'Give the inverty then talk 2 me//mood me nhi hai abhi \r','0',154,'2018-01-11 12:47:44','0','',0,0,0,0,'','',0,1),(8260,5338,8,'call cut and not pic //call not pic \r','0',154,'2018-01-11 12:48:10','0','',0,0,0,0,'','',0,1),(8261,5339,4,'Tomorrow 18th dec metting 3 pm//call not pic \r','',154,'2018-01-11 12:48:58','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8262,5340,4,'Told me to call today since busy yesterday but not responding today/ Meeting confirmed for 26th Dec VVS 20 Dec\r','',154,'2018-01-11 12:49:31','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8263,5341,4,'he is looking 1080 @ 52 lakhs, will call on Saturday, residing in JM Aroma_20-12-2017//AIIMS GOLF AVENUE\r','',154,'2018-01-11 12:50:16','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8264,5342,4,'he has finalized property somewhere else_20-12-2017\r','',154,'2018-01-11 12:50:41','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8265,5343,4,'Had word with him come for site visit but not came may plan next week\r','',154,'2018-01-11 12:51:36','18-01-2018 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(8266,5344,4,'Had word with him he has to move Kerla will back next week\r','',154,'2018-01-11 12:52:04','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8267,5345,4,'Had word with him he is looking office space but budget is less try to offer other projects\r','',154,'2018-01-11 12:54:08','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8268,5346,4,'Had conversation once and then didn\'t respond to call/Follow up\r','',154,'2018-01-11 12:54:41','23-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8269,5347,4,'she is coming Friday site visit.\r','',154,'2018-01-11 12:58:35','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8270,5348,4,'He may come on weekend\r','',154,'2018-01-11 13:01:22','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8271,5349,4,'Follow up going on \r','',154,'2018-01-11 13:02:05','20-01-2018 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(8272,5351,3,'Not responding, already updated Kiran and Harshit\r','0',154,'2018-01-11 13:03:12','0','',0,0,0,0,'','',0,1),(8273,5352,4,'comeing for visit 23th or 24rh dec //visit done himalaya clt go for redady to move and resale followup jan 2nd week \r','',154,'2018-01-11 13:04:19','24-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8274,5353,4,'Had word with him visit his office for metng but due to a his urgent metng not meet try to reschdl metng with him\r','',154,'2018-01-11 13:08:11','20-01-2018 - 14:10 ,Saturday','',0,0,0,0,'','',0,1),(8275,5354,4,'She is looking in Nirala Estate @2800 has offer from market she wants better than this \r','',154,'2018-01-11 13:08:54','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8276,5355,4,'Coming today 20th dec but now not picking calls//budget 30 to 32 lac near pass ,pich divyansh //call on 1st jan of week \r','',154,'2018-01-11 13:09:27','01-01-2018 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(8277,5356,3,'Wants 2 bhk, Lower floors under25\r','0',154,'2018-01-11 13:09:44','0','',0,0,0,0,'','',0,1),(8278,5107,4,'discussed over the phone, he will come on Saturday or Sunday \r','',154,'2018-01-11 13:11:02','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8279,5108,3,'not picked call, tried many times, tele caller knows/ Spoke to him and not interested VVS\r','0',154,'2018-01-11 13:11:19','0','',0,0,0,0,'','',0,1),(8280,5109,3,'Already purchased in noida/Lead return\r','0',154,'2018-01-11 13:11:33','0','',0,0,0,0,'','',0,1),(8281,5110,4,'Call not picked/ Follow up\r','',154,'2018-01-11 13:11:52','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8282,5111,8,'Called several times/Not picked/\r','0',154,'2018-01-11 13:12:06','0','',0,0,0,0,'','',0,1),(8283,5112,3,'Plan Dropped/ Hence lead return\r','0',154,'2018-01-11 13:12:25','0','',0,0,0,0,'','',0,1),(8284,5113,4,'Had word twice may plan today visit \r','',154,'2018-01-11 13:12:55','08-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8285,5114,4,'Client is in patna/Follow up\r','',154,'2018-01-11 13:13:24','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8286,5115,4,'Clt will visit on tommorow for arden//not to come for  visit because he was busy //call not pic \r','',154,'2018-01-11 14:21:16','09-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8287,5116,9,'not reachable number\r','0',154,'2018-01-11 14:21:32','0','',0,0,0,0,'','',0,1),(8288,5117,4,'Not Giving time try many time his number only had word once in says he will get back to me\r','',154,'2018-01-11 14:22:49','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8289,5396,14,'','',246,'2018-01-11 14:23:09','','',0,246,0,246,'','',0,13),(8290,5396,2,'website','21',246,'2018-01-11 14:23:31','0','',0,0,0,0,'','',0,13),(8291,5118,4,'Not Givivng time try many time his number only had word once in says he will get back to me\r','',154,'2018-01-11 14:23:35','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8292,5119,3,'Call after 1 hours....//callnot pic//not interested \r','0',154,'2018-01-11 14:23:51','0','',0,0,0,0,'','',0,1),(8293,5120,3,'meeting done  Interested and will revert on 19 th Dec//plan drop \r','0',154,'2018-01-11 14:24:12','0','',0,0,0,0,'','',0,1),(8294,5121,4,'Firstly clt. Sale own property mahagun mywood 935 Sq ft 12th floor pool facing then purchase 1235 Sq ft....\r','',154,'2018-01-11 14:24:54','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8295,5122,3,'Site visit Done. Client intrested in Divyansh/after 6 months\r','0',154,'2018-01-11 14:25:23','0','',0,0,0,0,'','',0,1),(8296,5123,4,'Will visit in coming weekend/Follow up\r','',154,'2018-01-11 14:25:54','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8297,5124,4,'Had word fix meeting but not came \r','',154,'2018-01-11 14:26:25','12-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8298,5125,3,'line disc\r','0',154,'2018-01-11 14:26:48','0','',0,0,0,0,'','',0,1),(8299,5126,4,'3 to 10, boulevard only, price 65 lakhs, \r','',154,'2018-01-11 14:27:21','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8300,5127,4,'in follow up\r','',154,'2018-01-11 14:27:45','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8301,5128,3,'not picked call, tried many times, tele caller knows\r','0',154,'2018-01-11 14:28:06','0','',0,0,0,0,'','',0,1),(8302,5129,3,'call not pic //he want 2bhk,3bhk near to pari chowk \r','0',154,'2018-01-11 14:28:26','0','',0,0,0,0,'','',0,1),(8303,5130,3,'Coming tomorrow 12pm//call not pic //bad me call kerna //not pic call\r','0',154,'2018-01-11 14:28:46','0','',0,0,0,0,'','',0,1),(8304,5131,4,'looking 2 Bhk in exotica/Resale under 40 lakhs/Follow uo\r','',154,'2018-01-11 14:29:34','14-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8305,5132,4,'Looking particular unit in Stealer try to find if found then may meet\r','',154,'2018-01-11 14:30:16','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8306,5133,3,'he is not elegible for AR\r','0',154,'2018-01-11 14:30:34','0','',0,0,0,0,'','',0,1),(8307,5134,4,'Following up with the customer still not replying \r','',154,'2018-01-11 14:31:20','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8308,5135,3,'Not intersted\r','0',154,'2018-01-11 14:32:11','0','',0,0,0,0,'','',0,1),(8309,5136,3,'busy right now call back 16th dec //plan thoda change kiya hai 3and 4moths bad dekhenge \r','0',154,'2018-01-11 14:32:32','0','',0,0,0,0,'','',0,1),(8310,5137,4,'Coming tomorrow for site visit Project Details Send//visit done noida and exotica and divyansh call on jan 2nd week \r','',154,'2018-01-11 14:32:59','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8311,5138,4,'customer told to call on 16th dec and we meet at kaushambi//want time call on for 2nd meeting ,10th jan call \r','',154,'2018-01-11 14:33:25','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8312,5139,4,'Asked to call on 11 the of Dec/Follow up\r','',154,'2018-01-11 14:33:55','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8313,5140,4,'visit done in Divyamsh & galaxy. Searching 3 Bhk in 20 laks/Follow up\r','',154,'2018-01-11 14:34:28','15-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8314,5141,3,'Called sevreal times from different number/ Lead return \r','0',154,'2018-01-11 14:34:48','0','',0,0,0,0,'','',0,1),(8315,5142,4,'Asked to call on Tuesday evening for meeting\r','',154,'2018-01-11 14:35:18','12-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8316,5143,3,'Client not confirming the meeting time and not intrested in any of our product mix\r','0',154,'2018-01-11 14:35:38','0','',0,0,0,0,'','',0,1),(8317,5144,4,'nearby sector 34, builder floor also, floor 3 to 10 if apartment_11-12-2017\r','',154,'2018-01-11 14:36:10','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8318,5145,4,'need to call on Friday for Saturday visit in extension, budget 35 lakhs for 2 bhk, discussed palm olympia 883 sq.ft\r','',154,'2018-01-11 14:36:58','18-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8319,5146,3,'not intrested\r','0',154,'2018-01-11 14:37:12','0','',0,0,0,0,'','',0,1),(8320,5147,4,'coming for visit on 16th or 17th //not pic call \r','',154,'2018-01-11 14:37:41','17-12-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(8321,5148,4,'Having Budget Rs35 Lac intrested in Exotica Only upto 8th Floor only\r','',154,'2018-01-11 14:38:23','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8322,5149,4,'May fix meeting this weekend\r','',154,'2018-01-11 14:39:06','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8323,5150,4,'May fix meeting this week \r','',154,'2018-01-11 14:39:59','16-12-2017 - 11:00 ,Saturday','',0,0,0,0,'','',0,1),(8324,5151,4,'Had word he may come for site visit on coming Sat i.e 16th Dec\r','',154,'2018-01-11 14:40:26','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8325,5152,4,'coming for visit on Sunday 10th dec //Flight cancel hogyi uski next week aaega17th dec //not pic call \r','',154,'2018-01-11 14:40:54','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8326,5153,4,'Vist done in Exotica/Divyansh/North avenue 2/ Cline is intrested in Divyansh\r','',154,'2018-01-11 14:43:23','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8327,5154,4,'His husband say not aware about this discussed than revert his tru caleer says Mortgage landing\r','',154,'2018-01-11 14:44:15','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8328,5155,4,'upto 5th floor, 2+study in capetown, hyde park, budget 60 lakhs, expected visit on saturday_11-12-2017\r','',154,'2018-01-11 14:44:49','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8329,5156,4,'Had word plan site visit due to some urgent work postponed for next weekend\r','',154,'2018-01-11 14:45:28','16-12-2017 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(8330,5157,4,'Had word with him he may come for next week\r','',154,'2018-01-11 14:46:09','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8331,5394,13,'','',248,'2018-01-11 14:48:12','','',0,248,0,248,'','',0,13),(8332,5392,13,'','',248,'2018-01-11 14:48:18','','',0,248,0,248,'','',0,13),(8333,5158,4,'Not providing time for visit/Follow up\r','',154,'2018-01-11 14:49:03','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8334,5159,3,'Last two day not pick call today pick call he tel me call tomorrow//call not pic \r','0',154,'2018-01-11 14:49:33','0','',0,0,0,0,'','',0,1),(8335,5160,4,'looking only 1620 sq.ft in cleo county, park facing preferable, floor upto 10th, unit not discussed with buyer_11-12-2017\r','',154,'2018-01-11 14:49:58','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8336,5161,8,'call not pic //cal cut ,cut the call \r','0',154,'2018-01-11 14:50:14','0','',0,0,0,0,'','',0,1),(8337,5162,4,'discussed 1074 sq.ft in aditya urban casa, 12th floor, interested to visit on Sunday but his phone was not reachable, today he is not ansnwering_11-12-2017\r','',154,'2018-01-11 14:50:52','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8338,5163,4,'upto 5th floor only, 2+study in ajnra grand or capetown, want to visit flat if inventory available in both projects_11-12-2017\r','',154,'2018-01-11 14:51:38','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8339,5164,3,'line disconnected\r','0',154,'2018-01-11 14:51:58','0','',0,0,0,0,'','',0,1),(8340,5165,4,'customer not met due to urgent work he said call me tomorrow13th dec //Plan drop \r','',154,'2018-01-11 14:52:28','13-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8341,5166,8,'call cut again and again //not pic \r','0',154,'2018-01-11 14:52:54','0','',0,0,0,0,'','',0,1),(8342,5167,4,'Coming for visit//visit done mahagun mywood and divyansh //abhi kuchh socha nhi h\r','',154,'2018-01-11 14:53:24','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8343,5168,4,'He need details on mail than he will fix metng\r','',154,'2018-01-11 14:53:57','18-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(8344,5169,4,'Fix metng at 4pm on 10th Dec but not came also not talking calls\r','',154,'2018-01-11 14:54:26','10-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8345,5170,8,'Not Picking call\r','0',154,'2018-01-11 14:54:48','0','',0,0,0,0,'','',0,1),(8346,5171,4,'Try calling him he called back yesterday try fix meeting he says he will call back and fix\r','',154,'2018-01-11 14:55:16','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8347,5172,4,'Visit done Exotica try to refix meeting\r','',154,'2018-01-11 14:55:42','17-12-2017 - 13:10 ,Sunday','',0,0,0,0,'','',0,1),(8348,5173,4,'May fix meeting in weekdays than plan site visit\r','',154,'2018-01-11 14:57:36','15-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8349,5174,8,'Not Picking call\r','0',154,'2018-01-11 14:58:02','0','',0,0,0,0,'','',0,1),(8350,5175,4,'Still follow up with kapil for meeting on Sunday\r','',154,'2018-01-11 14:58:30','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8351,5176,8,'call not pic //call not pic \r','0',154,'2018-01-11 14:58:50','0','',0,0,0,0,'','',0,1),(8352,5177,4,'meeting fix in gurgaon //meeting done Client max budget is 30 Lac ,  searching ready to move property (March possession is ok for him) ,  will visit on Saturday,  call on Friday evening for confirmation.\r','',154,'2018-01-11 15:06:26','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8353,5178,4,'Visit done divyansh & himalya,will confirm tue\r','',154,'2018-01-11 15:07:37','12-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8354,5179,4,'Metting Done at his home / Want to customize the plan as per his need/Follow up\r','',154,'2018-01-11 15:08:16','18-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(8355,5180,4,'Asking about best deal/Follow up\r','',154,'2018-01-11 15:08:42','17-12-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(8356,5181,4,'Wants in palm Olympia 1475sqft./Follow up\r','',154,'2018-01-11 15:09:15','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8357,5182,3,'Not providing time for visit/metting.\r','0',154,'2018-01-11 15:09:33','0','',0,0,0,0,'','',0,1),(8358,5183,4,'He will vist projects in 1st week of jan/Follow up\r','',154,'2018-01-11 15:10:06','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8359,5184,3,'Not intrested / Plan dropped\r','0',154,'2018-01-11 15:14:28','0','',0,0,0,0,'','',0,1),(8360,5185,3,'he is looking commercial only vaishali\r','0',154,'2018-01-11 15:16:31','0','',0,0,0,0,'','',0,1),(8361,5186,4,'visit done in ajnara grand, will let me know shortly for final decission_11-12-2017\r','',154,'2018-01-11 15:16:59','11-12-2017 - 13:05 ,Monday','',0,0,0,0,'','',0,1),(8362,5187,4,'looking property in sector 75, asked to call on Saturday for more disucssion\r','',154,'2018-01-11 15:17:27','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8363,5188,4,'he is out of delhi call on 13th dec and ask for visit \r','',154,'2018-01-11 15:17:58','13-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8364,5189,4,'she is busy will asked to call later, she is busy will call later\r','',154,'2018-01-11 15:18:36','11-12-2017 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(8365,5190,4,'looking 2+study, 1150 sq.ft in capetown in tower C3 only, floor upto 12th\r','',154,'2018-01-11 15:19:53','11-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8366,5191,8,'asked to call later\r','0',154,'2018-01-11 15:20:09','0','',0,0,0,0,'','',0,1),(8367,5192,4,'Looking 3BHk 1300 Sqft, Budget 45lacs Offer Divyansh n other coming Sat may visit\r','',154,'2018-01-11 15:20:40','16-12-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(8368,5193,4,'Looking only Palm Olym Tower 1 & 11 below 5th Floor 1335 Sqft budget 50 Lacs in Resale\r','',154,'2018-01-11 15:21:08','17-12-2017 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(8369,5194,4,'Ace Diveno with Harshit\r','',154,'2018-01-11 15:21:50','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8370,5195,4,'Looking 2BHK Budget 35 Lacs Offer Divyansh, May come for site visit on coming Sat\r','',154,'2018-01-11 15:22:19','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8371,5196,4,'Coming Sunday may visit for Gaur city 1\r','',154,'2018-01-11 15:22:47','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8372,5197,4,'Coming on Sunday\r','',154,'2018-01-11 15:23:15','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8373,5198,4,'Client intrested in Divyansh, not able to visit /Follow up\r','',154,'2018-01-11 15:23:46','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8374,5199,3,'Client is dealer and already in touch with Mr rakesh Banga\r','0',154,'2018-01-11 15:24:17','0','',0,0,0,0,'','',0,1),(8375,5200,4,'he will confirm vist date in evening  /Follow up\r','',154,'2018-01-11 15:26:57','17-12-2017 - 21:00 ,Sunday','',0,0,0,0,'','',0,1),(8376,5201,4,'Follow up\r','',154,'2018-01-11 15:27:26','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8377,5202,4,'Struggling to get the meeting time. Cliemt Asking to meet on metro station/follow uo\r','',154,'2018-01-11 15:27:51','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8378,5203,4,'he want 3 bhk ready to move , below 10 th floor, he is coming site visit this weekand.// he is all ready done by 1310 sqft, mahagun mywoods.\r','',154,'2018-01-11 15:29:43','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8379,5204,3,'meeting toay 13th of dec/ not intrested.\r','0',154,'2018-01-11 15:30:27','0','',0,0,0,0,'','',0,1),(8380,5205,8,'since lead given , not picked call\r','0',154,'2018-01-11 15:30:49','0','',0,0,0,0,'','',0,1),(8381,5206,3,'Called in morning he meet on Saturday16th nov //call not pic //he say don \'t call again\r','0',154,'2018-01-11 15:31:05','0','',0,0,0,0,'','',0,1),(8382,5207,4,'Clt. Today not free call back tomorrow 13th //call on 16th dec //call not pic \r','',154,'2018-01-11 15:31:31','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8383,5208,4,'All ready share Project Details and Cost sheet but not Confirm meeting time//call on Sunday 24th dec //he want proparty in raj nagar exc\r','',154,'2018-01-11 15:32:08','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8384,5209,8,'He is admit in hospital//call not pic \r','0',154,'2018-01-11 15:32:23','0','',0,0,0,0,'','',0,1),(8385,5210,3,'Called to client he was going out of station came back on 22nd and then meet//call not pic //khud call karunga after dec \r','0',154,'2018-01-11 15:32:41','0','',0,0,0,0,'','',0,1),(8386,5211,4,'Will come for visit on Saturday\r','',154,'2018-01-11 15:33:03','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8387,5212,4,'Called several times not picked/Follow up\r','',154,'2018-01-11 15:33:51','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8388,5213,4,'Looking only in Cheery County specf. Inventory only\r','',154,'2018-01-11 15:34:20','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8389,5214,3,'Ye lead Dogra Ji k pas v hai customer night me 9 pm me bulata hai din me ghar nahi bulata  hai//not followup \r','0',154,'2018-01-11 15:34:41','0','',0,0,0,0,'','',0,1),(8390,5215,4,'Call on Tuesday 19th dec //call on Sunday 24th dec //meeting ke liye time nhi de raha hai \r','',154,'2018-01-11 15:35:03','19-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8391,5216,4,'visit dine in Devika gold homes/ Follow up\r','',154,'2018-01-11 15:35:28','20-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8392,5217,4,'visit done in divyansh ,re visit again \r','',154,'2018-01-11 15:35:51','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8393,5218,4,'Meeting done waiting for the documents case with kapil\r','',154,'2018-01-11 15:36:18','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8394,5219,4,'Today visit schd. @3.30pm \r','',154,'2018-01-11 15:36:39','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8395,5220,4,'Had word looking in Ace Devino under Subv plan\r','',154,'2018-01-11 15:38:20','17-12-2017 - 11:00 ,Sunday','',0,0,0,0,'','',0,1),(8396,5221,4,'meeting scheduled on 14/12/2017 10 to 11am at dwarka\r','',154,'2018-01-11 15:38:46','14-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8397,5222,3,'customer is occupied, will find the in day or two. Follow up\r','0',154,'2018-01-11 15:39:26','0','',0,0,0,0,'','',0,1),(8398,5223,3,'Client is looking for 1 Bhk. Budegt  issue\r','0',154,'2018-01-11 15:39:40','0','',0,0,0,0,'','',0,1),(8399,5224,4,'Meeting fixed on 15th of dec\r','',154,'2018-01-11 15:40:01','15-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8400,5225,4,'Meeting done in his office. Intrested in plan Asking for ATS builder.\r','',154,'2018-01-11 15:40:31','20-12-2017 - 12:30 ,Wednesday','',0,0,0,0,'','',0,1),(8401,5226,3,'not eligible but interested for his son ..detail.searching redy to move property in between kalindi kunj to pari chowk budget 50lacs \r','0',154,'2018-01-11 15:40:46','0','',0,0,0,0,'','',0,1),(8402,5227,4,'Today talk with client he told he we not available today ,even not able to meet this week.call me Monday.\r','',154,'2018-01-11 15:41:09','02-01-2018 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(8403,5228,4,'Coming on Sunday\r','',154,'2018-01-11 15:41:33','17-12-2017 - 12:05 ,Sunday','',0,0,0,0,'','',0,1),(8404,5229,3,'Not Taking Calls try many time\r','0',154,'2018-01-11 15:41:53','0','',0,0,0,0,'','',0,1),(8405,5230,4,'interested in golf view 1, floor mid, tower except A,B,C, site visit on Saturday\r','',154,'2018-01-11 15:42:20','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8406,5231,4,'Visit planned for Palm Olympia 15-Dec\r','',154,'2018-01-11 15:42:43','15-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8407,5232,4,'Looing for Devika. Budeger 25 lakhs/Follow up\r','',154,'2018-01-11 15:43:07','16-12-2017 - 14:00 ,Saturday','',0,0,0,0,'','',0,1),(8408,5233,4,'Meeting Done he want 2bhk ready to move in coming Sat for site visit Divyansh and Amber//want time low budget  call last jan \r','',154,'2018-01-11 15:43:30','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8409,5234,4,'Proprty lead move to amandeep ji\r','',154,'2018-01-11 15:44:00','11-12-2017 - 19:00 ,Monday','',0,0,0,0,'','',0,1),(8410,5235,4,'Had word coming on weekend\r','',154,'2018-01-11 15:44:40','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8411,5236,4,'Had word him he is having less budget but looking only in Gaur Sundrym. Try to convy for other project\r','',154,'2018-01-11 15:45:18','25-12-2017 - 16:30 ,Monday','',0,0,0,0,'','',0,1),(8412,5237,3,'discussed over the phone, he is a out of station clien/ Spoke to him and shared the dox list and email Id, he will mail the dox. VVS 20 Dec\r','0',154,'2018-01-11 15:47:30','0','',0,0,0,0,'','',0,1),(8413,5238,4,'Asked to call after 5 Pm not picked/Follow up\r','',154,'2018-01-11 15:48:24','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8414,5239,4,'Meeting Done with him explain all things need time till Sunday to decide\r','',154,'2018-01-11 15:48:58','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8415,5240,4,'meeting done, follow up.\r','',154,'2018-01-11 15:49:26','24-12-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(8416,5241,4,'Had word with him want to meet on Monday for metng time fixing call him on Sunday\r','',154,'2018-01-11 15:49:58','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8417,5242,8,'call not picked.\r','0',154,'2018-01-11 15:50:22','0','',0,0,0,0,'','',0,1),(8418,5243,4,'meeting done, \r','',154,'2018-01-11 15:50:53','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8419,5244,4,' Interested told to call on Sunday and collect doc on Monday 18th dec//call not pic  // call on jan \r','',154,'2018-01-11 15:51:17','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8420,5245,4,'Meeting will be next weekend. Need to confirm for the meeting on Wednesday 20th dec //call not pic ,when piked he will call him self \r','',154,'2018-01-11 15:51:43','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8421,5246,4,'Meeting fix tmrw 15th dec 1.30 pm//call not pic \r','',154,'2018-01-11 15:52:10','15-12-2017 - 14:00 ,Friday','',0,0,0,0,'','',0,1),(8422,5247,3,'Return\r','0',154,'2018-01-11 15:52:27','0','',0,0,0,0,'','',0,1),(8423,5248,3,'cm is not ready for meeting without his boss and he keeps us for waiting for 1 hr\r','0',154,'2018-01-11 15:53:05','0','',0,0,0,0,'','',0,1),(8424,5249,4,'Will not giving time for discussing the ppt\r','',154,'2018-01-11 15:53:30','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8425,5250,4,'budget max 50 lakhs, looking 1080 sq.ft 4th to 10th floor, under construction in hyde park, asked to send details on email, rdee.barua@gmail.com\r','',154,'2018-01-11 15:54:10','24-12-2017 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(8426,5251,4,'discussed hyde park, will call later, looking property for his sister, budget max 50 lakhs\r','',154,'2018-01-11 15:54:31','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8427,5253,4,'Will confirm wether the the individual is client or broker/Follow up\r','',154,'2018-01-11 15:55:09','15-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8428,5254,3,'he is not interested\r','0',154,'2018-01-11 15:55:31','0','',0,0,0,0,'','',0,1),(8429,5255,4,'discussed over the phone,he is out of station  he will come on  Wednesday, then meeting on Friday 22 Dec\r','',154,'2018-01-11 15:55:52','22-12-2017 - 18:00 ,Friday','',0,0,0,0,'','',0,1),(8430,5256,4,'Had word with him tom site visit plan \r','',154,'2018-01-11 15:56:13','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8431,5257,4,'After 10 days meeting schedule huyi hai call on 27th dec //call lots of time but not pic call \r','',154,'2018-01-11 15:56:37','27-12-2017 - 17:00 ,Wednesday','',0,0,0,0,'','',0,1),(8432,5258,3,'want mail first //he give worng mail id ,and did not pic call and not to reply on smg \r','0',154,'2018-01-11 15:56:59','0','',0,0,0,0,'','',0,1),(8433,5259,3,' This clt. Tel me so many call me that reason don\'t call me again//\r','0',154,'2018-01-11 15:57:16','0','',0,0,0,0,'','',0,1),(8434,5260,4,'Will come for visit this weekend/Follow up\r','',154,'2018-01-11 15:57:38','24-12-2017 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(8435,5261,9,'Not reachable no\r','0',154,'2018-01-11 15:58:03','0','',0,0,0,0,'','',0,1),(8436,5262,4,'Meeting done at clients office will confirm on Sunday\r','',154,'2018-01-11 15:58:26','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8437,5263,3,'call on 19th dec //he is positive and will comfirm soon after discussion with friend and family .he may also give reference //after meeting he stard not piing calls \r','0',154,'2018-01-11 15:59:03','0','',0,0,0,0,'','',0,1),(8438,5264,4,'site visit done, he is intrested for galaxy na-ii, 1070 sqft.\r','',154,'2018-01-11 15:59:30','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8439,5265,4,'site visit done, divyansh floora, galaxy na-ii, devika gold homz.\r','',154,'2018-01-11 16:00:24','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8440,5266,4,'Had word with him Need to send details of project may plan tom site visit\r','',154,'2018-01-11 16:00:56','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8441,5267,4,'Had word with him tom site visit plan \r','',154,'2018-01-11 16:01:19','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8442,5268,8,'call not pic //call not pic \r','0',154,'2018-01-11 16:01:32','0','',0,0,0,0,'','',0,1),(8443,5269,4,'Call tommorow,16th dec  for visit//call not pic \r','',154,'2018-01-11 16:02:31','16-12-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(8444,5270,4,'He will come this week for visit./Follow up\r','',154,'2018-01-11 16:03:06','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8445,5271,3,'Already visit done by Siddarth/N.I/Called by rajat Low budeget\r','0',154,'2018-01-11 16:03:21','0','',0,0,0,0,'','',0,1),(8446,5272,4,'he is not sharing requirements but will visit 2 or 2 plus study flats on Saturday, asked to re confirm on Friday, residing in safdarjung enclave\r','',154,'2018-01-11 16:04:17','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8447,5273,4,'Asked to call on 20th but didn\'t repond/Follow up\r','',154,'2018-01-11 16:04:44','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8448,5274,4,'Had conversation/ will provide visit time/Follow up\r','',154,'2018-01-11 16:05:11','28-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8449,5275,4,'call not pic //call 5pm 20th dec //meeting fix for 23rd dec//call not pic \r','',154,'2018-01-11 16:06:00','23-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8450,5276,4,'Ajeet confirm the meeting on Monday 18th dec //meeting done with aman sir and bhuvan ,after meeting not picking the call \r','',154,'2018-01-11 16:06:41','18-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8451,5277,4,'Had word with him looking in Noida having budget Rs 65 Lacs visit plan for Sat\r','',154,'2018-01-11 16:07:14','16-12-2017 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(8452,5278,4,'Had Word with him clear all queries he may visit Sunday but Sat eve need to confirm\r','',154,'2018-01-11 16:07:38','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8453,5279,4,'He is not avilable call after half hour\r','',154,'2018-01-11 16:08:07','15-12-2017 - 12:30 ,Friday','',0,0,0,0,'','',0,1),(8454,5280,8,'Ringing\r','0',154,'2018-01-11 16:08:22','0','',0,0,0,0,'','',0,1),(8455,5281,3,'Not having any financial documents\r','0',154,'2018-01-11 16:08:35','0','',0,0,0,0,'','',0,1),(8456,5282,3,'call not picked. Any time.\r','0',154,'2018-01-11 16:08:47','0','',0,0,0,0,'','',0,1),(8457,5283,4,'137,150 xpress way , bud 55 , 3 Bhk//call not pic \r','',154,'2018-01-11 16:09:12','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8458,5284,8,'Call after 1 hours....//call not pic \r','0',154,'2018-01-11 16:09:26','0','',0,0,0,0,'','',0,1),(8459,5285,8,'call not pic \r','0',154,'2018-01-11 16:09:36','0','',0,0,0,0,'','',0,1),(8460,5286,4,'Had word with him he is looking Prestin aven may visit on Sunday\r','',154,'2018-01-11 16:10:02','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8461,5287,4,'Had word will visit next weekend\r','',154,'2018-01-11 16:12:28','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8462,5288,4,'Had word Meeting done he want some copy of agreement or documented as his wife is lawyer\r','',154,'2018-01-11 16:12:55','23-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8463,5289,4,'Had word product offer Charry and Exotica he may visit this weekend\r','',154,'2018-01-11 16:13:19','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8464,5290,4,'he is coming next week site visit done, \r','',154,'2018-01-11 16:13:44','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8465,5291,4,'discussed hyde park which he had already visited, given him final price, he will reply later, not ans\r','',154,'2018-01-11 16:14:19','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8466,5293,3,'Not giving time to meet \r','0',154,'2018-01-11 16:14:37','0','',0,0,0,0,'','',0,1),(8467,5294,3,'s off number lead return\r','0',154,'2018-01-11 16:14:52','0','',0,0,0,0,'','',0,1),(8468,5295,3,'client is follwed by Shekhar as well, hence lead return\r','0',154,'2018-01-11 16:15:10','0','',0,0,0,0,'','',0,1),(8469,5296,4,'Ask me to call in the evening for meeting//cust is not available today,ask me to call in morning tomorrow 19th dec //call not pic \r','',154,'2018-01-11 16:15:47','19-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8470,5292,4,'Out of Delhi co ordinator him on Saturday 23rd dec //call not pic //busy hai khud call kerne ko bol raha hai \r','',154,'2018-01-11 16:16:08','23-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8471,5298,4,'he is busy call 20th dec after 2pm.//call 22nd dec in evn //ye clt ph nhi pic kerta ur kerta hai to bolta hai ki busy hun evng me call kero ,evng me karo to morng me karo ,morng me karo to evng me //nhi followup kerna \r','',154,'2018-01-11 16:16:33','20-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8472,5299,4,'call 21st  dec because she is busy //after 21 st she is not pic the call \r','',154,'2018-01-11 16:16:56','21-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8473,5300,4,'Tomorrow 17th dec not coming detail send mhagun and exotica\r','',154,'2018-01-11 16:17:32','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8474,5301,4,'call on 17th dec //call but he say araha hun ,aaraha hun but aaya nhi abhi tk //ur ab call bhi nhi pic ker raha hai \r','',154,'2018-01-11 16:21:23','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8475,5302,4,'Had word will get back\r','',154,'2018-01-11 16:22:26','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8476,5303,4,'Had word will get back\r','',154,'2018-01-11 16:22:49','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8477,5304,4,'He is looking 3BHK in 45 lacs RTM\r','',154,'2018-01-11 16:23:16','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8478,5305,4,'Try many time but she was not taking calls send sms but she is not replying\r','',154,'2018-01-11 16:23:48','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8479,5306,4,'Had word with him offer some options\r','',154,'2018-01-11 16:24:29','21-12-2017 - 20:20 ,Thursday','',0,0,0,0,'','',0,1),(8480,5307,4,'Had word with him plan site visit but not came this coming wed he has plan to come\r','',154,'2018-01-11 16:25:45','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8481,5308,4,'Had word with him he plan for site visit but not came this week may plan\r','',154,'2018-01-11 16:26:20','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8482,5309,4,'today meeting posspoend, please call me tomm, \r','',154,'2018-01-11 16:26:41','19-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8483,5310,8,'call not picked.\r','0',154,'2018-01-11 16:27:00','0','',0,0,0,0,'','',0,1),(8484,5311,4,'he is out of station, please call me 23 dec.\r','',154,'2018-01-11 16:27:30','23-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(8485,5312,4,'he is serching property khanpur delhi, he is not intretsed for noida Ext.\r','',154,'2018-01-11 16:28:14','18-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8486,5313,4,'he is looking 1230 from 2nd to 6th floor @ 62 lakhs including TM,discussed 6th floor @ 66 lahks, not interested at this price,  unit not available at customer choice, asked to call on Friday for AR meeting\r','',154,'2018-01-11 16:28:52','18-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8487,5314,3,'INTERESTED IN SAYA BUT LOW BUDGET RETURNED BY SUMAN\r','0',154,'2018-01-11 16:29:08','0','',0,0,0,0,'','',0,1),(8488,5315,4,'Follow up\r','',154,'2018-01-11 16:29:28','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8489,5316,3,'Lead Return/Make a fun of the sales person\r','0',154,'2018-01-11 16:29:46','0','',0,0,0,0,'','',0,1),(8490,5317,3,'Return\r','0',154,'2018-01-11 16:30:01','0','',0,0,0,0,'','',0,1),(8491,5318,4,'Called several times but didn\'t confirm metting time\r','',154,'2018-01-11 16:30:23','22-12-2017 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(8492,5319,4,'Visit done in exotica. Will confirm in Sunday. \r','',154,'2018-01-11 16:31:05','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8493,5320,4,'Will come for visit on sturday\r','',154,'2018-01-11 16:31:56','16-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8494,5321,4,'Asked to call today/Follow up\r','',154,'2018-01-11 16:32:19','21-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8495,5322,4,'Will come for visit on Saturday/Sunday\r','',154,'2018-01-11 16:32:48','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8496,5323,4,'Will visit in coming weekend/Follow up\r','',154,'2018-01-11 16:33:16','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8497,5324,8,'Not responding, already updated Kiran and Harshit\r','0',154,'2018-01-11 16:33:50','0','',0,0,0,0,'','',0,1),(8498,5325,4,'Had word with her offer some options \r','',154,'2018-01-11 16:34:25','17-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(8499,5326,4,'Had word with him meeting fix on 20th Dec at Noida Sec 16\r','',154,'2018-01-11 16:34:50','20-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(8500,5327,4,'Will visit today after 2 pm//call not pic \r','',154,'2018-01-11 16:35:34','23-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(8501,5328,4,'meeting done Interested to take property in future and wants agreement copy on mail for legal discussion and wants 2 days time further v I have mail MOU copy at the same time//call on 4th jan \r','',154,'2018-01-11 16:36:06','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(8502,5329,3,'property searching cancelled\r','0',154,'2018-01-11 16:36:21','0','',0,0,0,0,'','',0,1),(8503,5330,4,'he is out of town, will be back on Monday 25th dec, asked to call on Tuesday or Wednesday\r','',154,'2018-01-11 16:36:47','26-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(8504,5331,4,'Will come for site visit in coming weekend\r','',154,'2018-01-11 16:37:11','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(8505,5637,14,'','',245,'2018-01-11 18:33:53','','',0,245,0,245,'','',0,13),(8506,5637,2,'Lead management system','17',245,'2018-01-11 18:34:39','0','',0,0,0,0,'','',0,13),(8507,5396,6,'','',244,'2018-01-11 13:06:16','','',0,244,0,247,'','',0,13),(8508,5637,6,'','',244,'2018-01-11 13:06:16','','',0,244,0,247,'','',0,13),(8509,3211,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8510,3212,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8511,3213,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8512,3214,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8513,3215,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8514,3216,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8515,3217,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8516,3218,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8517,3219,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8518,3220,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8519,3221,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8520,3222,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8521,3223,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8522,3224,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8523,3225,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8524,3226,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8525,3227,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8526,3228,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8527,3229,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8528,3230,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8529,3231,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8530,3232,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8531,3233,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8532,3234,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8533,3235,1,'','',131,'2018-01-12 11:35:14','','',0,131,0,132,'','',0,1),(8534,1836,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8535,1837,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8536,1838,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8537,1839,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8538,1840,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8539,1841,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8540,1842,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8541,1843,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8542,1844,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8543,1845,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8544,1846,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8545,1847,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8546,1848,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8547,1849,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8548,1850,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8549,1851,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8550,1852,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8551,1853,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8552,1854,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8553,1855,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8554,1856,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8555,1857,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8556,1858,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8557,1859,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8558,1860,1,'','',131,'2018-01-12 11:35:21','','',0,131,0,132,'','',0,1),(8559,1861,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8560,1862,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8561,1863,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8562,1864,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8563,1865,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8564,1866,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8565,1867,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8566,1868,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8567,1869,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8568,1870,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8569,1871,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8570,1872,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8571,1873,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8572,1874,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8573,1875,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8574,1876,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8575,1877,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8576,1878,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8577,1879,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8578,1880,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8579,1881,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8580,1882,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8581,1883,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8582,1884,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8583,1885,1,'','',131,'2018-01-12 11:35:29','','',0,131,0,132,'','',0,1),(8584,1886,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8585,1887,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8586,1888,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8587,1889,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8588,1890,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8589,1891,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8590,1892,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8591,1893,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8592,1894,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8593,1895,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8594,1896,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8595,1897,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8596,1898,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8597,1899,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8598,1900,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8599,1901,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8600,1902,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8601,1903,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8602,1904,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8603,1905,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8604,1906,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8605,1907,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8606,1908,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8607,1909,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8608,1910,1,'','',131,'2018-01-12 11:35:37','','',0,131,0,132,'','',0,1),(8609,1911,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8610,1912,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8611,1913,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8612,1914,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8613,1915,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8614,1916,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8615,1917,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8616,1918,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8617,1919,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8618,1920,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8619,1921,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8620,1922,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8621,1923,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8622,1924,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8623,1925,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8624,1926,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8625,1927,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8626,1928,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8627,1929,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8628,1930,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8629,1931,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8630,1932,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8631,1933,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8632,1934,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8633,1935,1,'','',131,'2018-01-12 11:35:49','','',0,131,0,132,'','',0,1),(8634,1936,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8635,1937,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8636,1938,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8637,1939,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8638,1940,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8639,1941,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8640,1942,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8641,1943,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8642,1944,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8643,1945,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8644,1946,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8645,1947,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8646,1948,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8647,1949,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8648,1950,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8649,1951,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8650,1952,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8651,1953,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8652,1954,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8653,1955,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8654,1956,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8655,1957,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8656,1958,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8657,1959,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8658,1960,1,'','',131,'2018-01-12 11:35:55','','',0,131,0,132,'','',0,1),(8659,1961,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8660,1962,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8661,1963,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8662,1964,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8663,1965,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8664,1966,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8665,1967,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8666,1968,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8667,1969,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8668,1970,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8669,1971,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8670,1972,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8671,1973,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8672,1974,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8673,1975,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8674,1976,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8675,1977,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8676,1978,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8677,1979,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8678,1980,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8679,1981,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8680,1982,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8681,1983,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8682,1984,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8683,1985,1,'','',131,'2018-01-12 11:36:03','','',0,131,0,132,'','',0,1),(8684,1986,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8685,1987,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8686,1988,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8687,1989,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8688,1990,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8689,1991,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8690,1992,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8691,1993,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8692,1994,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8693,1995,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8694,1996,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8695,1997,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8696,1998,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8697,1999,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8698,2000,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8699,2001,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8700,2002,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8701,2003,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8702,2004,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8703,2005,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8704,2006,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8705,2007,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8706,2008,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8707,2009,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8708,2010,1,'','',131,'2018-01-12 11:36:10','','',0,131,0,132,'','',0,1),(8709,2011,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8710,2012,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8711,2013,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8712,2014,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8713,2015,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8714,2016,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8715,2017,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8716,2018,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8717,2019,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8718,2020,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8719,2021,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8720,2022,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8721,2023,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8722,2024,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8723,2025,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8724,2026,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8725,2027,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8726,2028,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8727,2029,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8728,2030,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8729,2031,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8730,2032,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8731,2033,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8732,2034,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8733,2035,1,'','',131,'2018-01-12 11:36:17','','',0,131,0,132,'','',0,1),(8734,2036,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8735,2037,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8736,2038,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8737,2039,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8738,2040,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8739,2041,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8740,2042,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8741,2043,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8742,2044,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8743,2045,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8744,2046,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8745,2047,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8746,2048,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8747,2049,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8748,2050,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8749,2051,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8750,2052,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8751,2053,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8752,2054,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8753,2055,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8754,2056,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8755,2057,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8756,2058,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8757,2059,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8758,2060,1,'','',131,'2018-01-12 11:36:24','','',0,131,0,132,'','',0,1),(8759,2061,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8760,2062,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8761,2063,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8762,2064,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8763,2065,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8764,2066,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8765,2067,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8766,2068,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8767,2069,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8768,2070,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8769,2071,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8770,2072,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8771,2073,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8772,2074,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8773,2075,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8774,2076,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8775,2077,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8776,2078,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8777,2079,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8778,2080,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8779,2081,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8780,2082,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8781,2083,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8782,2084,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8783,2085,1,'','',131,'2018-01-12 11:36:30','','',0,131,0,132,'','',0,1),(8784,2086,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8785,2087,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8786,2088,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8787,2089,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8788,2090,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8789,2091,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8790,2092,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8791,2093,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8792,2094,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8793,2095,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8794,2096,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8795,2097,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8796,2098,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8797,2099,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8798,2100,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8799,2101,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8800,2102,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8801,2103,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8802,2104,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8803,2105,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8804,2106,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8805,2107,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8806,2108,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8807,2109,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8808,2110,1,'','',131,'2018-01-12 11:36:37','','',0,131,0,132,'','',0,1),(8809,2111,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8810,2112,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8811,2113,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8812,2114,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8813,2115,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8814,2116,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8815,2117,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8816,2118,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8817,2119,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8818,2120,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8819,2121,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8820,2122,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8821,2123,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8822,2124,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8823,2125,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8824,2126,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8825,2127,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8826,2128,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8827,2129,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8828,2130,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8829,2131,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8830,2132,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8831,2133,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8832,2134,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8833,2135,1,'','',131,'2018-01-12 11:36:43','','',0,131,0,132,'','',0,1),(8834,2136,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8835,2137,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8836,2138,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8837,2139,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8838,2140,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8839,2141,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8840,2142,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8841,2143,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8842,2144,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8843,2145,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8844,2146,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8845,2147,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8846,2148,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8847,2149,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8848,2150,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8849,2151,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8850,2152,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8851,2153,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8852,2154,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8853,2155,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8854,2156,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8855,2157,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8856,2158,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8857,2159,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8858,2160,1,'','',131,'2018-01-12 11:36:50','','',0,131,0,132,'','',0,1),(8859,2161,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8860,2162,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8861,2163,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8862,2164,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8863,2165,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8864,2166,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8865,2167,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8866,2168,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8867,2169,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8868,2170,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8869,2171,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8870,2172,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8871,2173,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8872,2174,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8873,2175,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8874,2176,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8875,2177,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8876,2178,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8877,2179,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8878,2180,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8879,2181,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8880,2182,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8881,2183,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8882,2184,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8883,2185,1,'','',131,'2018-01-12 11:36:56','','',0,131,0,132,'','',0,1),(8884,2186,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8885,2187,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8886,2188,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8887,2189,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8888,2190,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8889,2191,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8890,2192,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8891,2193,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8892,2194,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8893,2195,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8894,2196,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8895,2197,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8896,2198,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8897,2199,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8898,2200,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8899,2201,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8900,2202,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8901,2203,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8902,2204,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8903,2205,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8904,2206,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8905,2207,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8906,2208,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8907,2209,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8908,2210,1,'','',131,'2018-01-12 11:37:14','','',0,131,0,132,'','',0,1),(8909,2211,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8910,2212,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8911,2213,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8912,2214,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8913,2215,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8914,2216,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8915,2217,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8916,2218,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8917,2219,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8918,2220,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8919,2221,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8920,2222,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8921,2223,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8922,2224,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8923,2225,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8924,2226,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8925,2227,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8926,2228,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8927,2229,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8928,2230,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8929,2231,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8930,2232,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8931,2233,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8932,2234,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8933,2235,1,'','',131,'2018-01-12 11:37:21','','',0,131,0,132,'','',0,1),(8934,5638,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8935,5639,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8936,5640,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8937,5641,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8938,5642,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8939,5643,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8940,5644,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8941,5645,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8942,5646,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8943,5647,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8944,5648,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8945,5649,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8946,5650,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8947,5651,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8948,5652,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8949,5653,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8950,5654,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8951,5655,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8952,5656,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8953,5657,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8954,5658,1,'','',131,'2018-01-12 11:38:53','','',0,131,0,154,'','',0,1),(8955,5659,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8956,5660,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8957,5661,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8958,5662,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8959,5663,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8960,5664,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8961,5665,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8962,5666,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8963,5667,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8964,5668,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8965,5669,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8966,5670,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8967,5671,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8968,5672,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8969,5673,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8970,5674,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8971,5675,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8972,5676,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8973,5677,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8974,5678,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8975,5679,1,'','',131,'2018-01-12 11:39:12','','',0,131,0,154,'','',0,1),(8976,5680,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8977,5681,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8978,5682,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8979,5683,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8980,5684,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8981,5685,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8982,5686,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8983,5687,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8984,5688,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8985,5689,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8986,5690,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8987,5691,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8988,5692,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8989,5693,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8990,5694,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8991,5695,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8992,5696,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8993,5697,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8994,5698,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8995,5699,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8996,5700,1,'','',131,'2018-01-12 11:39:29','','',0,131,0,154,'','',0,1),(8997,5701,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(8998,5702,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(8999,5703,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9000,5704,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9001,5705,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9002,5706,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9003,5707,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9004,5708,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9005,5709,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9006,5710,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9007,5711,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9008,5712,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9009,5713,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9010,5714,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9011,5715,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9012,5716,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9013,5717,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9014,5718,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9015,5719,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9016,5720,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9017,5721,1,'','',131,'2018-01-12 11:39:46','','',0,131,0,154,'','',0,1),(9018,5722,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9019,5723,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9020,5724,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9021,5725,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9022,5726,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9023,5727,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9024,5728,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9025,5729,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9026,5730,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9027,5731,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9028,5732,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9029,5733,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9030,5734,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9031,5735,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9032,5736,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9033,5737,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9034,5738,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9035,5739,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9036,5740,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9037,5741,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9038,5742,1,'','',131,'2018-01-12 11:40:03','','',0,131,0,154,'','',0,1),(9039,5743,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9040,5744,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9041,5745,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9042,5746,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9043,5747,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9044,5748,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9045,5749,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9046,5750,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9047,5751,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9048,5752,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9049,5753,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9050,5754,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9051,5755,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9052,5756,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9053,5757,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9054,5758,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9055,5759,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9056,5760,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9057,5761,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9058,5762,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9059,5763,1,'','',131,'2018-01-12 11:40:19','','',0,131,0,154,'','',0,1),(9060,5764,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9061,5765,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9062,5766,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9063,5767,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9064,5768,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9065,5769,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9066,5770,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9067,5771,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9068,5772,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9069,5773,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9070,5774,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9071,5775,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9072,5776,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9073,5777,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9074,5778,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9075,5779,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9076,5780,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9077,5781,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9078,5782,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9079,5783,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9080,5784,1,'','',131,'2018-01-12 11:40:37','','',0,131,0,154,'','',0,1),(9081,5785,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9082,5786,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9083,5787,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9084,5788,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9085,5789,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9086,5790,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9087,5791,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9088,5792,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9089,5793,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9090,5794,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9091,5795,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9092,5796,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9093,5797,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9094,5798,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9095,5799,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9096,5800,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9097,5801,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9098,5802,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9099,5803,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9100,5804,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9101,5805,1,'','',131,'2018-01-12 11:40:54','','',0,131,0,154,'','',0,1),(9102,5806,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9103,5807,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9104,5808,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9105,5809,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9106,5810,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9107,5811,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9108,5812,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9109,5813,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9110,5814,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9111,5815,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9112,5816,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9113,5817,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9114,5818,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9115,5819,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9116,5820,1,'','',131,'2018-01-12 11:41:16','','',0,131,0,154,'','',0,1),(9117,2236,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9118,2237,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9119,2238,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9120,2239,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9121,2240,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9122,2241,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9123,2242,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9124,2243,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9125,2244,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9126,2245,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9127,2246,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9128,2247,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9129,2248,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9130,2249,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9131,2250,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9132,2251,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9133,2252,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9134,2253,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9135,2254,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9136,2255,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9137,2256,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9138,2257,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9139,2258,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9140,2259,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9141,2260,1,'','',131,'2018-01-12 11:41:27','','',0,131,0,132,'','',0,1),(9142,2261,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9143,2262,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9144,2263,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9145,2264,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9146,2265,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9147,2266,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9148,2267,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9149,2268,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9150,2269,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9151,2270,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9152,2271,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9153,2272,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9154,2273,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9155,2274,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9156,2275,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9157,2276,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9158,2277,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9159,2278,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9160,2279,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9161,2280,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9162,2281,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9163,2282,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9164,2283,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9165,2284,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9166,2285,1,'','',131,'2018-01-12 11:41:34','','',0,131,0,132,'','',0,1),(9167,2286,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9168,2287,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9169,2288,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9170,2289,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9171,2290,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9172,2291,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9173,2292,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9174,2293,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9175,2294,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9176,2295,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9177,2296,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9178,2297,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9179,2298,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9180,2299,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9181,2300,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9182,2301,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9183,2302,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9184,2303,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9185,2304,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9186,2305,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9187,2306,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9188,2307,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9189,2308,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9190,2309,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9191,2310,1,'','',131,'2018-01-12 11:41:41','','',0,131,0,132,'','',0,1),(9192,2311,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9193,2312,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9194,2313,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9195,2314,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9196,2315,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9197,2316,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9198,2317,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9199,2318,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9200,2319,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9201,2320,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9202,2321,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9203,2322,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9204,2323,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9205,2324,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9206,2325,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9207,2326,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9208,2327,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9209,2328,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9210,2329,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9211,2330,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9212,2331,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9213,2332,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9214,2333,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9215,2334,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9216,2335,1,'','',131,'2018-01-12 11:41:49','','',0,131,0,132,'','',0,1),(9217,2336,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9218,2337,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9219,2338,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9220,2339,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9221,2340,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9222,2341,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9223,2342,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9224,2343,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9225,2344,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9226,2345,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9227,2346,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9228,2347,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9229,2348,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9230,2349,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9231,2350,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9232,2351,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9233,2352,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9234,2353,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9235,2354,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9236,2355,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9237,2356,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9238,2357,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9239,2358,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9240,2359,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9241,2360,1,'','',131,'2018-01-12 11:41:57','','',0,131,0,132,'','',0,1),(9242,2361,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9243,2362,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9244,2363,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9245,2364,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9246,2365,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9247,2366,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9248,2367,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9249,2368,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9250,2369,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9251,2370,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9252,2371,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9253,2372,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9254,2373,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9255,2374,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9256,2375,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9257,2376,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9258,2377,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9259,2378,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9260,2379,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9261,2380,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9262,2381,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9263,2382,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9264,2383,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9265,2384,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9266,2385,1,'','',131,'2018-01-12 11:42:04','','',0,131,0,132,'','',0,1),(9267,2386,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9268,2387,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9269,2388,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9270,2389,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9271,2390,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9272,2391,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9273,2392,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9274,2393,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9275,2394,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9276,2395,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9277,2396,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9278,2397,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9279,2398,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9280,2399,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9281,2400,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9282,2401,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9283,2402,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9284,2403,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9285,2404,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9286,2405,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9287,2406,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9288,2407,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9289,2408,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9290,2409,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9291,2410,1,'','',131,'2018-01-12 11:42:11','','',0,131,0,132,'','',0,1),(9292,2411,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9293,2412,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9294,2413,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9295,2414,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9296,2415,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9297,2416,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9298,2417,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9299,2418,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9300,2419,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9301,2420,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9302,2421,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9303,2422,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9304,2423,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9305,2424,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9306,2425,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9307,2426,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9308,2427,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9309,2428,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9310,2429,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9311,2430,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9312,2431,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9313,2432,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9314,2433,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9315,2434,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9316,2435,1,'','',131,'2018-01-12 11:42:19','','',0,131,0,132,'','',0,1),(9317,2436,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9318,2437,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9319,2438,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9320,2439,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9321,2440,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9322,2441,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9323,2442,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9324,2443,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9325,2444,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9326,2445,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9327,2446,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9328,2447,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9329,2448,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9330,2449,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9331,2450,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9332,2451,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9333,2452,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9334,2453,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9335,2454,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9336,2455,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9337,2456,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9338,2457,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9339,2458,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9340,2459,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9341,2460,1,'','',131,'2018-01-12 11:42:25','','',0,131,0,132,'','',0,1),(9342,2461,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9343,2462,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9344,2463,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9345,2464,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9346,2465,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9347,2466,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9348,2467,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9349,2468,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9350,2469,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9351,2470,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9352,2471,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9353,2472,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9354,2473,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9355,2474,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9356,2475,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9357,2476,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9358,2477,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9359,2478,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9360,2479,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9361,2480,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9362,2481,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9363,2482,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9364,2483,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9365,2484,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9366,2485,1,'','',131,'2018-01-12 11:42:31','','',0,131,0,132,'','',0,1),(9367,2486,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9368,2487,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9369,2488,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9370,2489,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9371,2490,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9372,2491,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9373,2492,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9374,2493,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9375,2494,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9376,2495,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9377,2496,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9378,2497,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9379,2498,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9380,2499,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9381,2500,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9382,2501,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9383,2502,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9384,2503,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9385,2504,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9386,2505,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9387,2506,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9388,2507,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9389,2508,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9390,2509,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9391,2510,1,'','',131,'2018-01-12 11:42:38','','',0,131,0,132,'','',0,1),(9392,2511,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9393,2512,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9394,2513,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9395,2514,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9396,2515,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9397,2516,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9398,2517,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9399,2518,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9400,2519,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9401,2520,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9402,2521,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9403,2522,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9404,2523,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9405,2524,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9406,2525,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9407,2526,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9408,2527,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9409,2528,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9410,2529,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9411,2530,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9412,2531,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9413,2532,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9414,2533,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9415,2534,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9416,2535,1,'','',131,'2018-01-12 11:42:43','','',0,131,0,132,'','',0,1),(9417,2536,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9418,2537,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9419,2538,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9420,2539,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9421,2540,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9422,2541,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9423,2542,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9424,2543,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9425,2544,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9426,2545,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9427,2546,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9428,2547,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9429,2548,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9430,2549,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9431,2550,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9432,2551,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9433,2552,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9434,2553,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9435,2554,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9436,2555,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9437,2556,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9438,2557,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9439,2558,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9440,2559,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9441,2560,1,'','',131,'2018-01-12 11:42:53','','',0,131,0,132,'','',0,1),(9442,2561,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9443,2562,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9444,2563,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9445,2564,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9446,2565,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9447,2566,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9448,2567,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9449,2568,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9450,2569,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9451,2570,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9452,2571,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9453,2572,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9454,2573,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9455,2574,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9456,2575,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9457,2576,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9458,2577,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9459,2578,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9460,2579,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9461,2580,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9462,2581,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9463,2582,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9464,2583,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9465,2584,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9466,2585,1,'','',131,'2018-01-12 11:42:59','','',0,131,0,132,'','',0,1),(9467,2586,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9468,2587,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9469,2588,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9470,2589,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9471,2590,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9472,2591,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9473,2592,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9474,2593,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9475,2594,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9476,2595,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9477,2596,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9478,2597,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9479,2598,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9480,2599,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9481,2600,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9482,2601,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9483,2602,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9484,2603,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9485,2604,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9486,2605,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9487,2606,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9488,2607,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9489,2608,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9490,2609,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9491,2610,1,'','',131,'2018-01-12 11:43:06','','',0,131,0,132,'','',0,1),(9492,2611,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9493,2612,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9494,2613,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9495,2614,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9496,2615,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9497,2616,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9498,2617,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9499,2618,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9500,2619,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9501,2620,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9502,2621,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9503,2622,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9504,2623,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9505,2624,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9506,2625,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9507,2626,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9508,2627,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9509,2628,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9510,2629,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9511,2630,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9512,2631,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9513,2632,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9514,2633,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9515,2634,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9516,2635,1,'','',131,'2018-01-12 11:43:13','','',0,131,0,132,'','',0,1),(9517,2636,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9518,2637,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9519,2638,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9520,2639,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9521,2640,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9522,2641,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9523,2642,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9524,2643,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9525,2644,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9526,2645,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9527,2646,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9528,2647,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9529,2648,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9530,2649,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9531,2650,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9532,2651,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9533,2652,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9534,2653,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9535,2654,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9536,2655,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9537,2656,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9538,2657,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9539,2658,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9540,2659,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9541,2660,1,'','',131,'2018-01-12 11:43:20','','',0,131,0,132,'','',0,1),(9542,2661,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9543,2662,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9544,2663,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9545,2664,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9546,2665,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9547,2666,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9548,2667,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9549,2668,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9550,2669,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9551,2670,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9552,2671,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9553,2672,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9554,2673,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9555,2674,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9556,2675,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9557,2676,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9558,2677,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9559,2678,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9560,2679,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9561,2680,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9562,2681,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9563,2682,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9564,2683,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9565,2684,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9566,2685,1,'','',131,'2018-01-12 11:43:35','','',0,131,0,132,'','',0,1),(9567,5638,4,'call not pic //meeting done with aman sir and abhimanu,want time call on 6th jan \r','',154,'2018-01-12 11:48:35','06-01-2018 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9568,5639,4,'Clt health is not good ...plan drop for 15 days regarding property... Call him after 15 days.\r','',154,'2018-01-12 11:49:43','09-01-2018 - 00:00 ,Tuesday','',0,0,0,0,'','',0,1),(9569,5640,4,'Visit done on Divyansh, may be revisit on coming Sat with family\r','',154,'2018-01-12 11:50:20','23-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9570,5641,4,'Site visit done for Divyansh may come in weekend\r','',154,'2018-01-12 11:50:48','23-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9571,5642,4,'Had word with him but may come after 5th of Jan \r','',154,'2018-01-12 11:51:38','05-01-2018 - 00:00 ,Friday','',0,0,0,0,'','',0,1),(9572,5643,4,'Metng done with him explain all things need time till Wed than take call\r','',154,'2018-01-12 11:52:06','27-12-2017 - 00:00 ,Wednesday','',0,0,0,0,'','',0,1),(9573,5644,8,'I will try this no 2-3 times but not reachable n right now I will try again this no. not pick.....\r','0',154,'2018-01-12 11:52:32','0','',0,0,0,0,'','',0,1),(9574,5645,4,'If he don’t have any work tmrw then only come for visit otherwise next weekend /finalise next month jan me karega ,bulandshahar me bhi dekh raha h\r','',154,'2018-01-12 11:53:04','06-01-2018 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9575,5646,4,'Client not confirming visit time/Follow up\r','',154,'2018-01-12 11:53:23','23-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9576,5647,4,'visit done in Divyamsh & galaxy./Follow up\r','',154,'2018-01-12 11:53:42','23-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9577,5648,3,'Client is out of station. Not confirming meeting or site visit time\r','0',154,'2018-01-12 11:53:57','0','',0,0,0,0,'','',0,1),(9578,5649,4,'first meeting done but neeed to revisit as was in hurry, interested in the plan, need to call tomorrow @ 26th dec for meeting to close the deal. Interested in the GGN property, asked Harshit and he is arranging the same. VVS 25th Dec\r','',154,'2018-01-12 11:54:21','25-12-2017 - 00:00 ,Monday','',0,0,0,0,'','',0,1),(9579,5650,4,'Meeting done in Bestech Business center, Condulent, total 3 friends, follow up on 26th dec\r','',154,'2018-01-12 11:54:41','26-12-2017 - 00:00 ,Tuesday','',0,0,0,0,'','',0,1),(9580,5651,4,'Meeting done, expected closure by 28th dec\r','',154,'2018-01-12 11:55:01','28-12-2017 - 00:00 ,Thursday','',0,0,0,0,'','',0,1),(9581,5654,3,'Called several times from different number/ Not picked\r','0',154,'2018-01-12 11:55:31','0','',0,0,0,0,'','',0,1),(9582,5656,4,'Want time to think\r','',154,'2018-01-12 11:55:56','03-01-2018 - 00:00 ,Wednesday','',0,0,0,0,'','',0,1),(9583,5657,4,'visit done in himalaya , It was a duplicate lead.. Bhuwan  and javed both are following up with same client...\r','',154,'2018-01-12 11:56:28','02-01-2018 - 00:00 ,Tuesday','',0,0,0,0,'','',0,1),(9584,5658,4,'Out of station\r','',154,'2018-01-12 11:56:45','02-01-2018 - 00:00 ,Tuesday','',0,0,0,0,'','',0,1),(9585,5659,3,'Not giving time to meet \r','0',154,'2018-01-12 11:57:10','0','',0,0,0,0,'','',0,1),(9586,5660,4,'Today he will come to Noida and will come our office for meeting.he was expected to come yesterday 26th to our office but now he is not picking my call,I tried 4-5 time .he is a indarapuram guy.\r','',154,'2018-01-12 11:57:34','26-12-2017 - 00:00 ,Tuesday','',0,0,0,0,'','',0,1),(9587,5661,4,'meeting fix //23rd dec Morning meeting done 10,clock,with aman sir //call not pic \r','',154,'2018-01-12 11:57:57','23-12-2017 - 00:00 ,Saturday','',0,0,0,0,'','',0,1),(9588,5662,4,'Visit done looking for resale under 26lacs try for metng\r','',154,'2018-01-12 11:58:21','26-12-2017 - 02:00 ,Tuesday','',0,0,0,0,'','',0,1),(9589,5663,4,'Had word with him he plan  for visit but not came\r','',154,'2018-01-12 11:58:47','24-12-2017 - 00:00 ,Sunday','',0,0,0,0,'','',0,1),(9590,5664,4,'Visit done Divyansh , looking 3BHK but other option also\r','',154,'2018-01-12 11:59:10','25-12-2017 - 00:00 ,Monday','',0,0,0,0,'','',0,1),(9591,5665,4,'Had word want to meet at his office  in delhi will confirm time\r','',154,'2018-01-12 11:59:35','24-12-2017 - 00:00 ,Sunday','',0,0,0,0,'','',0,1),(9592,5666,8,'Try many time but nt taking calls\r','0',154,'2018-01-12 11:59:47','0','',0,0,0,0,'','',0,1),(9593,5667,8,'Try many time but nt taking calls\r','0',154,'2018-01-12 11:59:53','0','',0,0,0,0,'','',0,1),(9594,5668,4,'Metng done with him explain all things need to share MOU copy with him than take call\r','',154,'2018-01-12 12:00:21','25-12-2017 - 14:00 ,Monday','',0,0,0,0,'','',0,1),(9595,5669,4,'Gaur Saundrym visit done \r','',154,'2018-01-12 12:00:41','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(9596,5670,4,'Visit done for Divyansh also looking Pretin as dir of Prestin known to him\r','',154,'2018-01-12 12:01:05','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9597,5671,3,'Not picking the phone,once pic the phone after listening from ware I am he cut phone and after it not pic the phone.return ..as not picking the call \r','0',154,'2018-01-12 12:01:32','0','',0,0,0,0,'','',0,1),(9598,5672,8,'Not free now to talk, call back//not pic call\r','0',154,'2018-01-12 12:01:50','0','',0,0,0,0,'','',0,1),(9599,5673,4,'23rd dec come for visit //plan change …so hi will come for visit 25th dec //as not picking the call \r','',154,'2018-01-12 12:02:10','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(9600,5672,3,'ni','0',154,'2018-01-12 12:02:18','0','',0,0,0,0,'','',0,1),(9601,5675,8,'he is not picking call \r','0',154,'2018-01-12 12:02:38','0','',0,0,0,0,'','',0,1),(9602,5674,3,'ni','0',154,'2018-01-12 12:02:45','0','',0,0,0,0,'','',0,1),(9603,5676,8,' Trying 2 times ..not pick//not pic call\r','0',154,'2018-01-12 12:03:00','0','',0,0,0,0,'','',0,1),(9604,5677,4,'He will be coming on Tuesday 2nd jan  for site visit.//not to come for visit because he is busy ,call after Friday 5th jan \r','',154,'2018-01-12 12:03:17','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9605,5684,4,'Meeting done at his home. Client will confirm next week.\r','',154,'2018-01-12 12:03:41','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(9606,5685,4,'Due to some family problem, asked to call after 1 week\r','',154,'2018-01-12 12:04:05','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9607,5686,4,'Client will come for visit as per his schedule/Follow up\r','',154,'2018-01-12 12:04:23','31-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9608,5687,4,'Called several times/Not picked/Follow up\r','',154,'2018-01-12 12:04:44','26-12-2017 - 13:00 ,Tuesday','',0,0,0,0,'','',0,1),(9609,5688,4,'Will come for visit in Jan\r','',154,'2018-01-12 12:04:59','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9610,5689,4,'Due to some family issue. Visit postponed.\r','',154,'2018-01-12 12:05:19','29-12-2017 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(9611,5690,4,'Called not picked/Follow up\r','',154,'2018-01-12 12:05:38','25-12-2017 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(9612,5691,4,'EXPECTED VISIT ON SATURDAY OR SUNDAY\r','',154,'2018-01-12 12:05:57','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9613,5390,13,'','',248,'2018-01-12 12:06:20','','',0,248,0,248,'','',0,13),(9614,5692,4,'visit pending for 1550 in gaur saundaryam, he is already residing in saundaryam\r','',154,'2018-01-12 12:06:21','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9615,5693,4,'visit done in urban casa, she wants to finalize unit in antriksh golf view-1, we offered 67 lakhs, she is already having a deal in same project @ 63 lakhs\r','',154,'2018-01-12 12:06:43','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9616,5694,4,'Follow up going on \r','',154,'2018-01-12 12:06:59','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9617,5695,4,'Meeting was planned yesterday @ 24th Dec but did not respond so need follow up\r','',154,'2018-01-12 12:07:19','24-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9618,5696,3,'Meeding done, ITR not shared but seems 4 to 4.5 lac ITR, doubt on eligibilty\r','0',154,'2018-01-12 12:07:34','0','',0,0,0,0,'','',0,1),(9619,5697,3,'Client will call as per his requirements.\r','0',154,'2018-01-12 12:07:47','0','',0,0,0,0,'','',0,1),(9620,5699,8,'not pic call //busy hun bad me bat karunga\r','0',154,'2018-01-12 12:08:07','0','',0,0,0,0,'','',0,1),(9621,5700,4,'Visit done for divyansh and prestin but he may look his budget than revert\r','',154,'2018-01-12 12:08:27','31-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9622,5701,4,'Visit done for Divyansh may come for next weekend\r','',154,'2018-01-12 12:08:58','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9623,5702,8,'Try many time but not taking calls\r','0',154,'2018-01-12 12:09:11','0','',0,0,0,0,'','',0,1),(9624,5703,8,'Tomorrow meeting//call not pic \r','0',154,'2018-01-12 12:09:22','0','',0,0,0,0,'','',0,1),(9625,5704,4,'visit done in divynsh 1015sqft //call not done \r','',154,'2018-01-12 12:09:48','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9626,5705,3,'Client will call as per his requirements.\r','0',154,'2018-01-12 12:09:59','0','',0,0,0,0,'','',0,1),(9627,5706,4,' will come today for metting at our office\r','',154,'2018-01-12 12:10:19','24-12-2017 - 13:05 ,Sunday','',0,0,0,0,'','',0,1),(9628,5707,4,'Visit done in exotica & divyansh. \r','',154,'2018-01-12 12:10:41','27-12-2017 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9629,5708,3,'Called for meeting in 5 star property, true caller shows banker, FB profile showing banker, Don’t call the customer as he is a senior profile in banking\r','0',154,'2018-01-12 12:11:00','0','',0,0,0,0,'','',0,1),(9630,5712,4,'Had word he may come after next week\r','',154,'2018-01-12 12:11:50','31-12-2017 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9631,5713,8,'call not pic //busy ,busy \r','0',154,'2018-01-12 12:12:02','0','',0,0,0,0,'','',0,1),(9632,5714,4,'Visit expected for tommorow//call not pic \r','',154,'2018-01-12 12:12:30','27-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9633,5715,8,'Try many time but not taking calls\r','0',154,'2018-01-12 12:12:42','0','',0,0,0,0,'','',0,1),(9634,5716,3,'He has given the time for tomorrow between 9 am to 3pm//return…as not interested \r','0',154,'2018-01-12 12:12:52','0','',0,0,0,0,'','',0,1),(9635,5717,4,'follow ups\r','',154,'2018-01-12 12:13:12','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9636,5718,4,'discussed 2365 in saundaryam, 423 no. unit, seller demand is 4700+tm+registry, he wants to purchase it at 4550(1.10 cr including TM, commission)+registry\r','',154,'2018-01-12 12:13:37','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9637,5719,4,'cm want 3-4 days time to think\r','',154,'2018-01-12 12:13:59','28-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(9638,5720,4,'Visit done in exotica 1705. Will come again for Arden in coming\r','',154,'2018-01-12 12:14:22','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9639,5721,3,'NOT INTERESTED RETURNED\r','0',154,'2018-01-12 12:14:34','0','',0,0,0,0,'','',0,1),(9640,5722,3,'NOT INTERESTED RETURNED\r','0',154,'2018-01-12 12:14:44','0','',0,0,0,0,'','',0,1),(9641,5723,4,'Had word tom again follow up\r','',154,'2018-01-12 12:15:05','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(9642,5724,4,'Had word tom again follow up\r','',154,'2018-01-12 12:15:23','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(9643,5725,8,'call cut again and again \r','0',154,'2018-01-12 12:15:38','0','',0,0,0,0,'','',0,1),(9644,5726,3,'Meeting not confirmed as yet since client is postponing it from long. So please make the lead again\r','0',154,'2018-01-12 12:15:55','0','',0,0,0,0,'','',0,1),(9645,5727,8,'Not responding\r','0',154,'2018-01-12 12:16:05','0','',0,0,0,0,'','',0,1),(9646,5731,4,'about to come for visit but  Not Picking call\r','',154,'2018-01-12 12:16:36','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9647,5732,4,'want 1550 in arihant , not availeble. \r','',154,'2018-01-12 12:17:08','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9648,5733,3,'INTERESTED 3BHK IN LOW BUDGET PITCHED NIRALA ESTATE LOW BUDGET\r','0',154,'2018-01-12 12:19:29','0','',0,0,0,0,'','',0,1),(9649,5735,4,'PITCHED CHERRY EXOTICA AND ARIHANT EXPECTED VISIT SATURDAY OR SUNDAY\r','',154,'2018-01-12 12:19:54','30-12-2017 - 13:00 ,Saturday','',0,0,0,0,'','',0,1),(9650,5734,4,'SUNDAY VISIT EXPECTED\r','',154,'2018-01-12 12:20:27','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9651,5738,4,'Visit fixed for saturday30th dec //call not pic \r','',154,'2018-01-12 12:20:53','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9652,5739,4,'28th dec  meeting Confirm 7:30 PM in Divyansh//visit done,followup \r','',154,'2018-01-12 12:21:13','28-12-2017 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(9653,5740,8,'ph not pic \r','0',154,'2018-01-12 12:21:33','0','',0,0,0,0,'','',0,1),(9654,5741,8,'Call today evening around 6 pm//call not pic \r','0',154,'2018-01-12 12:21:51','0','',0,0,0,0,'','',0,1),(9655,5745,3,'INTERESTED IN CHERRY 1620 SQ FT AND BUDGET IS LOW\r','0',154,'2018-01-12 12:22:15','0','',0,0,0,0,'','',0,1),(9656,5746,4,'Visit done, divyansh, Pristine avenue, will come \r','',154,'2018-01-12 12:22:44','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9657,5749,4,'Details send of Divyansh and Pristine, will come for visit soon \r','',154,'2018-01-12 12:23:12','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9658,5751,4,'meeting fix today 29th //again call and say meeting fix 3rd jan //call but not pic \r','',154,'2018-01-12 12:23:33','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9659,5752,4,'call on 30th jan \r','',154,'2018-01-12 12:24:04','30-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9660,5755,4,'Had word today meeting at his office at 2pm.\r','',154,'2018-01-12 12:27:25','28-12-2017 - 15:30 ,Thursday','',0,0,0,0,'','',0,1),(9661,5758,4,'will come in january 1st week for visit\r','',154,'2018-01-12 12:27:53','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9662,5759,3,'he has finalized property\r','0',154,'2018-01-12 12:28:05','0','',0,0,0,0,'','',0,1),(9663,5760,4,'\" already in touch with someone for gaur saundaryam\rwant to close deal of 2590, 25th floor within 2-3 days\rhe is having a deal at 1.04 cr with little bit negotiation\rhe wants best price from us\"\r','',154,'2018-01-12 12:28:40','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9664,5762,3,'INTERESTED IN CHERRY 891 SQ FT ,INVENTORY GIVEN BUT BUDGET ISSUE\r','0',154,'2018-01-12 12:29:00','0','',0,0,0,0,'','',0,1),(9665,5764,4,'Project smjha diya hai Kal baat krne ko bola hai 11:30 per\r','',154,'2018-01-12 12:29:26','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9666,5765,4,'Himalya pride,  jan 1st week will come for final price.\r','',154,'2018-01-12 12:29:46','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9667,5766,4,'30 dec . Visit for Divyansh\r','',154,'2018-01-12 12:30:13','30-12-2017 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9668,5767,3,'150 sq.ft. shop in central noida, in 40 lac, not possible, Dump\r','0',154,'2018-01-12 12:31:55','0','',0,0,0,0,'','',0,1),(9669,5769,4,'visit done exotica ,divyansh and arden amabar//call on 5th jan \r','',154,'2018-01-12 12:32:13','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9670,5771,4,'planning for visit, but not picking phone\r','',154,'2018-01-12 12:32:53','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9671,5776,4,' looking 2590 sq.ft upto 9th floor, discussed 15th floor, wants to know price and possession status\r','',154,'2018-01-12 12:37:22','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9672,5777,4,'INTERESTED IN CENTRL NOIDA,WILL COME FOR VISIT\r','',154,'2018-01-12 12:38:19','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9673,5778,3,'NOT CONTACTABLE\r','0',154,'2018-01-12 12:38:33','0','',0,0,0,0,'','',0,1),(9674,5779,4,'Spoke to him on 26th dec, seems interested but feeling risky so told me to call by 1st week of jan. Now not responding. Under follow up\r','',154,'2018-01-12 12:39:02','26-12-2017 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9675,5780,4,'Busy right now, will talk after new year. \r','',154,'2018-01-12 12:39:21','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9676,5786,4,'Divyansh , Pristine, will finalize Pristine in next week\r','',154,'2018-01-12 12:39:50','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9677,5790,4,'Full January bzy hai feb mai aanyege visit krne\r','',154,'2018-01-12 12:40:20','05-02-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(9678,5791,4,'She not Coming tomorrow for site visit call 14th Jan for visit\r','',154,'2018-01-12 12:40:39','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9679,5793,4,'want to come for visit on Sunday but did;nt come, follow again\r','',154,'2018-01-12 12:41:06','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9680,5794,4,'Busy right now, will talk after new year. \r','',154,'2018-01-12 12:41:29','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9681,5796,4,'call not pic//He is all ready touch other person he tel I call u back.....\r','',154,'2018-01-12 12:41:53','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(9682,5798,4,'he come for visithalaxy and divyansh 6th or 7th jan \r','',154,'2018-01-12 12:42:10','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9683,5799,3,'Want only in central noida not in noida extension nd bud is 45 L max for 2 bhk,not followup \r','0',154,'2018-01-12 12:42:37','0','',0,0,0,0,'','',0,1),(9684,5800,8,'call 3 to 4 time but not pic \r','0',154,'2018-01-12 12:42:54','0','',0,0,0,0,'','',0,1),(9685,5801,3,'Not looking any Property right now\r','0',154,'2018-01-12 12:43:06','0','',0,0,0,0,'','',0,1),(9686,5803,4,'Himalya , want 2 bhk, on rate of 2700-2800 only\r','',154,'2018-01-12 12:43:31','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(9687,5804,4,'want 2 bhk, 35 lac, want to visit on 30th but fogg isssue, now again following for visit\r','',154,'2018-01-12 12:44:00','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9688,5805,4,'he is busy, call after 15 days\r','',154,'2018-01-12 12:44:16','10-01-2018 - 12:30 ,Wednesday','',0,0,0,0,'','',0,1),(9689,5806,4,'Divyansh, wanna come for visit on this weekend\r','',154,'2018-01-12 12:45:47','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9690,5807,4,'want 3 bhk, 1550-1590, only\r','',154,'2018-01-12 12:46:05','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9691,5808,4,'Himalya, want visit  call himself soon\r','',154,'2018-01-12 12:46:23','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(9692,5809,4,'Divyansh, not pick regulerly \r','',154,'2018-01-12 12:46:45','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9693,5810,4,'Exortica, Arden, Divyansh, 12th jan call for visit\r','',154,'2018-01-12 12:47:01','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(9694,5811,4,'want 2+study, under 45 lac, want visit on this weekend, now not picking phone\r','',154,'2018-01-12 12:47:22','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9695,5812,4,'2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','',154,'2018-01-12 12:47:45','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9696,5816,4,'Divyansh, not pick regulerly \r','',154,'2018-01-12 12:48:03','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(9697,5817,4,'Exortica, Arden, Divyansh, 12th jan call for visit\r','',154,'2018-01-12 12:48:32','12-01-2018 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(9698,5818,4,'want 2+study, under 45 lac, want visit on this weekend, now not picking phone\r','',154,'2018-01-12 12:48:57','06-01-2018 - 12:25 ,Saturday','',0,0,0,0,'','',0,1),(9699,5819,4,'2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','',154,'2018-01-12 12:49:25','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9700,5820,4,'2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','',154,'2018-01-12 12:49:40','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(9701,5821,14,'','',246,'2018-01-12 14:43:00','','',0,246,0,246,'','',0,13),(9702,5821,2,'website','21',246,'2018-01-12 14:43:20','0','',0,0,0,0,'','',0,13),(9703,5822,14,'','',244,'2018-01-15 10:54:10','','',0,244,0,244,'','',0,13),(9704,5822,2,'Dynamic Website','21',244,'2018-01-15 10:54:46','0','',0,0,0,0,'','',0,13),(9705,5822,6,'','',244,'2018-01-15 05:25:07','','',0,244,0,248,'','',0,13),(9706,5821,6,'','',244,'2018-01-15 05:25:30','','',0,244,0,248,'','',0,13),(9707,5823,14,'','',244,'2018-01-15 15:34:39','','',0,244,0,244,'','',0,13),(9708,5823,2,'Dynamic Website','21',244,'2018-01-15 15:35:06','0','',0,0,0,0,'','',0,13),(9709,5823,6,'','',244,'2018-01-15 10:05:24','','',0,244,0,248,'','',0,13),(9710,5065,2,'website','21',246,'2018-01-15 18:49:23','0','',0,0,0,0,'','',0,13),(9711,5065,6,'','',244,'2018-01-15 13:20:45','','',0,244,0,248,'','',0,13),(9712,5824,14,'','',245,'2018-01-16 13:03:39','','',0,245,0,245,'','',0,13),(9713,5824,2,'Website ','21',245,'2018-01-16 13:04:17','0','',0,0,0,0,'','',0,13),(9714,3748,13,'','',258,'2018-01-16 14:00:19','','',0,258,0,259,'','',0,2),(9715,3748,13,'','',258,'2018-01-16 14:01:58','','',0,258,0,258,'','',0,2),(9716,3767,1,'','',252,'2018-01-16 14:12:33','','',0,252,0,254,'','',0,2),(9717,3767,5,'','',254,'2018-01-16 14:16:51','','',0,254,0,256,'','',0,2),(9718,3742,2,'Web','18',252,'2018-01-16 14:29:42','0','',0,0,0,0,'','',0,2),(9719,3768,1,'','',252,'2018-01-16 14:29:58','','',0,252,0,254,'','',0,2),(9720,3768,1,'','',254,'2018-01-16 14:30:10','','',0,254,0,254,'','',0,2),(9721,4595,2,'Web','18',254,'2018-01-16 14:30:43','0','',0,0,0,0,'','',0,2),(9722,4595,6,'','',252,'2018-01-16 09:01:05','','',0,252,0,258,'','',0,2),(9723,3743,2,'We','18',252,'2018-01-16 14:32:20','0','',0,0,0,0,'','',0,2),(9724,3743,6,'','',252,'2018-01-16 09:02:37','','',0,252,0,258,'','',0,2),(9725,4595,12,'','',258,'2018-01-16 09:05:51','','',0,258,0,260,'','',0,2),(9726,3747,13,'','',258,'2018-01-16 09:20:18','','',0,258,0,258,'','',0,2),(9727,3769,1,'','',252,'2018-01-16 14:51:26','','',0,252,0,252,'','',0,2),(9728,1509,13,'','',260,'2018-01-16 09:22:23','','',0,260,0,261,'','',0,2),(9729,5885,14,'','',244,'2018-01-16 14:56:24','','',0,244,0,244,'','',0,13),(9730,5885,2,'discussed with Ashutosh sir','21',244,'2018-01-16 14:57:07','0','',0,0,0,0,'','',0,13),(9731,5824,6,'','',244,'2018-01-16 10:03:37','','',0,244,0,248,'','',0,13),(9732,5885,6,'','',244,'2018-01-16 10:03:37','','',0,244,0,248,'','',0,13),(9733,5393,13,'','',247,'2018-01-16 17:08:59','','',0,247,0,247,'','',0,13),(9734,5393,13,'','',247,'2018-01-16 17:09:11','','',0,247,0,247,'','',0,13),(9735,5393,4,'had a call. asked to call back after 2 days','',247,'2018-01-16 17:09:56','01-19-2018 17:9:00','',0,0,0,0,'','',0,13),(9736,5886,14,'','',244,'2018-01-16 17:16:54','','',0,244,0,244,'','',0,13),(9737,5886,2,'Intrested in Digital Marketing and Mobile application','16',244,'2018-01-16 17:18:16','0','',0,0,0,0,'','',0,13),(9738,5886,6,'','',244,'2018-01-16 11:48:35','','',0,244,0,247,'','',0,13),(9739,3689,5,'','',254,'2018-01-16 17:39:32','','',0,254,0,254,'','',0,2),(9740,1473,5,'','',252,'2018-01-16 18:15:13','','',0,252,0,256,'','',0,2),(9741,1473,5,'','',252,'2018-01-16 18:18:02','','',0,252,0,254,'','',0,2),(9742,3741,2,'xcdssxd','18',252,'2018-01-17 09:09:13','0','',0,0,0,0,'','',0,2),(9743,3741,6,'','',252,'2018-01-17 03:39:25','','',0,252,0,259,'','',0,2),(9744,2686,1,'','',149,'2018-01-17 11:34:32','','',0,149,0,149,'','',0,1),(9745,2686,2,'test','1',149,'2018-01-17 11:34:52','0','',0,0,0,0,'','',0,1),(9746,2689,1,'','',149,'2018-01-17 11:36:18','','',0,149,0,149,'','',0,1),(9747,2689,2,'test','1',149,'2018-01-17 11:37:10','0','',0,0,0,0,'','',0,1),(9748,5887,14,'','',149,'2018-01-17 14:39:08','','',0,149,0,149,'','',0,1),(9749,5887,2,'want some details on whtas app, coming for visit','2',149,'2018-01-17 14:53:32','0','',0,0,0,0,'','',0,1),(9750,5887,5,'','',149,'2018-01-17 14:55:28','','',0,149,0,131,'','',0,1),(9751,5888,14,'','',149,'2018-01-17 15:23:32','','',0,149,0,149,'','',0,1),(9752,5888,2,'interested in  2 bhk','2',149,'2018-01-17 15:24:25','0','',0,0,0,0,'','',0,1),(9753,5888,5,'','',149,'2018-01-17 15:34:26','','',0,149,0,149,'','',0,1),(9754,5888,2,'coming 2pm friday','2',149,'2018-01-17 15:40:13','0','',0,0,0,0,'','',0,1),(9755,5888,6,'','',149,'2018-01-17 10:10:30','','',0,149,0,309,'','',0,1),(9756,5889,14,'','',149,'2018-01-17 17:37:23','','',0,149,0,149,'','',0,1),(9757,5889,2,'meeting schedued','2',149,'2018-01-17 17:37:53','0','',0,0,0,0,'','',0,1),(9758,5889,6,'','',149,'2018-01-17 12:11:00','','',0,149,0,309,'','',0,1),(9759,5890,14,'','',149,'2018-01-17 17:48:19','','',0,149,0,149,'','',0,1),(9760,5890,2,'meeting 18 jan','1',149,'2018-01-17 17:48:42','0','',0,0,0,0,'','',0,1),(9761,5890,6,'','',149,'2018-01-17 12:19:12','','',0,149,0,309,'','',0,1),(9762,5888,13,'','',309,'2018-01-17 17:54:15','','',0,309,0,310,'','',0,1),(9763,5888,13,'','',309,'2018-01-17 17:55:55','','',0,309,0,310,'','',0,1),(9764,5891,14,'','',149,'2018-01-17 17:58:58','','',0,149,0,149,'','',0,1),(9765,5891,2,'sunday visit','2',149,'2018-01-17 17:59:41','0','',0,0,0,0,'','',0,1),(9766,5888,13,'','',309,'2018-01-17 17:59:51','','',0,309,0,310,'','',0,1),(9767,5891,6,'','',149,'2018-01-17 12:30:48','','',0,149,0,262,'','',0,1),(9768,5889,13,'','',309,'2018-01-17 18:16:07','','',0,309,0,310,'','',0,1),(9769,5889,13,'','',309,'2018-01-17 18:20:50','','',0,309,0,310,'','',0,1),(9770,3739,12,'','',258,'2018-01-17 12:59:45','','',0,258,0,260,'','',0,2),(9771,3770,1,'','',252,'2018-01-17 18:32:02','','',0,252,0,257,'','',0,2),(9772,4600,8,'dsxszedxx','0',260,'2018-01-17 18:33:47','0','',0,0,0,0,'','',0,2),(9773,1522,13,'','',260,'2018-01-17 13:08:18','','',0,260,0,261,'','',0,2),(9774,3702,13,'','',260,'2018-01-17 13:09:20','','',0,260,0,261,'','',0,2),(9775,3771,1,'','',252,'2018-01-17 18:40:54','','',0,252,0,252,'','',0,2),(9776,3771,2,'dvfxd','18',252,'2018-01-17 18:41:05','0','',0,0,0,0,'','',0,2),(9777,3771,6,'','',252,'2018-01-17 13:11:24','','',0,252,0,260,'','',0,2),(9778,5797,3,'cm is not intersted for meeting\r','0',154,'2018-01-18 11:54:37','0','',0,0,0,0,'','',0,1),(9779,2687,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9780,2688,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9781,2690,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9782,2691,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9783,2692,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9784,2693,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9785,2694,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9786,2695,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9787,2696,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9788,2697,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9789,2698,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9790,2699,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9791,2700,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9792,2701,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9793,2702,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9794,2703,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9795,2704,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9796,2705,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9797,2706,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9798,2707,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9799,2708,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9800,2709,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9801,2710,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9802,2711,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9803,2712,1,'','',131,'2018-01-18 11:56:23','','',0,131,0,132,'','',0,1),(9804,2713,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9805,2714,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9806,2715,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9807,2716,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9808,2717,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9809,2718,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9810,2719,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9811,2720,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9812,2721,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9813,2722,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9814,2723,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9815,2724,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9816,2725,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9817,2726,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9818,2727,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9819,2728,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9820,2729,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9821,2730,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9822,2731,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9823,2732,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9824,2733,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9825,2734,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9826,2735,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9827,2736,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9828,2737,1,'','',131,'2018-01-18 11:56:31','','',0,131,0,132,'','',0,1),(9829,2738,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9830,2739,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9831,2740,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9832,2741,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9833,2742,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9834,2743,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9835,2744,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9836,2745,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9837,2746,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9838,2747,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9839,2748,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9840,2749,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9841,2750,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9842,2751,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9843,2752,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9844,2753,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9845,2754,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9846,2755,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9847,2756,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9848,2757,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9849,2758,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9850,2759,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9851,2760,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9852,2761,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9853,2762,1,'','',131,'2018-01-18 11:56:38','','',0,131,0,132,'','',0,1),(9854,2763,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9855,2764,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9856,2765,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9857,2766,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9858,2767,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9859,2768,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9860,2769,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9861,2770,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9862,2771,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9863,2772,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9864,2773,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9865,2774,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9866,2775,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9867,2776,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9868,2777,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9869,2778,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9870,2779,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9871,2780,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9872,2781,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9873,2782,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9874,2783,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9875,2784,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9876,2785,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9877,2786,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9878,2787,1,'','',131,'2018-01-18 11:56:46','','',0,131,0,132,'','',0,1),(9879,2788,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9880,2789,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9881,2790,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9882,2791,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9883,2792,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9884,2793,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9885,2794,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9886,2795,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9887,2796,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9888,2797,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9889,2798,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9890,2799,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9891,2800,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9892,2801,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9893,2802,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9894,2803,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9895,2804,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9896,2805,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9897,2806,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9898,2807,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9899,2808,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9900,2809,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9901,2810,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9902,2811,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9903,2812,1,'','',131,'2018-01-18 11:56:53','','',0,131,0,132,'','',0,1),(9904,2813,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9905,2814,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9906,2815,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9907,2816,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9908,2817,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9909,2818,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9910,2819,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9911,2820,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9912,2821,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9913,2822,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9914,2823,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9915,2824,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9916,2825,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9917,2826,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9918,2827,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9919,2828,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9920,2829,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9921,2830,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9922,2831,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9923,2832,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9924,2833,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9925,2834,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9926,2835,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9927,2836,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9928,2837,1,'','',131,'2018-01-18 11:56:59','','',0,131,0,132,'','',0,1),(9929,2838,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9930,2839,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9931,2840,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9932,2841,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9933,2842,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9934,2843,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9935,2844,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9936,2845,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9937,2846,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9938,2847,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9939,2848,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9940,2849,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9941,2850,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9942,2851,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9943,2852,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9944,2853,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9945,2854,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9946,2855,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9947,2856,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9948,2857,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9949,2858,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9950,2859,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9951,2860,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9952,2861,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9953,2862,1,'','',131,'2018-01-18 11:57:06','','',0,131,0,132,'','',0,1),(9954,2863,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9955,2864,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9956,2865,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9957,2866,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9958,2867,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9959,2868,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9960,2869,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9961,2870,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9962,2871,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9963,2872,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9964,2873,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9965,2874,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9966,2875,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9967,2876,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9968,2877,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9969,2878,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9970,2879,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9971,2880,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9972,2881,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9973,2882,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9974,2883,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9975,2884,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9976,2885,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9977,2886,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9978,2887,1,'','',131,'2018-01-18 11:57:14','','',0,131,0,132,'','',0,1),(9979,2888,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9980,2889,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9981,2890,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9982,2891,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9983,2892,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9984,2893,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9985,2894,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9986,2895,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9987,2896,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9988,2897,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9989,2898,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9990,2899,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9991,2900,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9992,2901,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9993,2902,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9994,2903,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9995,2904,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9996,2905,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9997,2906,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9998,2907,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(9999,2908,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(10000,2909,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(10001,2910,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(10002,2911,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(10003,2912,1,'','',131,'2018-01-18 11:57:23','','',0,131,0,132,'','',0,1),(10004,2913,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10005,2914,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10006,2915,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10007,2916,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10008,2917,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10009,2918,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10010,2919,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10011,2920,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10012,2921,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10013,2922,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10014,2923,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10015,2924,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10016,2925,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10017,2926,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10018,2927,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10019,2928,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10020,2929,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10021,2930,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10022,2931,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10023,2932,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10024,2933,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10025,2934,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10026,2935,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10027,2936,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10028,2937,1,'','',131,'2018-01-18 11:57:30','','',0,131,0,132,'','',0,1),(10029,2938,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10030,2939,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10031,2940,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10032,2941,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10033,2942,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10034,2943,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10035,2944,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10036,2945,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10037,2946,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10038,2947,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10039,2948,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10040,2949,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10041,2950,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10042,2951,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10043,2952,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10044,2953,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10045,2954,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10046,2955,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10047,2956,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10048,2957,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10049,2958,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10050,2959,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10051,2960,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10052,2961,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10053,2962,1,'','',131,'2018-01-18 11:57:38','','',0,131,0,132,'','',0,1),(10054,2963,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10055,2964,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10056,2965,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10057,2966,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10058,2967,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10059,2968,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10060,2969,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10061,2970,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10062,2971,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10063,2972,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10064,2973,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10065,2974,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10066,2975,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10067,2976,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10068,2977,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10069,2978,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10070,2979,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10071,2980,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10072,2981,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10073,2982,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10074,2983,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10075,2984,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10076,2985,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10077,2986,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10078,2987,1,'','',131,'2018-01-18 11:57:46','','',0,131,0,132,'','',0,1),(10079,2988,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10080,2989,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10081,2990,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10082,2991,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10083,2992,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10084,2993,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10085,2994,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10086,2995,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10087,2996,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10088,2997,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10089,2998,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10090,2999,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10091,3000,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10092,3001,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10093,3002,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10094,3003,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10095,3004,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10096,3005,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10097,3006,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10098,3007,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10099,3008,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10100,3009,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10101,3010,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10102,3011,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10103,3012,1,'','',131,'2018-01-18 11:57:52','','',0,131,0,132,'','',0,1),(10104,3013,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10105,3014,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10106,3015,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10107,3016,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10108,3017,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10109,3018,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10110,3019,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10111,3020,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10112,3021,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10113,3022,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10114,3023,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10115,3024,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10116,3025,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10117,3026,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10118,3027,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10119,3028,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10120,3029,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10121,3030,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10122,3031,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10123,3032,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10124,3033,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10125,3034,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10126,3035,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10127,3036,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10128,3037,1,'','',131,'2018-01-18 11:58:01','','',0,131,0,132,'','',0,1),(10129,3038,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10130,3039,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10131,3040,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10132,3041,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10133,3042,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10134,3043,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10135,3044,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10136,3045,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10137,3046,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10138,3047,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10139,3048,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10140,3049,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10141,3050,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10142,3051,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10143,3052,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10144,3053,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10145,3054,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10146,3055,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10147,3056,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10148,3057,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10149,3058,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10150,3059,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10151,3060,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10152,3061,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10153,3062,1,'','',131,'2018-01-18 11:58:09','','',0,131,0,132,'','',0,1),(10154,3063,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10155,3064,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10156,3065,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10157,3066,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10158,3067,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10159,3068,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10160,3069,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10161,3070,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10162,3071,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10163,3072,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10164,3073,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10165,3074,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10166,3075,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10167,3076,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10168,3077,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10169,3078,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10170,3079,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10171,3080,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10172,3081,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10173,3082,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10174,3083,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10175,3084,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10176,3085,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10177,3086,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10178,3087,1,'','',131,'2018-01-18 11:58:16','','',0,131,0,132,'','',0,1),(10179,3088,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10180,3089,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10181,3090,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10182,3091,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10183,3092,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10184,3093,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10185,3094,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10186,3095,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10187,3096,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10188,3097,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10189,3098,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10190,3099,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10191,3100,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10192,3101,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10193,3102,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10194,3103,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10195,3104,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10196,3105,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10197,3106,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10198,3107,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10199,3108,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10200,3109,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10201,3110,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10202,3111,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10203,3112,1,'','',131,'2018-01-18 11:58:24','','',0,131,0,132,'','',0,1),(10204,3113,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10205,3114,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10206,3115,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10207,3116,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10208,3117,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10209,3118,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10210,3119,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10211,3120,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10212,3121,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10213,3122,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10214,3123,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10215,3124,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10216,3125,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10217,3126,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10218,3127,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10219,3128,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10220,3129,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10221,3130,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10222,3131,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10223,3132,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10224,3133,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10225,3134,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10226,3135,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10227,3136,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10228,3137,1,'','',131,'2018-01-18 11:58:31','','',0,131,0,132,'','',0,1),(10229,3138,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10230,3139,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10231,3140,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10232,3141,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10233,3142,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10234,3143,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10235,3144,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10236,3145,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10237,3146,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10238,3147,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10239,3148,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10240,3149,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10241,3150,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10242,3151,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10243,3152,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10244,3153,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10245,3154,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10246,3155,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10247,3156,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10248,3157,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10249,3158,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10250,3159,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10251,3160,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10252,3161,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10253,3162,1,'','',131,'2018-01-18 11:58:39','','',0,131,0,132,'','',0,1),(10254,3163,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10255,3164,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10256,3165,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10257,3166,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10258,3167,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10259,3168,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10260,3169,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10261,3170,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10262,3171,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10263,3172,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10264,3173,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10265,3174,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10266,3175,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10267,3176,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10268,3177,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10269,3178,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10270,3179,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10271,3180,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10272,3181,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10273,3182,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10274,3183,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10275,3184,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10276,3185,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10277,3186,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10278,3187,1,'','',131,'2018-01-18 11:58:46','','',0,131,0,132,'','',0,1),(10279,3188,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10280,3189,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10281,3190,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10282,3191,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10283,3192,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10284,3193,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10285,3194,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10286,3195,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10287,3196,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10288,3197,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10289,3198,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10290,3199,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10291,3200,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10292,3201,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10293,3202,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10294,3203,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10295,3204,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10296,3205,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10297,3206,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10298,3207,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10299,3208,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10300,3209,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10301,3210,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10302,3236,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10303,3237,1,'','',131,'2018-01-18 11:58:55','','',0,131,0,132,'','',0,1),(10304,3238,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10305,3239,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10306,3240,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10307,3241,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10308,3242,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10309,3243,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10310,3244,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10311,3245,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10312,3246,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10313,3247,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10314,3248,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10315,3249,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10316,3250,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10317,3251,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10318,3252,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10319,3253,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10320,3254,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10321,3255,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10322,3256,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10323,3257,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10324,3258,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10325,3259,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10326,3260,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10327,3261,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10328,3262,1,'','',131,'2018-01-18 11:59:02','','',0,131,0,132,'','',0,1),(10329,3263,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10330,3264,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10331,3265,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10332,3266,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10333,3267,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10334,3268,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10335,3269,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10336,3270,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10337,3271,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10338,3272,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10339,3273,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10340,3274,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10341,3275,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10342,3276,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10343,3277,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10344,3278,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10345,3279,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10346,3280,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10347,3281,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10348,3282,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10349,3283,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10350,3284,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10351,3285,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10352,3286,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10353,3287,1,'','',131,'2018-01-18 11:59:10','','',0,131,0,132,'','',0,1),(10354,3288,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10355,3289,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10356,3290,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10357,3291,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10358,3292,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10359,3293,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10360,3294,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10361,3295,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10362,3296,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10363,3297,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10364,3298,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10365,3299,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10366,3300,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10367,3301,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10368,3302,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10369,3303,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10370,3304,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10371,3305,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10372,3306,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10373,3307,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10374,3308,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10375,3309,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10376,3310,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10377,3311,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10378,3312,1,'','',131,'2018-01-18 11:59:16','','',0,131,0,132,'','',0,1),(10379,3313,1,'','',131,'2018-01-18 11:59:22','','',0,131,0,132,'','',0,1),(10380,3314,1,'','',131,'2018-01-18 11:59:22','','',0,131,0,132,'','',0,1),(10381,5922,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10382,5923,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10383,5924,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10384,5925,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10385,5926,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10386,5927,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10387,5928,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10388,5929,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10389,5930,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10390,5931,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10391,5932,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10392,5933,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10393,5934,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10394,5935,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10395,5936,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10396,5937,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10397,5938,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10398,5939,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10399,5940,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10400,5941,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10401,5942,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10402,5943,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10403,5944,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10404,5945,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10405,5946,1,'','',131,'2018-01-18 12:04:28','','',0,131,0,154,'','',0,1),(10406,5947,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10407,5948,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10408,5949,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10409,5950,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10410,5951,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10411,5952,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10412,5953,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10413,5954,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10414,5955,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10415,5956,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10416,5957,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10417,5958,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10418,5959,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10419,5960,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10420,5961,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10421,5962,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10422,5963,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10423,5964,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10424,5965,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10425,5966,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10426,5967,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10427,5968,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10428,5969,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10429,5970,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10430,5971,1,'','',131,'2018-01-18 12:04:37','','',0,131,0,154,'','',0,1),(10431,5972,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10432,5973,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10433,5974,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10434,5975,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10435,5976,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10436,5977,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10437,5978,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10438,5979,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10439,5980,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10440,5981,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10441,5982,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10442,5983,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10443,5984,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10444,5985,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10445,5986,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10446,5987,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10447,5988,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10448,5989,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10449,5990,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10450,5991,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10451,5992,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10452,5993,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10453,5994,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10454,5995,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10455,5996,1,'','',131,'2018-01-18 12:04:47','','',0,131,0,154,'','',0,1),(10456,5997,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10457,5998,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10458,5999,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10459,6000,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10460,6001,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10461,6002,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10462,6003,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10463,6004,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10464,6005,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10465,6006,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10466,6007,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10467,6008,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10468,6009,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10469,6010,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10470,6011,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10471,6012,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10472,6013,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10473,6014,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10474,6015,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10475,6016,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10476,6017,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10477,6018,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10478,6019,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10479,6020,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10480,6021,1,'','',131,'2018-01-18 12:04:54','','',0,131,0,154,'','',0,1),(10481,6022,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10482,6023,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10483,6024,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10484,6025,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10485,6026,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10486,6027,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10487,6028,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10488,6029,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10489,6030,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10490,6031,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10491,6032,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10492,6033,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10493,6034,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10494,6035,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10495,6036,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10496,6037,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10497,6038,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10498,6039,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10499,6040,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10500,6041,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10501,6042,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10502,6043,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10503,6044,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10504,6045,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10505,6046,1,'','',131,'2018-01-18 12:05:01','','',0,131,0,154,'','',0,1),(10506,6047,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10507,6048,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10508,6049,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10509,6050,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10510,6051,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10511,6052,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10512,6053,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10513,6054,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10514,6055,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10515,6056,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10516,6057,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10517,6058,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10518,6059,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10519,6060,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10520,6061,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10521,6062,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10522,6063,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10523,6064,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10524,6065,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10525,6066,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10526,6067,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10527,6068,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10528,6069,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10529,6070,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10530,6071,1,'','',131,'2018-01-18 12:05:08','','',0,131,0,154,'','',0,1),(10531,6072,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10532,6073,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10533,6074,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10534,6075,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10535,6076,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10536,6077,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10537,6078,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10538,6079,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10539,6080,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10540,6081,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10541,6082,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10542,6083,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10543,6084,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10544,6085,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10545,6086,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10546,6087,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10547,6088,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10548,6089,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10549,6090,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10550,6091,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10551,6092,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10552,6093,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10553,6094,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10554,6095,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10555,6096,1,'','',131,'2018-01-18 12:05:15','','',0,131,0,154,'','',0,1),(10556,6097,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10557,6098,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10558,6099,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10559,6100,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10560,6101,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10561,6102,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10562,6103,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10563,6104,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10564,6105,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10565,6106,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10566,6107,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10567,6108,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10568,6109,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10569,6110,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10570,6111,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10571,6112,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10572,6113,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10573,6114,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10574,6115,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10575,6116,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10576,6117,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10577,6118,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10578,6119,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10579,6120,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10580,6121,1,'','',131,'2018-01-18 12:05:23','','',0,131,0,154,'','',0,1),(10581,6122,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10582,6123,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10583,6124,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10584,6125,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10585,6126,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10586,6127,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10587,6128,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10588,6129,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10589,6130,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10590,6131,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10591,6132,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10592,6133,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10593,6134,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10594,6135,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10595,6136,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10596,6137,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10597,6138,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10598,6139,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10599,6140,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10600,6141,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10601,6142,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10602,6143,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10603,6144,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10604,6145,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10605,6146,1,'','',131,'2018-01-18 12:05:32','','',0,131,0,154,'','',0,1),(10606,6147,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10607,6148,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10608,6149,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10609,6150,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10610,6151,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10611,6152,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10612,6153,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10613,6154,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10614,6155,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10615,6156,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10616,6157,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10617,6158,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10618,6159,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10619,6160,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10620,6161,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10621,6162,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10622,6163,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10623,6164,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10624,6165,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10625,6166,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10626,6167,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10627,6168,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10628,6169,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10629,6170,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10630,6171,1,'','',131,'2018-01-18 12:05:41','','',0,131,0,154,'','',0,1),(10631,6172,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10632,6173,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10633,6174,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10634,6175,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10635,6176,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10636,6177,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10637,6178,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10638,6179,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10639,6180,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10640,6181,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10641,6182,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10642,6183,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10643,6184,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10644,6185,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10645,6186,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10646,6187,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10647,6188,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10648,6189,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10649,6190,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10650,6191,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10651,6192,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10652,6193,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10653,6194,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10654,6195,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10655,6196,1,'','',131,'2018-01-18 12:05:48','','',0,131,0,154,'','',0,1),(10656,6197,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10657,6198,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10658,6199,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10659,6200,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10660,6201,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10661,6202,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10662,6203,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10663,6204,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10664,6205,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10665,6206,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10666,6207,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10667,6208,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10668,6209,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10669,6210,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10670,6211,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10671,6212,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10672,6213,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10673,6214,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10674,6215,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10675,6216,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10676,6217,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10677,6218,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10678,6219,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10679,6220,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10680,6221,1,'','',131,'2018-01-18 12:05:57','','',0,131,0,154,'','',0,1),(10681,6222,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10682,6223,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10683,6224,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10684,6225,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10685,6226,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10686,6227,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10687,6228,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10688,6229,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10689,6230,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10690,6231,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10691,6232,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10692,6233,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10693,6234,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10694,6235,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10695,6236,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10696,6237,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10697,6238,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10698,6239,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10699,6240,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10700,6241,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10701,6242,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10702,6243,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10703,6244,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10704,6245,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10705,6246,1,'','',131,'2018-01-18 12:06:04','','',0,131,0,154,'','',0,1),(10706,6247,1,'','',131,'2018-01-18 12:06:12','','',0,131,0,154,'','',0,1),(10707,6248,1,'','',131,'2018-01-18 12:06:12','','',0,131,0,154,'','',0,1),(10708,6249,1,'','',131,'2018-01-18 12:06:12','','',0,131,0,154,'','',0,1),(10709,6250,1,'','',131,'2018-01-18 12:06:12','','',0,131,0,154,'','',0,1),(10710,5922,4,'he is intretsed for galaxy vega 995 sqft, he is intretsed for resale…\r','',154,'2018-01-18 12:08:03','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10711,5923,4,'he is intretsed for gaur city 6th avenue,  he want 2 bhk reday to move, 1075 sqft.\r','',154,'2018-01-18 12:09:00','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10712,5924,4,'VISIT DONE IN CHERRY COUNTY, 891 SQ.FT, IN FOLLOW UP\r','',154,'2018-01-18 12:09:28','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10713,5925,4,'Clt wants 1340 in exotica, not 1340 2 + study in divyansh.//he say call me Monday 15th jan //call but not pic \r','',154,'2018-01-18 12:11:27','15-01-2018 - 13:00 ,Monday','',0,0,0,0,'','',0,1),(10714,5926,4,'Visit expected tommorrow4th jan //call not pic \r','',154,'2018-01-18 12:11:54','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10715,5927,4,'bat ho gai 2pm ke bad call karna hai//ph not pic\r','',154,'2018-01-18 12:12:17','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10716,5928,4,'call tommorow pls\r','',154,'2018-01-18 12:13:08','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10717,5929,3,'Not Interested\r','0',154,'2018-01-18 12:13:26','0','',0,0,0,0,'','',0,1),(10718,5930,4,'Busy will disscuss leter\r','',154,'2018-01-18 12:13:50','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10719,5931,4,'File picked\r','',154,'2018-01-18 12:14:10','02-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10720,5932,4,'Provided time for meeting but didn\'t respond the call./call not pick,plz resheduled.\r','',154,'2018-01-18 12:14:33','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10721,5933,4,'call tomm. Morning// call not picked.\r','',154,'2018-01-18 12:14:52','03-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10722,5934,4,'Comm. Shop want in Aarza\r','',154,'2018-01-18 12:15:16','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10723,5935,4,'eco 1 , 2+1 @50/-lac, want resale also till 5th floor\r','',154,'2018-01-18 12:15:49','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10724,5936,4,'out of station plz callmonay eveing// call not rechable.\r','',154,'2018-01-18 12:16:18','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10725,5937,3,'Straight away replied not Interested. Updated the TC to check with the client\r','0',154,'2018-01-18 12:16:43','0','',0,0,0,0,'','',0,1),(10726,5938,4,'Straight away replied not Interested. Updated the TC to check with the client\r','',154,'2018-01-18 12:17:30','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10727,5939,4,'LOOKING 3600/-PER SQ FT IN EXOTICA 1235 SQ FT /// HE HAS PUCHASED FLAT AT SAME RATE IN SAME PROJECT\r','',154,'2018-01-18 12:18:10','07-01-2018 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(10728,5940,4,'PATEL NEO TOWN 1700 SQ FT , FOLLOWUP BY RAKESH BANGA JI\r','',154,'2018-01-18 12:18:33','08-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10729,5941,4,'he is coming site visit Sunday .// please call me evening 7 pm.\r','',154,'2018-01-18 12:18:53','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10730,5942,4,'Follow up going on from last 1 weak cm giving time to meet coming Friday\r','',154,'2018-01-18 12:19:31','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10731,5943,4,'cm says 8:30 pm at metro station\r','',154,'2018-01-18 12:20:20','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10732,5944,4,'14TH AVENUE ,LIVES IN MUMBAI,TIME TAKING CLIENT\r','',154,'2018-01-18 12:20:42','08-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10733,5945,4,'SUPER ECO VILLAGE 1/// ALREADY HAVING DEAL IN THIS PROJECT @ 73.50LAKHS, WANTS BEST DEAL FROM US\r','',154,'2018-01-18 12:21:12','08-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10734,5946,4,'PITCHED 1235 IN MYWOODS LOOKING IN MAHAGONY TOWER/// NOT ANSWERING, WILL TRY LATER\r','',154,'2018-01-18 12:21:43','08-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10735,5947,4,'7TH FLOOR INFINTY TOWER A DLF PHASE 2\r','',154,'2018-01-18 12:22:09','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10736,5948,4,'he is busy now please call me tomm. 11 am.\r','',154,'2018-01-18 12:22:43','04-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10737,5949,4,'provided son\'s number and asked me to contact./he will visit on 20th jan.\r','',154,'2018-01-18 12:23:06','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10738,5950,4,'confirmed meeting on next day, but not responding now./visit done on 14th jan in himalay,looking 2 n 3bhk,call him today\r','',154,'2018-01-18 12:23:25','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10739,5951,4,'call in the evening then not pick\r','',154,'2018-01-18 12:23:49','05-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10740,5952,4,'already visit many project, following\r','',154,'2018-01-18 12:24:11','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10741,5953,4,'Meetingfix on  Saturday 6th jan //call not pic \r','',154,'2018-01-18 12:24:29','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10742,5954,3,'Coming tomorrow 4th jan  1:00 pm for site visit//visit ke liye bola  but ph pr aaraha haun yahi bolta raha but mila nahi ur ab phone block ker diya hai \r','0',154,'2018-01-18 12:24:55','0','',0,0,0,0,'','',0,1),(10743,5955,3,'Customer denied for buying any property\r','0',154,'2018-01-18 12:25:10','0','',0,0,0,0,'','',0,1),(10744,5956,3,'He wants deal only in Cherry county./he wants 1521 sf in 70 lacs,lead retuen\r','0',154,'2018-01-18 12:25:23','0','',0,0,0,0,'','',0,1),(10745,5957,4,'he will come on 7th jan //not pic call //alr purchased in grt noida sec 1(mithilesh )\r','',154,'2018-01-18 12:25:46','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10746,5958,8,'call not pick, following\r','0',154,'2018-01-18 12:26:03','0','',0,0,0,0,'','',0,1),(10747,5959,4,'call not pick continously/meeting done ,looking 3bhk will visit on 21th jan.\r','',154,'2018-01-18 12:28:12','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10748,5960,4,'Visit done , Pristine, divyansh, galaxy, mahagun, exortica, BUT confused clint, \r','',154,'2018-01-18 12:28:39','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10749,5961,4,'Visit done of divyansh, pristine, exortica, soon will finaliz\r','',154,'2018-01-18 12:28:59','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10750,5962,3,'She will be visiting on Saturday. She is already in contact with himanshu/Pranav//as customer booked directly in himalaya \r','0',154,'2018-01-18 12:29:14','0','',0,0,0,0,'','',0,1),(10751,5963,4,'WILL  COME NEXT WEEKEND,GOING OUT SIDE\r','',154,'2018-01-18 12:29:37','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10752,5964,4,'No. Switch // call not picked.( 10-jan)\r','',154,'2018-01-18 12:29:58','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10753,5965,3,'clients getting irritate.\r','0',154,'2018-01-18 12:30:10','0','',0,0,0,0,'','',0,1),(10754,5966,4,'Visit done , following by harjinder. Divyansh pristine, exortica\r','',154,'2018-01-18 12:30:32','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10755,5967,4,'today my office off…discussion with then tel u //not pic call\r','',154,'2018-01-18 12:30:59','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10756,5968,3,'He is not interested,38 40lec ,noida exc me \r','0',154,'2018-01-18 12:31:14','0','',0,0,0,0,'','',0,1),(10757,5969,3,'LOOKING IN 16TH AVENUE 855 SQ //ALREADY PURCHASED\r','0',154,'2018-01-18 12:31:32','0','',0,0,0,0,'','',0,1),(10758,5970,4,'required builder floor 3bhk upto 35 lac //followup \r','',154,'2018-01-18 12:34:57','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10759,5971,4,'He want 2BHK + Study in Rajnagar Extension but i  Noida Extension he want some time for Noida Extension project\r','',154,'2018-01-18 12:38:24','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10760,5972,4,'try to come for visit but busy today\r','',154,'2018-01-18 12:38:44','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10761,5973,4,'call after 4:30\r','',154,'2018-01-18 12:39:05','05-01-2018 - 16:30 ,Friday','',0,0,0,0,'','',0,1),(10762,5974,4,'Meeting not done done as yet as busy somewhere, asking for Gaur & Mahagun only for AR plan\r','',154,'2018-01-18 12:39:29','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10763,5975,4,'didn\'t come on Sunday @ 7th Jan for site visit and expected site visit next week but under follow up\r','',154,'2018-01-18 12:40:12','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10764,5976,4,'didn\'t come on Sunday @ 7th Jan for site visit but under follow up\r','',154,'2018-01-18 12:40:43','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10765,5977,8,'call not picked..\r','0',154,'2018-01-18 12:40:54','0','',0,0,0,0,'','',0,1),(10766,5978,4,'he is coming site visit Sunday.\r','',154,'2018-01-18 12:41:12','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10767,5979,4,'PITCHED EXOTICA/DIVYANSH WILL COME SUNDAY\r','',154,'2018-01-18 12:41:40','06-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10768,5980,3,'ALREADY PURCHASED ACE CITY 1530 SQ FT\r','0',154,'2018-01-18 12:41:58','0','',0,0,0,0,'','',0,1),(10769,5981,4,'Will come for visit today/meeting done at cl office,looking 2bhk,will visit on 21th jan.\r','',154,'2018-01-18 12:42:18','21-01-2018 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(10770,5982,4,'he will visit on coming weekend/call not pick.\r','',154,'2018-01-18 12:43:03','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10771,5983,4,'Visit done in exotica 1705. Follow up/revisit done in exotica 1705 ,he will confirmed by today evening.\r','',154,'2018-01-18 12:43:23','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10772,5984,4,'cm want to 10 jan \r','',154,'2018-01-18 12:43:40','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10773,5985,3,'Metting done at his residence. Not intrested.\r','0',154,'2018-01-18 12:43:54','0','',0,0,0,0,'','',0,1),(10774,5986,4,'gave time for meeting then not pick\r','',154,'2018-01-18 12:44:15','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10775,5987,3,'plan posspoend ..\r','0',154,'2018-01-18 12:44:27','0','',0,0,0,0,'','',0,1),(10776,5988,4,'CUSTOMER HAS GIVEN TOKEN TO SOME ONE BUT SUMAN CONVINCED HIM FOR OUR RESALE INVENTORIES\r','',154,'2018-01-18 12:44:58','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10777,5989,4,'Customer is in Bangalore. He will come back after a week or a month.\r','',154,'2018-01-18 12:45:16','16-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10778,5990,4,'call not pic //call not pic //call not pic followup by sandeep visit done divyansh \r','',154,'2018-01-18 12:45:47','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10779,5991,4,'Will come for site visit this weekend @ 13-14 jan\r','',154,'2018-01-18 12:46:02','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10780,5992,3,'she was coming for site visit but then onwards not responding./call not pick.\r','0',154,'2018-01-18 12:46:18','0','',0,0,0,0,'','',0,1),(10781,5993,4,'Visit done, 2 bhk, pristine avenue, divyansh , sec 63 working, next meeting for final\r','',154,'2018-01-18 12:46:43','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10782,5994,4,'Will come for site visit this weekend @ 13-14 jan\r','',154,'2018-01-18 12:47:12','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10783,5995,4,'Customer will come next weekend. This weekend he is going to dwarka.//followup me hai but visit ke liye time nhi deparaha hai \r','',154,'2018-01-18 12:47:40','19-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10784,5996,3,'he is intretsed for builder floor, near by batnical garden \r','0',154,'2018-01-18 12:47:53','0','',0,0,0,0,'','',0,1),(10785,5997,4,'he is coming site visit Saturday site visit.\r','',154,'2018-01-18 12:48:10','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10786,5998,4,'discussed over the phone, mail sent for Divyansh and Ambar, will visit this weekend @ 13-14 jan\r','',154,'2018-01-18 12:48:25','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10787,5999,4,'meeting confirm he coming today 4pm  for visit Site Visit done in Divyansh flora He Interested in 1015 Sq.ft budged 30 to 32 lac\r','',154,'2018-01-18 12:48:47','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10788,6000,3,'posond for 6 month , waiting for good market \r','0',154,'2018-01-18 12:49:13','0','',0,0,0,0,'','',0,1),(10789,6001,3,'meeting done,he is not intrested.\r','0',154,'2018-01-18 12:49:24','0','',0,0,0,0,'','',0,1),(10790,6002,4,'site visit done, divyansh floora, and galaxy na-ii….please call me Thursday\r','',154,'2018-01-18 12:49:41','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10791,6003,4,'site visit done, divyansh floora, and galaxy na-ii……call me only Friday.\r','',154,'2018-01-18 12:49:59','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10792,6004,4,'please call me Friday..( 10-jan)\r','',154,'2018-01-18 12:50:16','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10793,6005,4,'Site visit done, 1015 & 1340 Divyansh, site visit planned again with his family by this weekend @ 13-14 jan\r','',154,'2018-01-18 12:50:35','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10794,6006,4,'Discussed over the phone for Divyansh, supposed to come for site visit last weekend but might visit this weekend @ 13-14 Jan\r','',154,'2018-01-18 12:50:53','14-01-2018 - 13:00 ,Sunday','',0,0,0,0,'','',0,1),(10795,6007,4,'will visit on Tuesday 09/01\r','',154,'2018-01-18 12:51:10','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10796,6008,4,'try to come for visit but busy today\r','',154,'2018-01-18 12:51:58','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10797,6009,4,'coming for vist tomorrow 6th jan //he say I\'m coming on 10th jan \r','',154,'2018-01-18 12:52:16','10-01-2018 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(10798,6010,4,'Clt will visit on tommorow 8th jan  morning 11 am//not to come for visit //he say come for visit 13th jan //not to come for visit \r','',154,'2018-01-18 12:52:37','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10799,6011,4,'Will come for visit in coming weekend/call him on 4 pm.\r','',154,'2018-01-18 12:52:57','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10800,6012,4,'VISTED HYDE PARK 1320 SQ FT,PITCHED ARDEN,WILL COME AT SUNDAY TO VISIT EXOTICA AND ARDEN/// HE IS NOT WELL, WANT TO VISIT EXTENSION PROJECTS\r','',154,'2018-01-18 12:53:17','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10801,6013,4,'cm is saying will meet on 13 jan\r','',154,'2018-01-18 12:58:22','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10802,6014,4,'visit done, exortica 1340, will visit again on 12th jan\r','',154,'2018-01-18 12:58:40','12-01-2018 - 12:30 ,Friday','',0,0,0,0,'','',0,1),(10803,6015,4,'Call after 1 hour or tomm morning//call not pic \r','',154,'2018-01-18 12:59:03','07-01-2018 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(10804,6016,4,'Site visit done, next visit with family this weekend @ 13-14 Jan\r','',154,'2018-01-18 12:59:19','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10805,6017,4,'SPOKEN WITH HIS WIFE,1850 SQ FT IN GAUR SAUNDARYAM,WILL COME AFTER 10 TO 15 DAYS\r','',154,'2018-01-18 12:59:38','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10806,6018,4,'will come for site visit on nect week, exortica already visited\r','',154,'2018-01-18 13:00:03','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10807,6019,4,'visit done on Sunday in divyansh ambar. Will confirm his decision on Monday evening./will visit again on 21th jan.\r','',154,'2018-01-18 13:00:41','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10808,6019,4,'visit done on Sunday in divyansh ambar. Will confirm his decision on Monday evening./will visit again on 21th jan.\r','',154,'2018-01-18 13:00:42','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10809,6020,3,'call not pick continously/call not pick.\r','0',154,'2018-01-18 13:01:01','0','',0,0,0,0,'','',0,1),(10810,6021,3,'cm is not intersted for meeting \r','0',154,'2018-01-18 13:01:13','0','',0,0,0,0,'','',0,1),(10811,6022,4,'VISTED HYDE PARK 1320 SQ FT,PITCHED ARDEN,WILL COME AT SUNDAY TO VISIT EXOTICA AND ARDEN/// HE IS NOT WELL, WANT TO VISIT EXTENSION PROJECTS\r','',154,'2018-01-18 13:01:38','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10812,6023,4,'Coming today for visit//not done visit ,call not pic \r','',154,'2018-01-18 13:02:12','13-01-2018 - 13:30 ,Saturday','',0,0,0,0,'','',0,1),(10813,3746,13,'','',258,'2018-01-18 13:44:05','','',0,258,0,258,'','',0,2),(10814,3746,4,'jbb','',258,'2018-01-18 13:44:59','01-18-2018 13:44:00','',0,0,0,0,'','',0,2),(10815,6024,4,'he is coming site visit this Saturday and Sunday..\r','',154,'2018-01-18 14:52:14','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10816,6025,4,'visit fix 0n 7th, but did;nt come, again follow\r','',154,'2018-01-18 14:52:37','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10817,6026,3,'Asked to call today by 4 pm/wants to buy property next year. \r','0',154,'2018-01-18 14:52:51','0','',0,0,0,0,'','',0,1),(10818,6027,4,'meeting confirm 8th jan //meeting not done ,he want mail//mail sent and say khud office aaunga //call on 18th jan ,for meeting \r','',154,'2018-01-18 14:53:10','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10819,6028,4,'Visit done, pristine , divyansh, next weekend again come\r','',154,'2018-01-18 14:53:30','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10820,6029,4,'visit done in ambar,divyansh,galaxy royal. Intrested in ambar. Follow up/intrested in ambar,call him on today evening.\r','',154,'2018-01-18 14:53:49','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10821,6030,8,'call not pick, following\r','0',154,'2018-01-18 14:54:11','0','',0,0,0,0,'','',0,1),(10822,6031,3,'confirmed time to call back, but not responding now./wants property in express way sec 150 noida.\r','0',154,'2018-01-18 14:54:25','0','',0,0,0,0,'','',0,1),(10823,6032,4,'he is coming site visit Sunday \r','',154,'2018-01-18 14:54:43','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10824,6033,3,'She looking in gzb not searching in noida extension now\r','0',154,'2018-01-18 14:54:59','0','',0,0,0,0,'','',0,1),(10825,6034,4,'Discussed over the phone, looking for 1545 sqft Divyansh, site visit this weekend 13-14 Jan\r','',154,'2018-01-18 14:55:15','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10826,6035,4,'cm is not giving to meet\r','',154,'2018-01-18 14:56:09','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10827,6036,4,'FOLLOW UP, CALL BACK IN EVENING\r','',154,'2018-01-18 14:56:31','07-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10828,6037,4,'PITCHED AR SALARY 50K,WE ARE FOLLOWING//FATHER PASSED AWAY CALL AFTER 15 SAYS\r','',154,'2018-01-18 14:56:55','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10829,6038,3,'cm need 2-3 to decide and he is not trusting the builder \r','0',154,'2018-01-18 14:57:22','0','',0,0,0,0,'','',0,1),(10830,6040,4,'will visit on 12/01\r','',154,'2018-01-18 14:57:43','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10831,6041,4,'Not picking the call/Follow up/\r','',154,'2018-01-18 14:58:05','12-01-2018 - 13:00 ,Friday','',0,0,0,0,'','',0,1),(10832,6042,4,'Discussed over the phone but too many questions, seems working in tour and travels, office address shared, feeling risky\r','',154,'2018-01-18 14:58:33','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10833,6043,4,'Site visit done, coming this weekend with his brother to close @ 13-14 Jan\r','',154,'2018-01-18 14:58:52','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10834,6044,4,'Wednesday ko metting fix  2.30 pm // again say Wednesday for meeting 17th jan \r','',154,'2018-01-18 14:59:12','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10835,6045,4,'Gawhati client, discussed over the phone, has few investments in noida, seems interested but will not be able to present for any dox so minimum chances of closure\r','',154,'2018-01-18 14:59:43','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10836,6046,8,'Ringing\r','0',154,'2018-01-18 14:59:55','0','',0,0,0,0,'','',0,1),(10837,6047,4,'CALL ON MONDAY,HE IS BUSY TILLSUNDAY THEN WILL MEET/// HE IS NOT ANSWERING TODAY\r','',154,'2018-01-18 15:00:20','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10838,6048,4,'will come for visit on 14/01\r','',154,'2018-01-18 15:00:37','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10839,6049,4,'Visit done in Exotica, divyansh and Ambar./Follow up /wants to purchase property after 1 year.\r','',154,'2018-01-18 15:00:58','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10840,6050,3,'Meeting done at his office/Follow up./he is not intrested.\r','0',154,'2018-01-18 15:01:11','0','',0,0,0,0,'','',0,1),(10841,6051,4,'OUT OF STATION,WILL COME AFTER 10 TO 15 DAYS\r','',154,'2018-01-18 15:01:30','16-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10842,6052,4,'visit done on 9th jan, green shire/ pristine/divyansh\r','',154,'2018-01-18 15:01:48','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10843,6053,4,'Meeting fix tomorrow 2@3pm,coordinate her tomorrow 10th jan morning //call not pic \r','',154,'2018-01-18 15:02:07','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10844,6055,4,'cm was saying talk to me after 26 jan 2018\r','',154,'2018-01-18 15:02:27','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10845,6057,8,'Not answering the call since the lead given\r','0',154,'2018-01-18 15:02:49','0','',0,0,0,0,'','',0,1),(10846,6058,4,'Had word with him meeting fix on 9th jan but meeting pospond for next weekend.\r','',154,'2018-01-18 15:03:05','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10847,6059,4,'call not pic //call not pic //call pic and say call me latter ,ur ab call nhinpic ker raha hai \r','',154,'2018-01-18 15:03:37','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10848,6060,4,'Meeting done need 2 days time to decide /will come to our office soon\r','',154,'2018-01-18 15:03:58','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10849,6061,4,'Had word with him meeting fix on 9th jan then Not pick , follow again\r','',154,'2018-01-18 15:04:16','09-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10850,6062,4,'Discussed over the phone but not the immediate buy, might buy after 6 months, already told Harshit, not to make such leads, coming for site visit this weekend @ 13-14 jan, bud 35 Lacs, looking 2 BHK+ Study\r','',154,'2018-01-18 15:04:38','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10851,6063,4,'Customer phn is not reachable.was supposed to come this weekend ,now not picking the call \r','',154,'2018-01-18 15:05:23','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10852,6065,3,'Client not given time for meeting/call not pick\r','0',154,'2018-01-18 15:07:17','0','',0,0,0,0,'','',0,1),(10853,6066,3,'Meeting time provided by client and meeting will be held tommorow/not intrested.\r','0',154,'2018-01-18 15:07:33','0','',0,0,0,0,'','',0,1),(10854,6067,4,'INTERESTED IN 4BHK ,WANT TO ADJUST CASH,WILL COME NEXT WEEK\r','',154,'2018-01-18 15:08:24','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10855,6068,4,'Meeting done for 2 BHK. Will come for visit on Saturday. /will visit on 20 th jan .\r','',154,'2018-01-18 15:08:50','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10856,6069,4,'Visit expected today 10th jan ... Timing not confirm//not done visit /coming 24th jan for visit \r','',154,'2018-01-18 15:09:15','24-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10857,6071,4,'Client is coming for site visit today11th jan .//followup me hi but visit ke liye time nhi depa raha hai \r','',154,'2018-01-18 15:09:54','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10858,6072,4,'PITCHED CASA WOOD STOCK///\r','',154,'2018-01-18 15:10:33','12-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10859,6073,4,'Visit done in Exotica, divyansh. Intrested in exotice 920.Looking resale\r','',154,'2018-01-18 15:10:59','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10860,6074,4,'Visit done , Divyansh and pristine evenue today 10th jan, following\r','',154,'2018-01-18 15:11:18','10-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10861,6076,4,'Will come for visit today at 4 pm/visit done in exotica,looking 1705,will viist again on 17th jan evening.\r','',154,'2018-01-18 15:11:39','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10862,6077,4,'Meeting confirmed @ his house on sat @ 13 jan\r','',154,'2018-01-18 15:11:59','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10863,6078,4,'Meeting done, site visit expected this weekend 13-14 jan\r','',154,'2018-01-18 15:12:28','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10864,6080,4,'he is busy in meeting today , plc call 11th jan at 11 o\'clock\r','',154,'2018-01-18 15:12:48','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10865,6081,4,'Will comfirmed time for meeting Wednesday./he is in chandigarh,will come back after 3 days call him back on 21th jan\r','',154,'2018-01-18 15:13:20','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10866,6082,4,'Meeting fixed today 11 Jan, already on call, will update the closure in a day or two\r','',154,'2018-01-18 15:13:36','11-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10867,6083,4,'Callled him for site visit this weekend @ 13-14 Jan\r','',154,'2018-01-18 15:13:54','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10868,6084,8,'Not pick\r','0',154,'2018-01-18 15:15:23','0','',0,0,0,0,'','',0,1),(10869,6085,8,'call not pic //call not pic \r','0',154,'2018-01-18 15:15:41','0','',0,0,0,0,'','',0,1),(10870,6086,3,'Already purchased in divyansh on 8th Dec\r','0',154,'2018-01-18 15:16:10','0','',0,0,0,0,'','',0,1),(10871,6087,4,'Dropped his plan to buy but his friend might be interested\r','',154,'2018-01-18 15:16:32','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10872,6088,4,'Tomrrow 12th jan metting fix 12 pm //call done visit exp next week 21st jan \r','',154,'2018-01-18 15:16:50','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10873,6089,4,'Site visit done for exotika, will come this weekend 13-14 Jan\r','',154,'2018-01-18 15:17:25','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10874,6090,4,'Discussed over the phone, asking for more margin @ 10%. Meeting confirmed @ 20th Jan @ Call on 19th Jan\r','',154,'2018-01-18 15:17:44','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10875,6091,8,'call me 4:00 , called but not pick\r','0',154,'2018-01-18 15:18:00','0','',0,0,0,0,'','',0,1),(10876,6093,4,'visit done in Himalaya,ambar,devika ,cl intrested in himalaya 948./meeting done at cl home deal closed.\r','',154,'2018-01-18 15:18:37','16-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10877,6094,8,'NOT PICK CALL\r','0',154,'2018-01-18 15:18:49','0','',0,0,0,0,'','',0,1),(10878,6095,4,'visit done in divyansh 1015,will revisit on 26 jan .\r','',154,'2018-01-18 15:19:19','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10879,6096,4,'will visit soon, following\r','',154,'2018-01-18 15:19:43','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10880,6097,4,'Cust is out of station,will come back on Thursday/visit done in exotica n divyansh,looking 2bhk.call him today.\r','',154,'2018-01-18 15:20:08','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10881,6098,4,'Will meet on wedneshday./today meeting confirmed for tom.\r','',154,'2018-01-18 15:20:34','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10882,6099,4,'Site visit done, pitched Divyansh\r','',154,'2018-01-18 15:20:52','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10883,6101,4,'Meeeting done, follow up today\r','',154,'2018-01-18 15:21:12','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10884,6102,4,'meeting done , 67, noida office, 3 + 1, bhk, 1500-1600, rtm, 5 to 6th floor,  looking in south delhi also, want option\r','',154,'2018-01-18 15:21:40','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10885,6103,4,'following for sitevisit , \r','',154,'2018-01-18 15:22:04','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10886,6104,4,'SPOKEN TO HIM EXPECTED MEETING ON WEDNESDAY\r','',154,'2018-01-18 15:22:39','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10887,6105,4,'Meeting done cm is confused will confirm today\r','',154,'2018-01-18 15:23:22','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10888,6106,3,'After meeting cm was sayimg my salary is 35 k so not eligible for the scheme\r','0',154,'2018-01-18 15:23:44','0','',0,0,0,0,'','',0,1),(10889,6107,3,'Mail krdi ha evening me call krle meting ke liye confrm krna ha//not pic phone //after mail he is not pinking my call \r','0',154,'2018-01-18 15:23:59','0','',0,0,0,0,'','',0,1),(10890,6108,4,'Es clt ki 1st priority sadi hai then flat , ur budget only 32lac ka hai ,phone aaya tha esliye bat ker li ,agar 32 lac me aap ke pass huchh hai to bat ker lena ?mithilesh ,himalya bataya hai Monday morning meeting gai 15th jan //not give to proper respons','',154,'2018-01-18 15:24:17','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10891,6109,4,'meeting fix for 14th jan //not done \r','',154,'2018-01-18 15:24:36','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10892,6111,4,'expected meeting on 15 jan/will meet on Saturday.\r','',154,'2018-01-18 15:25:00','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10893,6113,4,'he was coming for visit but then not pick my call\r','',154,'2018-01-18 15:25:27','13-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10894,6114,4,'Comm. Dinesh sir handle\r','',154,'2018-01-18 15:28:12','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10895,6115,4,'will meet 15th jan with ravi sir\r','',154,'2018-01-18 15:28:31','15-01-2018 - 23:30 ,Monday','',0,0,0,0,'','',0,1),(10896,6116,4,'40-50 lac budget, 2 or 2+1 bhk, will visit on 21/01\r','',154,'2018-01-18 15:28:50','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10897,6117,4,'visit done in exotica n divyansh,looking 2bhk,will confirmed after 26 jan .\r','',154,'2018-01-18 15:29:10','28-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10898,6118,4,'Looking 1015 in divyansh,will visit on sta-Sunday\r','',154,'2018-01-18 15:29:32','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10899,6119,4,'Cust not given time for siti visit n meeting ,plz resheduled \r','',154,'2018-01-18 15:29:56','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10900,6120,3,'call not pic //not interested \r','0',154,'2018-01-18 15:30:08','0','',0,0,0,0,'','',0,1),(10901,6121,8,'call not pic //call not pic \r','0',154,'2018-01-18 15:30:19','0','',0,0,0,0,'','',0,1),(10902,6126,4,'Will come on Tuesday @ 16th Jan for site visit\r','',154,'2018-01-18 15:33:36','16-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10903,6127,4,'He is searching GGN as well but will come for site vivist next week. Bud 50 lacs. First preference is GGN than Noida\r','',154,'2018-01-18 15:34:18','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10904,6128,4,'FOLLOWUP\r','',154,'2018-01-18 15:34:48','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10905,6129,4,'SAUNDARYAM 1550 EXPECTED VISIT ON SUNDAY\r','',154,'2018-01-18 15:35:10','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10906,6130,4,'not pic ,meeting fix 16th jan in CP .//ye 21st ya 22nd jan visit ke liye aayega ,exotica and divyansh\r','',154,'2018-01-18 15:35:30','22-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10907,6131,4,'14th jan visit 12 pm final comformation evening.//not pic call //call but not to give proper response\r','',154,'2018-01-18 15:35:47','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10908,6132,4,'visit done ,,14th jan in divyansh ,call and followup want time //budget 32 lac want only divyansh \r','',154,'2018-01-18 15:36:16','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10909,6133,3,'call not pic //14th jan ko bola tha visit ke liye but nhi aaya ,ur call bhi nhi pic kiya //noida me mang rahahai aa ke noida ext laut gaya \r','0',154,'2018-01-18 15:36:29','0','',0,0,0,0,'','',0,1),(10910,6134,4,'12.30pm  ke bad ayegi for Arden n saya14th jan ko //he come for visit 21st and 22nd jan \r','',154,'2018-01-18 15:36:44','22-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10911,6135,4,'INTERESTED IN 4BHK ,GETTING DEAL WITH ANOTHER BROKER 87 LACS,WE PITCHED C1 903 IN RESALE AT SAME RATE\r','',154,'2018-01-18 15:37:18','14-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10912,6136,4,'LOOKING 2BHK IN LOW RISE AT 25 LACS ,PITCHED DEVIKA GOLD HOMZ\r','',154,'2018-01-18 15:37:50','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10913,6137,4,'LOOKING 2BHK IN 30 LACS,ABOUT TO COME YESTERDAY BUT NOT CAME,FOLLOWUPS\r','',154,'2018-01-18 15:38:19','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10914,6138,4,'LOOKING 2BHK IN 30 LACS,PITCHED DIVANYSH FLORA,WILL VISIT IN WEEKDAYS,FOLLOWUP\r','',154,'2018-01-18 15:38:37','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10915,6139,3,'LOOKING FOR 100 YARDS INDEPENDENT FLOOR,WE DON’T HAVE SUCH INVENTORIES(AMIT)\r','0',154,'2018-01-18 15:38:58','0','',0,0,0,0,'','',0,1),(10916,6140,4,'Looking 2bhk,will come on sat-Sunday.\r','',154,'2018-01-18 15:39:18','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10917,6141,4,'not comfirmed yet for site visit n meeting time ,call him on sat for site visist.\r','',154,'2018-01-18 15:39:51','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10918,6142,4,'Visit done in divyansh n ambar,looking 2bhk,will come back again on 21jan .\r','',154,'2018-01-18 15:40:15','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10919,6143,4,'CALL NOT PICK ,PLZ RESHEDULED./will visit on 21th jan\r','',154,'2018-01-18 15:40:51','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10920,6144,4,'Site visit still not done as postponed by the client. Expected Site visit coming week\r','',154,'2018-01-18 15:41:18','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10921,6145,4,'He was not well, so site visit not done as yet, expected site visit in coming week\r','',154,'2018-01-18 15:41:35','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10922,6146,4,'Comm. Dinesh sir handle\r','',154,'2018-01-18 15:42:11','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10923,6148,4,'Visit Done , will come again next week\r','',154,'2018-01-18 15:43:15','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10924,6147,4,'will visit today 15/01 on second half\r','',154,'2018-01-18 15:43:32','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10925,6151,4,'He son was not well last week, so expected site visit next week\r','',154,'2018-01-18 15:43:53','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10926,6153,3,'He said he will reach noida around 12 to 1pm then call him//not interested \r','0',154,'2018-01-18 15:44:05','0','',0,0,0,0,'','',0,1),(10927,6154,8,'He ddin\'t pick call so under follow up\r','0',154,'2018-01-18 15:44:27','0','',0,0,0,0,'','',0,1),(10928,6155,4,'CALLBACK FOLLOWUPS\r','',154,'2018-01-18 15:44:55','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10929,6156,4,'whatsup details send, will come next week\r','',154,'2018-01-18 15:45:18','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10930,6157,4,'Will visit on 20/01/18\r','',154,'2018-01-18 15:45:36','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10931,6158,4,'CALL NOT PICK ,PLZ RESHEDULED./call him today after lunch.\r','',154,'2018-01-18 15:46:50','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10932,6159,4,'His budget is 25L. AR pitched. He will call back.//followup \r','',154,'2018-01-18 15:47:26','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10933,6160,4,'HE IS OUT OS STATION WILL CAOME BACK AFTER 19TH JAN \r','',154,'2018-01-18 15:47:51','19-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10934,6161,3,'INTERESTED NEAR CITY CENTRE WE DON’T HAVE ANY PROPERTEY OVER THERE(AMIT)\r','0',154,'2018-01-18 15:48:26','0','',0,0,0,0,'','',0,1),(10935,6162,4,'He now busy call after some time//call not pic \r','',154,'2018-01-18 15:48:51','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10936,6163,4,'will visit  21/01, whatsup details send\r','',154,'2018-01-18 15:49:10','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10937,6165,4,'Meeting conform tomorrow 11:00 am//site visit done now he is interested in 1015sqft \r','',154,'2018-01-18 15:49:44','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10938,6166,4,'visit done, divyansh and greenshire\r','',154,'2018-01-18 15:50:06','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10939,6167,4,'INTRESTED IN DIVAYNSH FLORA,WILL VISIT NEXT WEEK\r','',154,'2018-01-18 15:50:34','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10940,6168,4,'Discussed over the phone, will come for site visit this weekend\r','',154,'2018-01-18 15:51:04','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10941,6169,4,'Now Not Picking calls//calls 6 to 7thime but not pic \r','',154,'2018-01-18 15:51:52','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10942,6170,4,'Site visit done for Exitica, looking for 1035, will revisit this weekend again\r','',154,'2018-01-18 15:52:36','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10943,6171,8,'not pick\r','0',154,'2018-01-18 15:53:00','0','',0,0,0,0,'','',0,1),(10944,6173,4,'call not pic //royal court chahiye only ,followup \r','',154,'2018-01-18 15:54:45','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10945,6174,4,'LOOKING 1205 SQFT IN CHERRY COUNTY, FLOOR UPTO 5TH\r','',154,'2018-01-18 15:55:20','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10946,6175,4,'looking 3+1 ,under 70 lacs.will visit on coming weekened \r','',154,'2018-01-18 16:00:05','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10947,6176,4,'visit done in ambar exotica and divyansh,looking 2bhk.will come on coming weekend.\r','',154,'2018-01-18 16:00:27','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10948,6177,4,'Call not pick,plz resheduled./meeting done at his office ,will come for visit on Saturday.\r','',154,'2018-01-18 16:00:48','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10949,6178,4,'Client is busy cl in evening,//clt coming next week 21st jan \r','',154,'2018-01-18 16:01:17','21-01-2018 - 12:30 ,Sunday','',0,0,0,0,'','',0,1),(10950,6179,4,'1235 MYWOOD WILL COME ON SUNDAY\r','',154,'2018-01-18 16:01:54','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10951,6180,4,'call not pic //royal court chahiye only ,followup \r','',154,'2018-01-18 16:07:19','19-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10952,6181,8,'Phone not answering since lead given, TC knows\r','0',154,'2018-01-18 16:07:39','0','',0,0,0,0,'','',0,1),(10953,6183,8,' not answering \r','0',154,'2018-01-18 16:08:24','0','',0,0,0,0,'','',0,1),(10954,6184,4,'ASKED TO CALL AFTER 5 PM\r','',154,'2018-01-18 16:08:45','14-01-2018 - 16:30 ,Sunday','',0,0,0,0,'','',0,1),(10955,6185,4,'want to come for next week for site visit 20/01\r','',154,'2018-01-18 16:09:01','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10956,6186,4,'Site visit done, calc sheet sent, will revisit this weekend\r','',154,'2018-01-18 16:09:26','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10957,6187,4,'Friday 12 o clk Divyansh per milega ... mai inko what’s app per address send kr rahe Divyansh KA\r','',154,'2018-01-18 16:10:01','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10958,6188,4,'16th jan  meeting fix at 1.30 pm.//not done meeting ,call 17th jan //meeting fix 19th jan \r','',154,'2018-01-18 16:10:19','19-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10959,6189,8,'call not pic \r','0',154,'2018-01-18 16:10:31','0','',0,0,0,0,'','',0,1),(10960,6193,4,'40-50 lac budget, 2 or 2+1 bhk, will visit on 21/01\r','',154,'2018-01-18 16:10:50','21-01-2018 - 14:00 ,Sunday','',0,0,0,0,'','',0,1),(10961,6194,4,'visit done in divyansh,looking 2 bhk+study,will visit again on 20th jan.\r','',154,'2018-01-18 16:11:08','20-01-2018 - 12:30 ,Saturday','',0,0,0,0,'','',0,1),(10962,6195,4,'site visit fixed for sat @ 20 Jan for exotica 1235/1340\r','',154,'2018-01-18 16:11:27','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10963,6197,4,'Not answering the call need to call back\r','',154,'2018-01-18 16:11:45','18-01-2018 - 12:00 ,Thursday','',0,0,0,0,'','',0,1),(10964,6198,4,' 2 ‘o clock meeting hai clt ki  after that  he will tell me d time ...for meeting ..//not pic call \r','',154,'2018-01-18 16:12:07','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10965,6199,4,'contacted to Clt nd also shared inventories... And meeting possibility on 17thjan ... Because I m on a visit at exotica.\r','',154,'2018-01-18 16:13:01','17-01-2018 - 13:00 ,Wednesday','',0,0,0,0,'','',0,1),(10966,6200,4,'Follow  up going on for meeting\r','',154,'2018-01-18 16:16:26','19-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,1),(10967,6203,4,'meeting done,clients brother is banker,will discuss n let us know.\r','',154,'2018-01-18 16:16:51','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10968,6204,3,'cl intrested in  villas n duplex,lead not workable.\r','0',154,'2018-01-18 16:17:26','0','',0,0,0,0,'','',0,1),(10969,6205,4,'cust. Wants to meet on 23rd jan in our office.\r','',154,'2018-01-18 16:17:50','23-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10970,6206,4,'call him today.\r','',154,'2018-01-18 16:18:15','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10971,6207,3,'Not intersted cm was sayting it was a fraud scheme and not ready listen about the scheme\r','0',154,'2018-01-18 16:18:39','0','',0,0,0,0,'','',0,1),(10972,6211,4,'visit done at 16th jan, re visit on 18th jan, Divyansh, Pristine, exotica\r','',154,'2018-01-18 16:19:05','16-01-2018 - 12:30 ,Tuesday','',0,0,0,0,'','',0,1),(10973,6212,4,'meeting done at client office, want g. noida 2 bhk at 30 Lac\r','',154,'2018-01-18 16:19:40','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10974,6213,4,'Meeting tomorrow 10 to 12 pm project divyansh//\r','',154,'2018-01-18 16:20:15','16-01-2018 - 12:00 ,Tuesday','',0,0,0,0,'','',0,1),(10975,6214,8,'call not pic \r','0',154,'2018-01-18 16:20:29','0','',0,0,0,0,'','',0,1),(10976,6215,4,'meeting fix 15th jan //call not pic \r','',154,'2018-01-18 16:20:45','15-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10977,6216,4,'21st jan ko visit ke liye aayega divyansh \r','',154,'2018-01-18 16:21:01','21-01-2018 - 12:00 ,Sunday','',0,0,0,0,'','',0,1),(10978,6217,4,'Update you later\r','',154,'2018-01-18 16:21:26','18-01-2018 - 13:00 ,Thursday','',0,0,0,0,'','',0,1),(10979,6218,4,'Meeting done at his office in GGN, site visit fixed for sat @ 20 jan for 1015 Divyansh\r','',154,'2018-01-18 16:21:43','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10980,6219,4,'site visit done at divyansh 17th jan, revisit in 2-3 days\r','',154,'2018-01-18 16:22:13','17-01-2018 - 12:00 ,Wednesday','',0,0,0,0,'','',0,1),(10981,6225,4,'Meeting fixed 18th jan 9 am sector 20//meeting done \r','',154,'2018-01-18 16:22:35','18-01-2018 - 12:30 ,Thursday','',0,0,0,0,'','',0,1),(10982,6226,3,'He said  call me tomorrow 10 am//morning he said not interested \r','0',154,'2018-01-18 16:22:51','0','',0,0,0,0,'','',0,1),(10983,6227,4,'Clt will visit on coming 22nd jan \r','',154,'2018-01-18 16:23:09','22-01-2018 - 12:00 ,Monday','',0,0,0,0,'','',0,1),(10984,6228,4,'Discussed over the phone, layout sent, looking 1705 excotica, site visit fixed @ sat @ 20 jan\r','',154,'2018-01-18 16:23:25','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10985,6229,8,'No answer\r','0',154,'2018-01-18 16:23:37','0','',0,0,0,0,'','',0,1),(10986,6230,4,'following for visit\r','',154,'2018-01-18 16:23:59','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10987,6231,8,'not picking call, called mant times.\r','0',154,'2018-01-18 16:24:13','0','',0,0,0,0,'','',0,1),(10988,6241,4,'Call back on Sat @ 20 Jan\r','',154,'2018-01-18 16:24:44','20-01-2018 - 12:00 ,Saturday','',0,0,0,0,'','',0,1),(10989,6251,14,'','',244,'2018-01-18 18:47:15','','',0,244,0,244,'','',0,13),(10990,6251,2,'LMS','17',244,'2018-01-18 18:47:43','0','',0,0,0,0,'','',0,13),(10991,6251,6,'','',244,'2018-01-18 13:18:03','','',0,244,0,247,'','',0,13),(10992,3736,7,'test','',260,'2018-01-19 09:32:09','01-26-2018 5:32:00','',1,0,0,0,'77.389904','28.6104898',0,2),(10993,3714,4,'gdgj','',260,'2018-01-19 09:33:45','01-27-2018 6:33:00','',0,0,0,0,'','',0,2),(10994,3749,8,'test','',258,'2018-01-19 10:34:05','','',0,0,0,0,'','',0,2),(10995,3769,8,'no response','0',252,'2018-01-19 11:31:39','0','',0,0,0,0,'','',0,2),(10996,3769,9,'not reachable','0',252,'2018-01-19 11:32:05','0','',0,0,0,0,'','',0,2),(10997,3769,4,'asked to follow up on Monday','',252,'2018-01-19 11:32:44','22-01-2018 - 11:00 ,Monday','',0,0,0,0,'','',0,2),(10998,6252,14,'','',0,'2018-01-19 11:34:15','','',0,0,0,0,'','',0,2),(10999,6251,13,'','',247,'2018-01-19 11:34:49','','',0,247,0,247,'','',0,13),(11000,3772,1,'','',252,'2018-01-19 12:29:49','','',0,252,0,252,'','',0,2),(11001,3773,1,'','',252,'2018-01-19 12:30:53','','',0,252,0,253,'','',0,2),(11002,3774,1,'','',252,'2018-01-19 12:32:56','','',0,252,0,254,'','',0,2),(11003,3775,1,'','',252,'2018-01-19 12:33:42','','',0,252,0,255,'','',0,2),(11004,3776,1,'','',252,'2018-01-19 12:34:36','','',0,252,0,256,'','',0,2),(11005,3777,1,'','',252,'2018-01-19 12:35:47','','',0,252,0,257,'','',0,2),(11006,3778,5,'','',252,'2018-01-19 12:36:30','','',0,252,0,254,'','',0,2),(11007,5849,5,'','',252,'2018-01-19 12:38:37','','',0,252,0,255,'','',0,2),(11008,5825,1,'','',252,'2018-01-19 12:41:54','','',0,252,0,256,'','',0,2),(11009,5826,1,'','',252,'2018-01-19 12:41:54','','',0,252,0,256,'','',0,2),(11010,5827,1,'','',252,'2018-01-19 12:41:54','','',0,252,0,256,'','',0,2),(11011,5828,1,'','',252,'2018-01-19 12:41:54','','',0,252,0,256,'','',0,2),(11012,3772,2,'zasdfc','18',252,'2018-01-19 12:57:01','0','',0,0,0,0,'','',0,2),(11013,3774,5,'','',254,'2018-01-19 13:05:30','','',0,254,0,254,'','',0,2),(11014,3774,4,'ghgj','',254,'2018-01-19 13:06:11','26-01-2018 - 12:00 ,Friday','',0,0,0,0,'','',0,2),(11015,3768,2,'fghj','18',254,'2018-01-19 13:09:53','0','',0,0,0,0,'','',0,2),(11016,3768,6,'','',254,'2018-01-19 07:41:38','','',0,254,0,258,'','',0,2),(11017,5829,1,'','',252,'2018-01-19 13:19:51','','',0,252,0,254,'','',0,2),(11018,5830,1,'','',252,'2018-01-19 13:19:51','','',0,252,0,254,'','',0,2),(11019,5831,1,'','',252,'2018-01-19 13:19:51','','',0,252,0,254,'','',0,2),(11020,5829,1,'','',254,'2018-01-19 13:21:18','','',0,254,0,254,'','',0,2),(11021,5832,1,'','',252,'2018-01-19 13:22:05','','',0,252,0,255,'','',0,2),(11022,5833,1,'','',252,'2018-01-19 13:22:05','','',0,252,0,255,'','',0,2),(11023,5834,1,'','',252,'2018-01-19 13:22:05','','',0,252,0,255,'','',0,2),(11024,5832,1,'','',255,'2018-01-19 13:22:56','','',0,255,0,255,'','',0,2),(11025,3775,1,'','',255,'2018-01-19 13:23:34','','',0,255,0,255,'','',0,2),(11026,3775,2,'hggjkl','18',255,'2018-01-19 13:24:06','0','',0,0,0,0,'','',0,2),(11027,5832,2,'gfhjtkl','18',255,'2018-01-19 13:25:19','0','',0,0,0,0,'','',0,2),(11028,5830,1,'','',254,'2018-01-19 13:26:16','','',0,254,0,256,'','',0,2),(11029,5830,2,'hgjkhlj','18',256,'2018-01-19 13:27:15','0','',0,0,0,0,'','',0,2),(11030,3772,6,'','',252,'2018-01-19 08:02:08','','',0,252,0,258,'','',0,2),(11031,3742,6,'','',252,'2018-01-19 08:02:37','','',0,252,0,260,'','',0,2),(11032,3743,12,'','',258,'2018-01-19 08:04:23','','',0,258,0,260,'','',0,2),(11033,3745,13,'','',258,'2018-01-19 08:04:36','','',0,258,0,261,'','',0,2),(11034,3752,10,'hjkl;','',261,'2018-01-19 13:36:18','0','',0,0,0,0,'','',0,2),(11035,3764,8,'ghjkl','0',261,'2018-01-19 13:36:43','0','',0,0,0,0,'','',0,2),(11036,3764,10,'fghjkl','',261,'2018-01-19 13:37:00','0','',0,0,0,0,'','',0,2),(11037,4601,7,'hjgtkjhk','0',261,'2018-01-19 13:43:21','27-01-2018 - 12:00 ,Saturday','hglkj;',1,0,0,0,'','',0,2),(11038,3711,5,'','',260,'2018-01-19 13:44:22','','',0,260,0,260,'','',0,2),(11039,3733,5,'','',260,'2018-01-19 13:44:51','','',0,260,0,260,'','',0,2),(11040,3734,5,'','',260,'2018-01-19 13:45:24','','',0,260,0,261,'','',0,2),(11041,3768,5,'','',258,'2018-01-19 13:46:42','','',0,258,0,258,'','',0,2),(11042,6252,5,'','',252,'2018-01-19 13:56:44','','',0,252,0,254,'','',0,2),(11043,5835,5,'','',252,'2018-01-19 14:00:03','','',0,252,0,254,'','',0,2),(11044,5836,5,'','',252,'2018-01-19 14:01:26','','',0,252,0,254,'','',0,2),(11045,3778,5,'','',252,'2018-01-19 14:06:40','','',0,252,0,254,'','',0,2),(11046,4595,5,'fssfsf','',252,'2018-01-19 14:08:27','','',0,252,0,254,'','',0,2),(11047,6253,14,'','',244,'2018-01-22 15:19:30','','',0,244,0,244,'','',0,13),(11048,6253,2,'Dynamic Website Interior','21',244,'2018-01-22 15:20:10','0','',0,0,0,0,'','',0,13),(11049,6253,6,'','',244,'2018-01-22 09:50:29','','',0,244,0,248,'','',0,13),(11050,5886,13,'','',247,'2018-01-22 17:39:47','','',0,247,0,247,'','',0,13),(11051,5637,13,'','',247,'2018-01-22 17:39:56','','',0,247,0,247,'','',0,13),(11052,5395,13,'','',247,'2018-01-22 17:40:02','','',0,247,0,247,'','',0,13),(11053,4910,12,'','',247,'2018-01-22 17:40:09','','',0,247,0,248,'','',0,13),(11054,6251,4,'to be followed up on 23rd','',247,'2018-01-22 17:40:50','01-23-2018 10:0:00','',0,0,0,0,'','',0,13),(11055,5886,7,'Met the client. seems interested','',247,'2018-01-22 17:41:21','01-22-2018 17:41:00','',1,0,0,0,'','',0,13),(11056,5886,4,'to be followed up on 23rd','',247,'2018-01-22 17:41:44','01-23-2018 11:0:00','',0,0,0,0,'','',0,13),(11057,5637,4,'client does not have any requirement as of now. will keep him in followup','',247,'2018-01-22 17:42:59','01-26-2018 11:0:00','',0,0,0,0,'','',0,13),(11058,5395,4,'sent him the proposal. will followup ','',247,'2018-01-22 17:43:31','01-25-2018 14:0:00','',0,0,0,0,'','',0,13),(11059,5083,4,'need to followup for the payment transfer. rest things are sorted. ','',247,'2018-01-22 17:44:10','01-23-2018 10:0:00','',0,0,0,0,'','',0,13),(11060,6254,14,'','',244,'2018-01-22 18:51:30','','',0,244,0,244,'','',0,13),(11061,6254,2,'Refrence by Jalaj Sir','21',244,'2018-01-22 18:52:00','0','',0,0,0,0,'','',0,13),(11062,6254,6,'','',244,'2018-01-22 13:22:19','','',0,244,0,248,'','',0,13),(11063,6375,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11064,6376,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11065,6377,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11066,6378,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11067,6379,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11068,6380,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11069,6381,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11070,6382,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11071,6383,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11072,6384,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11073,6385,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11074,6386,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11075,6387,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11076,6388,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11077,6389,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11078,6390,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11079,6391,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11080,6392,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11081,6393,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11082,6394,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11083,6395,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11084,6396,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11085,6397,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11086,6398,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11087,6399,1,'','',242,'2018-01-23 10:40:13','','',0,242,0,244,'','',0,13),(11088,6400,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11089,6401,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11090,6402,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11091,6403,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11092,6404,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11093,6405,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11094,6406,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11095,6407,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11096,6408,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11097,6409,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11098,6410,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11099,6411,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11100,6412,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11101,6413,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11102,6414,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11103,6415,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11104,6416,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11105,6417,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11106,6418,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11107,6419,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11108,6420,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11109,6421,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11110,6422,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11111,6423,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11112,6424,1,'','',242,'2018-01-23 10:40:26','','',0,242,0,244,'','',0,13),(11113,6425,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11114,6426,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11115,6427,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11116,6428,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11117,6429,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11118,6430,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11119,6431,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11120,6432,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11121,6433,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11122,6434,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11123,6435,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11124,6436,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11125,6437,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11126,6438,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11127,6439,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11128,6440,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11129,6441,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11130,6442,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11131,6443,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11132,6444,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11133,6445,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11134,6446,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11135,6447,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11136,6448,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11137,6449,1,'','',242,'2018-01-23 10:40:37','','',0,242,0,244,'','',0,13),(11138,6450,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11139,6451,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11140,6452,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11141,6453,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11142,6454,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11143,6455,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11144,6456,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11145,6457,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11146,6458,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11147,6459,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11148,6460,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11149,6461,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11150,6462,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11151,6463,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11152,6464,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11153,6465,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11154,6466,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11155,6467,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11156,6468,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11157,6469,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11158,6470,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11159,6471,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11160,6472,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11161,6473,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11162,6474,1,'','',242,'2018-01-23 10:40:48','','',0,242,0,244,'','',0,13),(11163,6475,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11164,6476,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11165,6477,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11166,6478,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11167,6479,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11168,6480,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11169,6481,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11170,6482,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11171,6483,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11172,6484,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11173,6485,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11174,6486,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11175,6487,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11176,6488,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11177,6489,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11178,6490,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11179,6491,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11180,6492,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11181,6493,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11182,6494,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11183,6495,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11184,6496,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11185,6497,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11186,6498,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11187,6499,1,'','',242,'2018-01-23 10:41:05','','',0,242,0,244,'','',0,13),(11188,6500,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11189,6501,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11190,6502,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11191,6503,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11192,6504,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11193,6505,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11194,6506,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11195,6507,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11196,6508,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11197,6509,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11198,6510,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11199,6511,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11200,6512,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11201,6513,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11202,6514,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11203,6515,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11204,6516,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11205,6517,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11206,6518,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11207,6519,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11208,6520,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11209,6521,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11210,6522,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11211,6523,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11212,6524,1,'','',242,'2018-01-23 10:41:23','','',0,242,0,244,'','',0,13),(11213,6525,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11214,6526,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11215,6527,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11216,6528,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11217,6529,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11218,6530,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11219,6531,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11220,6532,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11221,6533,1,'','',242,'2018-01-23 10:41:35','','',0,242,0,244,'','',0,13),(11222,5091,5,'','',258,'2018-01-23 11:33:11','','',0,258,0,261,'','',0,2),(11223,3748,5,'','',258,'2018-01-23 11:38:09','','',0,258,0,261,'','',0,2),(11224,4598,5,'','',252,'2018-01-23 11:48:03','','',0,252,0,252,'','',0,2),(11225,3689,2,'Sam','18',254,'2018-01-23 11:51:42','0','',0,0,0,0,'','',0,2),(11226,3689,6,'','',254,'2018-01-23 06:22:20','','',0,254,0,258,'','',0,2),(11227,3689,13,'','',258,'2018-01-23 06:24:48','','',0,258,0,258,'','',0,2),(11228,5837,1,'','',252,'2018-01-23 12:35:02','','',0,252,0,254,'','',0,2),(11229,3733,4,'Samiksha','',252,'2018-01-23 12:38:03','07-11-2017 - 20:25 ,Tuesday','',0,0,0,0,'','',0,2),(11230,3734,8,'no response','0',252,'2018-01-24 14:15:04','0','',0,0,0,0,'','',0,2),(11231,3734,4,'followup','',252,'2018-01-24 14:16:04','30-01-2018 - 14:30 ,Tuesday','',0,0,0,0,'','',0,2),(11232,5838,1,'','',252,'2018-01-24 16:42:14','','',0,252,0,254,'','',0,2),(11233,5832,6,'','',254,'2018-01-24 11:12:47','','',0,254,0,258,'','',0,2),(11234,5832,12,'','',258,'2018-01-24 16:44:32','','',0,258,0,260,'','',0,2),(11235,3772,13,'','',258,'2018-01-24 16:44:40','','',0,258,0,258,'','',0,2),(11236,5832,5,'gjn','',258,'2018-01-24 16:45:08','','',0,258,0,258,'','',0,2),(11237,3775,6,'','',252,'2018-01-24 11:17:39','','',0,252,0,258,'','',0,2),(11238,5830,6,'','',252,'2018-01-24 11:18:19','','',0,252,0,258,'','',0,2),(11239,3748,2,'fjhn','18',252,'2018-01-24 16:50:03','0','',0,0,0,0,'','',0,2),(11240,3748,6,'','',252,'2018-01-24 11:20:11','','',0,252,0,258,'','',0,2),(11241,3749,2,'sam','18',252,'2018-01-24 16:51:43','0','',0,0,0,0,'','',0,2),(11242,3749,6,'','',252,'2018-01-24 11:21:50','','',0,252,0,258,'','',0,2),(11243,3768,11,'gdvj','23',258,'2018-01-24 16:53:38','2018-01-24 16:53:38','',0,0,0,0,'77.3899133','28.6105067',0,2),(11244,4598,2,'ss','18',252,'2018-01-24 17:24:40','0','',0,0,0,0,'','',0,2),(11245,4598,6,'','',252,'2018-01-24 11:54:44','','',0,252,0,258,'','',0,2),(11246,5839,1,'','',252,'2018-01-24 17:25:51','','',0,252,0,254,'','',0,2),(11247,5840,1,'','',252,'2018-01-24 17:26:00','','',0,252,0,252,'','',0,2),(11248,5840,2,'xc','18',252,'2018-01-24 17:26:08','0','',0,0,0,0,'','',0,2),(11249,5840,6,'','',252,'2018-01-24 11:56:14','','',0,252,0,258,'','',0,2),(11250,6534,14,'','',245,'2018-01-25 16:06:53','','',0,245,0,245,'','',0,13),(11251,5886,4,'called. he was busy. will call again on Monday','',247,'2018-01-25 17:14:09','01-29-2018 14:0:00','',0,0,0,0,'','',0,13),(11252,6535,14,'','',245,'2018-01-28 18:48:24','','',0,245,0,245,'','',0,13),(11253,6535,2,'website','21',245,'2018-01-28 18:57:57','0','',0,0,0,0,'','',0,13),(11254,6534,2,'mobile application','16',245,'2018-01-28 20:56:28','0','',0,0,0,0,'','',0,13),(11255,6536,14,'','',246,'2018-01-30 10:17:05','','',0,246,0,246,'','',0,13),(11256,6536,2,'website','21',246,'2018-01-30 10:18:36','0','',0,0,0,0,'','',0,13),(11257,4949,2,'dynamic website','21',244,'2018-01-30 18:06:21','0','',0,0,0,0,'','',0,13),(11258,6534,6,'','',244,'2018-01-30 12:37:31','','',0,244,0,248,'','',0,13),(11259,6535,6,'','',244,'2018-01-30 12:37:31','','',0,244,0,248,'','',0,13),(11260,6536,6,'','',244,'2018-01-30 12:37:31','','',0,244,0,248,'','',0,13),(11261,4949,6,'','',244,'2018-01-30 12:38:30','','',0,244,0,248,'','',0,13),(11262,6537,14,'','',246,'2018-02-01 19:01:39','','',0,246,0,246,'','',0,13),(11263,6537,2,'website','21',246,'2018-02-01 19:01:59','0','',0,0,0,0,'','',0,13),(11264,6538,14,'','',245,'2018-02-02 13:33:15','','',0,245,0,245,'','',0,13),(11265,6538,2,'ihabitat','17',245,'2018-02-02 13:36:06','0','',0,0,0,0,'','',0,13),(11266,5841,1,'','',252,'2018-02-05 15:17:17','','',0,252,0,252,'','',0,2),(11267,1558,2,'Plot No .292, Sector 4, Vaishali,Ghaziabad\r','21',245,'2018-02-05 17:43:34','0','',0,0,0,0,'','',0,13),(11268,6539,14,'','',245,'2018-02-06 17:58:10','','',0,245,0,245,'','',0,13),(11269,6539,2,'website','21',245,'2018-02-06 17:58:33','0','',0,0,0,0,'','',0,13),(11270,1581,2,'D-133, Industrial Area, B S Road, Ghaziabad - 201001 ','21',245,'2018-02-07 18:44:21','0','',0,0,0,0,'','',0,13),(11271,6540,14,'','',245,'2018-02-08 18:06:33','','',0,245,0,245,'','',0,13),(11272,6540,2,'website','21',245,'2018-02-08 18:06:55','0','',0,0,0,0,'','',0,13),(11273,5841,2,'vghv','18',252,'2018-02-19 11:02:17','0','',0,0,0,0,'','',0,2),(11274,6541,14,'','',245,'2018-02-23 14:56:49','','',0,245,0,245,'','',0,13),(11275,6541,2,'Dynamic website','21',245,'2018-02-23 14:57:33','0','',0,0,0,0,'','',0,13),(11276,3749,12,'','',258,'2018-02-24 07:36:41','','',0,258,0,260,'','',0,2),(11277,3749,13,'','',260,'2018-02-24 07:38:13','','',0,260,0,261,'','',0,2),(11278,4910,13,'','',248,'2018-02-27 10:05:28','','',0,248,0,248,'','',0,13),(11279,4910,13,'','',248,'2018-02-27 10:07:17','','',0,248,0,248,'','',0,13),(11280,6542,14,'','',245,'2018-03-05 11:17:18','','',0,245,0,245,'','',0,13),(11281,6542,2,'Mobile application\r','16',245,'2018-03-05 11:17:51','0','',0,0,0,0,'','',0,13),(11282,6543,14,'','',245,'2018-03-07 11:11:11','','',0,245,0,245,'','',0,13),(11283,6543,2,'website','21',245,'2018-03-07 11:11:39','0','',0,0,0,0,'','',0,13),(11284,6544,14,'','',245,'2018-03-12 11:22:30','','',0,245,0,245,'','',0,13),(11285,6544,2,'Ecommerce website\r','21',245,'2018-03-12 11:22:55','0','',0,0,0,0,'','',0,13),(11286,6545,14,'','',245,'2018-03-12 17:14:36','','',0,245,0,245,'','',0,13),(11287,6545,2,'website','21',245,'2018-03-12 17:15:01','0','',0,0,0,0,'','',0,13),(11288,1494,8,'n oresponse','0',256,'2018-04-03 14:34:59','0','',0,0,0,0,'','',0,2),(11289,5844,1,'','',252,'2018-05-01 16:54:56','','',0,252,0,254,'','',0,2),(11290,5845,1,'','',252,'2018-05-01 16:54:56','','',0,252,0,254,'','',0,2),(11291,5846,1,'','',252,'2018-05-01 16:54:56','','',0,252,0,254,'','',0,2),(11292,5847,1,'','',252,'2018-05-01 16:54:56','','',0,252,0,254,'','',0,2),(11293,5848,1,'','',252,'2018-05-01 16:54:56','','',0,252,0,254,'','',0,2),(11294,5842,1,'','',252,'2018-05-01 16:55:20','','',0,252,0,252,'','',0,2),(11295,5843,1,'','',252,'2018-05-01 16:55:20','','',0,252,0,252,'','',0,2),(11296,5850,1,'','',252,'2018-05-01 16:55:20','','',0,252,0,252,'','',0,2),(11297,1474,2,'jhjk','18',256,'2018-05-01 17:02:23','0','',0,0,0,0,'','',0,2),(11298,1494,2,'jkn,m','18',256,'2018-05-01 17:03:04','0','',0,0,0,0,'','',0,2),(11299,1474,6,'','',358,'2018-05-24 08:23:23','','',0,358,0,355,'','',0,2),(11300,1494,6,'','',358,'2018-05-24 08:23:23','','',0,358,0,355,'','',0,2),(11301,5874,1,'','',358,'2018-05-24 13:56:48','','',0,358,0,358,'','',0,2),(11302,5875,1,'','',358,'2018-05-24 13:56:48','','',0,358,0,358,'','',0,2),(11303,5875,4,'Followup','',358,'2018-05-24 14:07:03','26-05-2018 - 16:30 ,Saturday','',0,0,0,0,'','',0,2),(11304,5851,1,'','',358,'2018-05-24 14:16:32','','',0,358,0,358,'','',0,2),(11305,5851,4,'followup','',358,'2018-05-24 14:17:30','25-05-2018 - 14:30 ,Friday','',0,0,0,0,'','',0,2),(11306,5874,2,'forwarded to sales team','23',358,'2018-05-24 14:20:05','0','',0,0,0,0,'','',0,2),(11307,5874,6,'','',358,'2018-05-24 08:51:44','','',0,358,0,355,'','',0,2),(11308,5874,13,'','',355,'2018-05-24 08:55:00','','',0,355,0,355,'','',0,2),(11309,5874,7,'meeting ','',355,'2018-05-24 14:27:59','05-25-2018 14:30:00','',1,0,0,0,'77.38979','28.6103656',0,2),(11310,5874,7,'meeting ','',355,'2018-05-24 14:28:00','05-25-2018 14:30:00','',1,0,0,0,'77.38979','28.6103656',0,2),(11311,5396,13,'','',247,'2018-05-28 16:33:07','','',0,247,0,247,'','',0,13),(11312,5852,1,'','',252,'2018-10-12 18:31:10','','',0,252,0,253,'','',0,2),(11313,5853,1,'','',252,'2018-10-12 18:31:10','','',0,252,0,253,'','',0,2),(11314,5854,1,'','',252,'2018-10-12 18:31:10','','',0,252,0,253,'','',0,2),(11315,1601,2,'needs a dynamic website','21',244,'2018-10-12 18:32:24','0','',0,0,0,0,'','',0,13),(11316,5861,1,'','',358,'2018-10-22 15:07:05','','',0,358,0,358,'','',0,2),(11317,5881,1,'','',358,'2018-10-22 15:07:05','','',0,358,0,358,'','',0,2),(11318,5861,8,'Did not pick up the call','0',358,'2018-10-22 15:08:50','0','',0,0,0,0,'','',0,2),(11319,5861,4,'Asked to call on next Monday','',358,'2018-10-22 15:13:08','29-10-2018 - 15:00 ,Monday','',0,0,0,0,'','',0,2),(11320,5881,2,'he needs a mobile app for his clothes business','23',358,'2018-10-22 15:14:13','0','',0,0,0,0,'','',0,2),(11321,5396,13,'','',247,'2018-10-22 15:15:45','','',0,247,0,247,'','',0,13),(11322,6251,7,'eheyehe','',247,'2018-10-22 15:18:29','10-23-2018 18:0:00','',3,0,0,0,'','',0,13),(11323,6251,11,'e-commerce website -- 15000 rupees','21',247,'2018-10-22 15:19:31','2018-10-22 15:19:31','',0,0,0,0,'','',0,13),(11324,1531,6,'','',242,'2020-07-05 07:16:38','','',0,242,0,247,'','',0,13),(11325,1532,6,'','',242,'2020-07-05 07:16:38','','',0,242,0,247,'','',0,13),(11326,1557,8,'Did not pick up !','0',245,'2020-07-05 12:48:44','0','',0,0,0,0,'','',0,13),(11327,1557,4,'He is travelling. Asked to call back on Thursday','',245,'2020-07-05 12:49:50','09-07-2020 - 14:00 ,Thursday','',0,0,0,0,'','',0,13),(11328,1565,8,'No Response from the client','0',245,'2020-07-06 14:11:12','0','',0,0,0,0,'','',0,13),(11329,6556,1,'','',242,'2020-09-29 17:52:15','','',0,242,0,244,'','',0,13),(11330,6557,1,'','',242,'2020-09-29 17:52:15','','',0,242,0,244,'','',0,13),(11331,6558,1,'','',242,'2020-09-29 17:52:26','','',0,242,0,246,'','',0,13),(11332,6559,1,'','',242,'2020-09-29 17:52:26','','',0,242,0,246,'','',0,13),(11333,6560,1,'','',242,'2020-09-29 17:54:31','','',0,242,0,242,'','',0,13),(11334,6560,8,'Phone not picked','0',242,'2020-09-29 17:55:20','0','',0,0,0,0,'','',0,13),(11335,6560,4,'Asked to call on 30th Sept. Seems interested','',242,'2020-09-29 17:56:18','30-09-2020 - 19:00 ,Wednesday','',0,0,0,0,'','',0,13),(11336,6559,2,'Needs a Web Application for School Management','17',246,'2020-09-29 17:58:23','0','',0,0,0,0,'','',0,13),(11337,6559,6,'','',242,'2020-09-29 12:29:22','','',0,242,0,247,'','',0,13),(11338,6559,12,'','',247,'2020-09-29 12:31:37','','',0,247,0,248,'','',0,13),(11339,6559,13,'','',248,'2020-09-29 12:33:01','','',0,248,0,249,'','',0,13),(11340,6559,11,'Needs a school Mobile Application','16',249,'2020-09-29 18:07:13','0','',0,0,0,0,'','',0,13);
/*!40000 ALTER TABLE `mstr_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_leads`
--

DROP TABLE IF EXISTS `mstr_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_leads` (
  `lead_id` int(200) NOT NULL AUTO_INCREMENT,
  `lead_code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `mobile` varchar(200) NOT NULL,
  `city` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `source` varchar(255) NOT NULL,
  `tol` varchar(255) NOT NULL,
  `tsr` varchar(255) NOT NULL,
  `msg` varchar(255) NOT NULL,
  `plan_to_buy` varchar(255) NOT NULL,
  `contacted_by` varchar(255) NOT NULL,
  `msg_date` varchar(255) NOT NULL,
  `interested` varchar(255) NOT NULL,
  `budget` varchar(255) NOT NULL,
  `high_lead` varchar(255) NOT NULL,
  `pref_loc` varchar(255) NOT NULL,
  `look_for` varchar(255) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `project_name` varchar(255) NOT NULL,
  `other_detail` varchar(255) NOT NULL,
  `assign_by` varchar(200) NOT NULL,
  `assign_to` varchar(200) NOT NULL,
  `assign_tc` varchar(200) NOT NULL,
  `sales_by` varchar(255) NOT NULL,
  `sales_to` varchar(255) NOT NULL,
  `sales_tc` varchar(255) NOT NULL,
  `lead_status` int(11) NOT NULL,
  `lead_cat` varchar(255) NOT NULL,
  `remark` varchar(200) NOT NULL,
  `prod_id` varchar(255) NOT NULL,
  `follow_time` varchar(255) NOT NULL,
  `action` varchar(200) NOT NULL,
  `user_id` varchar(20) NOT NULL,
  `upload_date` varchar(100) NOT NULL,
  `del_id` enum('0','1') NOT NULL DEFAULT '0',
  `rev_id` int(22) NOT NULL,
  `docs` text NOT NULL,
  `lead_done` int(11) NOT NULL DEFAULT '0',
  `company_id` varchar(255) NOT NULL,
  PRIMARY KEY (`lead_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6564 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_leads`
--

LOCK TABLES `mstr_leads` WRITE;
/*!40000 ALTER TABLE `mstr_leads` DISABLE KEYS */;
INSERT INTO `mstr_leads` (`lead_id`, `lead_code`, `name`, `email`, `phone`, `mobile`, `city`, `country`, `status`, `source`, `tol`, `tsr`, `msg`, `plan_to_buy`, `contacted_by`, `msg_date`, `interested`, `budget`, `high_lead`, `pref_loc`, `look_for`, `subject`, `project_name`, `other_detail`, `assign_by`, `assign_to`, `assign_tc`, `sales_by`, `sales_to`, `sales_tc`, `lead_status`, `lead_cat`, `remark`, `prod_id`, `follow_time`, `action`, `user_id`, `upload_date`, `del_id`, `rev_id`, `docs`, `lead_done`, `company_id`) VALUES (182,'1710AA0001','Chandan Singh','Demo','23','919810174812','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no\r','0','','','131','2017-10-23 09:44:34','0',122,'',0,'1'),(183,'1710AA0002','Rohit Keshari','Demo','23','918873915305','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no requirement','0','','','131','2017-10-23 09:44:34','0',123,'',0,'1'),(184,'1710AA0003','Abhay Kant','Demo','23','919910195961','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'HOT','not connected','0','','','131','2017-10-23 09:44:34','0',124,'',0,'1'),(185,'1710AA0004','Sharad','Demo','23','917835099054','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat no','0','','','131','2017-10-23 09:44:34','0',125,'',0,'1'),(186,'1710AA0005','Vinay Srivastav','Demo','23','919307613080','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:34','0',126,'',0,'1'),(187,'1710AA0006','Amrita S Singh','Demo','23','919654684685','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:34','0',127,'',0,'1'),(188,'1710AA0007','Ashish Rai','Demo','23','919651728955','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:34','0',128,'',0,'1'),(189,'1710AA0008','Khushnuma Parween Ahmed','Demo','23','918587921760','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he want 1 bhk sikka karmic \r','0','','','131','2017-10-23 09:44:34','0',129,'',0,'1'),(190,'1710AA0009','Ashutosh Shandilya','Demo','23','918860459004','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2bhk in central noida follow up\r','0','31-10-2017 - 14:15 ,Tuesday','','131','2017-10-23 09:44:34','0',130,'',0,'1'),(191,'1710AA0010','Nikunj Bharti','Demo','23','919473022288','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call 3rd Nov','0','03-11-2017 - 12:00 ,Friday','','131','2017-10-23 09:44:34','0',131,'',0,'1'),(192,'1710AA0011','Rishabh','Demo','23','919910491869','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Intersted','0','','','131','2017-10-23 09:44:34','0',132,'',0,'1'),(193,'1710AA0012','Prateek Pankaj','Demo','23','919015820247','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of station , \r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-23 09:44:34','0',133,'',0,'1'),(194,'1710AA0013','','Demo','23','917300752740','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Pick','0','','','131','2017-10-23 09:44:34','0',134,'',0,'1'),(195,'1710AA0014','Rakesh Banga','Demo','23','917503983515','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','banga sir no','0','','','131','2017-10-23 09:44:34','0',135,'',0,'1'),(196,'1710AA0015','Piyush','Demo','23','919205468068','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Pick','0','','','131','2017-10-23 09:44:34','0',136,'',0,'1'),(197,'1710AA0016','','Demo','23','919811295975','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:34','0',137,'',0,'1'),(198,'1710AA0017','Not Mentioned','Demo','23','919622080088','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','invalid no','0','','','131','2017-10-23 09:44:34','0',138,'',0,'1'),(199,'1710AA0018','Brijesh Goswami','Demo','23','918948178296','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','out of service','0','','','131','2017-10-23 09:44:34','0',139,'',0,'1'),(200,'1710AA0019','Rohit Kumawat','Demo','23','918860876541','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off','0','','','131','2017-10-23 09:44:34','0',140,'',0,'1'),(201,'1710AA0020','Prakhar','Demo','23','918126439520','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','for rent','0','','','131','2017-10-23 09:44:34','0',141,'',0,'1'),(202,'1710AA0021','Sanjay Chauhan','Demo','23','918860706430','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already booked','0','','','131','2017-10-23 09:44:34','0',142,'',0,'1'),(203,'1710AA0022','Pooja Jawla','Demo','23','919958745890','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:34','0',143,'',0,'1'),(204,'1710AA0023','Sachin','Demo','23','919871498371','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat lead','0','','','131','2017-10-23 09:44:34','0',144,'',0,'1'),(205,'1710AA0024','Vikash Arya Khokhar','Demo','23','919899503558','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-23 09:44:34','0',145,'',0,'1'),(206,'1710AA0025','Manish Sharma','Demo','23','919873325517','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-23 09:44:34','0',146,'',0,'1'),(207,'1710AA0026','juhi','Demo','23','919870897501','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker','0','','','131','2017-10-23 09:44:34','0',147,'',0,'1'),(208,'1710AA0027','Sudheer Shukla','Demo','23','07017767525','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat lead','0','','','131','2017-10-23 09:44:34','0',148,'',0,'1'),(209,'1710AA0028','Mukta  Aggarwal','Demo','23','09911636653','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat lead','0','','','131','2017-10-23 09:44:34','0',149,'',0,'1'),(210,'1710AA0029','Mukesh Kumar','Demo','23','09873802264','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no','0','','','131','2017-10-23 09:44:34','0',150,'',0,'1'),(211,'1710AA0030','Prateek','Demo','23','918130739555','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not available','0','','','131','2017-10-23 09:44:34','0',151,'',0,'1'),(212,'1710AA0031','Deepak','Demo','23','919990511591','Noida','India','Fresh','99 ACRES','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no','0','','','131','2017-10-23 09:44:40','0',152,'',0,'1'),(213,'1710AA0032','darmendra sharma','Demo','23','08376000406','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-23 09:44:40','0',153,'',0,'1'),(214,'1710AA0033','Sadhana gupta','Demo','23','09650373515','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker','0','','','131','2017-10-23 09:44:40','0',154,'',0,'1'),(215,'1710AA0034','Akash','Demo','23','07100003220','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat lead','0','','','131','2017-10-23 09:44:40','0',155,'',0,'1'),(216,'1710AA0035','Ajay Kumar','Demo','23','09818509422','Noida','India','Fresh','MAGIC BRICKS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker','0','','','131','2017-10-23 09:44:40','0',156,'',0,'1'),(384,'1710AA0036','Ritika','Demo','28','9811895057','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call back','0','28-10-2017 - 18:00 ,Saturday','','131','2017-10-28 10:25:35','0',123,'',0,'1'),(385,'1710AA0037','Gulshan raj','Demo','28','9911593306','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not pick','0','','','131','2017-10-28 10:25:35','0',124,'',0,'1'),(386,'1710AA0038','Mansoor ','Demo','28','9793567786','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'COLD','out of delhi ,call back','0','','','131','2017-10-28 10:25:35','0',125,'',0,'1'),(387,'1710AA0039','Vikas Gupta ','Demo','28','9430210070','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off','0','','','131','2017-10-28 10:25:35','0',126,'',0,'1'),(388,'1710AA0040','Shalu Singh','Demo','28','9891249647','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:35','0',127,'',0,'1'),(389,'1710AA0041','Pawan sharma','Demo','28','9818037213','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','intersted in builder floor','0','','','131','2017-10-28 10:25:35','0',128,'',0,'1'),(390,'1710AA0042','Anuj Tripathi','Demo','28','9769593543','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked( 1-nov)\r','0','','','131','2017-10-28 10:25:35','0',129,'',0,'1'),(391,'1710AA0043','Pankaj','Demo','28','9969227748','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back ','0','','','131','2017-10-28 10:25:35','0',130,'',0,'1'),(392,'1710AA0044','Kapil','Demo','28','9711103007','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','intersted in delhi','0','','','131','2017-10-28 10:25:35','0',131,'',0,'1'),(393,'1710AA0045','Divyarth ','Demo','28','9891889692','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intertsted','0','','','131','2017-10-28 10:25:35','0',132,'',0,'1'),(394,'1710AA0046','Jaswant','Demo','28','8447440942','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:35','0',133,'',0,'1'),(395,'1710AA0047','Mohd wasil','Demo','28','8194083189','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intretsed for ace city, 1060 sqft, he is coming site visit Sunday( 26-oct)// he is plan for property jan , 2018 ( 1-nov)\r','0','01-11-2017 - 14:10 ,Wednesday','','131','2017-10-28 10:25:35','0',134,'',0,'1'),(396,'1710AA0048','Shivam','Demo','28','8368201897','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back','0','26-10-2017 - 14:10 ,Thursday','','131','2017-10-28 10:25:35','0',135,'',0,'1'),(397,'1710AA0049','Navneet','Demo','28','9810446817','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased','0','','','131','2017-10-28 10:25:35','0',136,'',0,'1'),(398,'1710AA0050','Salauddin','Demo','28','8800782167','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no','0','','','131','2017-10-28 10:25:35','0',137,'',0,'1'),(399,'1710AA0051','Abhishek  pal','Demo','28','9711770047','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:35','0',138,'',0,'1'),(400,'1710AA0052','Suresh','Demo','28','7838122122','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back','0','28-10-2017 - 13:05 ,Saturday','','131','2017-10-28 10:25:35','0',139,'',0,'1'),(401,'1710AA0053','Sumit singh','Demo','28','8825142114','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:35','0',140,'',0,'1'),(402,'1710AA0054','Lalit mishra ','Demo','28','9868658047','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:35','0',141,'',0,'1'),(403,'1710AA0055','Avinash puri','Demo','28','9643609001','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','please mail project details, then he is coming site visit','0','28-10-2017 - 14:10 ,Saturday','','131','2017-10-28 10:25:35','0',142,'',0,'1'),(404,'1710AA0056','Rajesh Gupta','Demo','28','9412408588','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no requirement','0','','','131','2017-10-28 10:25:35','0',143,'',0,'1'),(405,'1710AA0057','Shantanu','Demo','28','9811571918','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Intersted in greater noida','0','28-10-2017 - 15:15 ,Saturday','','131','2017-10-28 10:25:35','0',144,'',0,'1'),(406,'1710AA0058','Dev ashish','Demo','28','7710099269','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','30-10-2017 - 14:15 ,Monday','','131','2017-10-28 10:25:35','0',145,'',0,'1'),(407,'1710AA0059','Trikha captain','Demo','28','9312176261','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','31-10-2017 - 14:20 ,Tuesday','','131','2017-10-28 10:25:35','0',146,'',0,'1'),(408,'1710AA0060','Kartik','Demo','28','8851625976','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','30-10-2017 - 15:30 ,Monday','','131','2017-10-28 10:25:35','0',147,'',0,'1'),(409,'1710AA0061','Pranav singh','Demo','28','7337090452','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','follow up','0','','','131','2017-10-28 10:25:35','0',148,'',0,'1'),(410,'1710AA0062','Sabhya sharma','Demo','28','9971647943','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','29-10-2017 - 18:15 ,Sunday','','131','2017-10-28 10:25:35','0',149,'',0,'1'),(411,'1710AA0063','Gourav ravish','Demo','28','9810265120','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:35','0',150,'',0,'1'),(412,'1710AA0064','Abhishek','Demo','28','7017673450','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he plan property  after 2 month , budget issue . \r','0','','','131','2017-10-28 10:25:35','0',151,'',0,'1'),(413,'1710AA0065','Akash','Demo','28','9149307303','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','plan droped property 6 month ( 1-nov)\r','0','03-04-2018 - 13:10 ,Tuesday','','131','2017-10-28 10:25:35','0',152,'',0,'1'),(414,'1710AA0066','Prabhat kumar','Demo','28','9431009438','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of station , he is coming delhi ncr, nov 1 st week ( 1-nov)\r','0','01-11-2017 - 14:10 ,Wednesday','','131','2017-10-28 10:25:41','0',153,'',0,'1'),(415,'1710AA0067','Manoj kumar','Demo','28','8969669616','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intrested. for property, persnal issue. ( 1-nov)\r','0','','','131','2017-10-28 10:25:41','0',154,'',0,'1'),(416,'1710AA0068','Yogesh gupta','Demo','28','8899156878','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','no switch off\r','0','','','131','2017-10-28 10:25:41','0',155,'',0,'1'),(417,'1710AA0069','Satinder','Demo','28','9662160018','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked\r','0','','','131','2017-10-28 10:25:41','0',156,'',0,'1'),(418,'1710AA0070','Awdesh kumar','Demo','28','9376851050','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no\r','0','','','131','2017-10-28 10:25:41','0',157,'',0,'1'),(419,'1710AA0071','Ali','Demo','28','8468010111','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',158,'',0,'1'),(420,'1710AA0072','Rajeev','Demo','28','9008666749','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',159,'',0,'1'),(421,'1710AA0073','Kinshuk','Demo','28','9999119601','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',160,'',0,'1'),(422,'1710AA0074','Dilshad','Demo','28','7838493327','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',161,'',0,'1'),(423,'1710AA0075','Himanshu','Demo','28','9953843633','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',162,'',0,'1'),(424,'1710AA0076','Abhinav','Demo','28','9582596801','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',163,'',0,'1'),(425,'1710AA0077','Rahul ','Demo','28','9906346961','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan drop','0','','','131','2017-10-28 10:25:41','0',164,'',0,'1'),(426,'1710AA0078','Sk Sinha','Demo','28','9955771817','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',165,'',0,'1'),(427,'1710AA0079','Sujit singh','Demo','28','8860041982','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2+study ,budget 45lac,will visit on 28th oct \r','0','28-10-2017 - 14:10 ,Saturday','','131','2017-10-28 10:25:41','0',166,'',0,'1'),(428,'1710AA0080','Sanjay','Demo','28','9471007425','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','budget 60lac,3bhk clt will visit on 15th nov\r','0','15-11-2017 - 15:15 ,Wednesday','','131','2017-10-28 10:25:41','0',167,'',0,'1'),(429,'1710AA0081','Siddy ','Demo','28','9818263644','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:25:41','0',168,'',0,'1'),(430,'1710AA0082','Digvijay','Demo','28','9878891737','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',169,'',0,'1'),(431,'1710AA0083','Vikas saxena','Demo','28','8130193100','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',170,'',0,'1'),(432,'1710AA0084','Jheel bhatia','Demo','28','9958507413','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',171,'',0,'1'),(433,'1710AA0085','Sameer goel','Demo','28','9871577664','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','not pic ph//talked to prospect he told we will meet on 28thoct sec 40,around 5pm,confirm at 2;30pm \r','0','28-10-2017 - 15:15 ,Saturday','','131','2017-10-28 10:25:41','0',172,'',0,'1'),(434,'1710AA0086','Biplav ','Demo','28','7289863283','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',173,'',0,'1'),(435,'1710AA0087','Rajiv bansal','Demo','28','9837134834','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',174,'',0,'1'),(436,'1710AA0088','Neha','Demo','28','9990287776','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',175,'',0,'1'),(437,'1710AA0089','Pramath ','Demo','28','9210114174','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',176,'',0,'1'),(438,'1710AA0090','Tarun','Demo','28','9999392799','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',177,'',0,'1'),(439,'1710AA0091','Rajiv','Demo','28','8882236522','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',178,'',0,'1'),(440,'1710AA0092','Vikas Sharma','Demo','28','9990542455','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',179,'',0,'1'),(441,'1710AA0093','Rajoo jha','Demo','28','9711433996','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',180,'',0,'1'),(442,'1710AA0094','Vikas','Demo','28','7331131615','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:41','0',181,'',0,'1'),(443,'1710AA0095','Deepak Kumar','Demo','28','9717666311','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed for tomorrow at 12:00pm,26th oct \r','0','26-10-2017 - 15:20 ,Thursday','','131','2017-10-28 10:25:41','0',182,'',0,'1'),(444,'1710AA0096','Parveen Tanwar ','Demo','28','9643643738','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call at 3:30 today for meeting timing// call but ph s.off \r','0','30-10-2017 - 15:15 ,Monday','','131','2017-10-28 10:25:47','0',183,'',0,'1'),(445,'1710AA0097','P shankar','Demo','28','7010890136','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:47','0',184,'',0,'1'),(446,'1710AA0098','Navneet','Demo','28','9971496164','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:47','0',185,'',0,'1'),(447,'1710AA0099','Fazal ','Demo','28','9818843905','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:47','0',186,'',0,'1'),(448,'1710AA0100','Rohit','Demo','28','9956269554','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:47','0',187,'',0,'1'),(449,'1710AA0101','Niraj Agrawal','Demo','28','9935941277','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done he take some tym and given reference\r','0','01-11-2017 - 13:10 ,Wednesday','','131','2017-10-28 10:25:47','0',188,'',0,'1'),(450,'1710AA0102','Raghav ','Demo','28','9971106669','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done he take some tym after discussion with father\r','0','02-11-2017 - 13:10 ,Thursday','','131','2017-10-28 10:25:48','0',189,'',0,'1'),(451,'1710AA0103','Rajesh Raman','Demo','28','9836040667','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','re visit in Royal Court interested in 1560 Sq.ft inventory given 12th floor\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:25:48','0',190,'',0,'1'),(452,'1710AA0104','Amresh ','Demo','28','8800608275','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','re visit in Gulshan ikebana interest in 3 bhk\r','0','30-10-2017 - 14:50 ,Monday','','131','2017-10-28 10:25:48','0',191,'',0,'1'),(453,'1710AA0105','Sanjay ','Demo','28','9665493266','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','positive commercial aig n nx1.     Bud 20lac\r','0','31-10-2017 - 13:10 ,Tuesday','','131','2017-10-28 10:25:48','0',192,'',0,'1'),(454,'1710AA0106','Siddharth ','Demo','28','9818114230','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','searching in indrapuram \r','0','','','131','2017-10-28 10:25:48','0',193,'',0,'1'),(455,'1710AA0107','Surendra','Demo','28','8986944061','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' Vasundhara SG homes 2 size required 1300 and 1485 \r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:25:48','0',194,'',0,'1'),(456,'1710AA0108','Yogesh Goel ','Demo','28','9312600076','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not responding \r','0','','','131','2017-10-28 10:25:48','0',195,'',0,'1'),(457,'1710AA0109','Manoj','Demo','28','8422991123','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','plan drop for 1 month','0','30-11-2017 - 15:15 ,Thursday','','131','2017-10-28 10:25:48','0',196,'',0,'1'),(458,'1710AA0110','Devi ','Demo','28','9250791030','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',197,'',0,'1'),(459,'1710AA0111','Mr.kulkarni ','Demo','28','8928332272','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',198,'',0,'1'),(460,'1710AA0112','Mohit','Demo','28','9312962560','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','busy','0','','','131','2017-10-28 10:25:48','0',199,'',0,'1'),(461,'1710AA0113','Aditya gaurav','Demo','28','8357894799','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','busy','0','','','131','2017-10-28 10:25:48','0',200,'',0,'1'),(462,'1710AA0114','','','28','9313691449','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',201,'',0,'1'),(463,'1710AA0115','','','28','9811238257','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off','0','','','131','2017-10-28 10:25:48','0',202,'',0,'1'),(464,'1710AA0116','','','28','9971186163','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',203,'',0,'1'),(465,'1710AA0117','Varghese','','28','9818939749','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',204,'',0,'1'),(466,'1710AA0118','Gaurav','','28','9643989572','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','I try this no. 3 times Last day not pic n again try 2times today not pic ...\r','0','','','131','2017-10-28 10:25:48','0',205,'',0,'1'),(467,'1710AA0119',' Bhanu pratap singh','','28','9654840857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 3bhk in 35lacs..ready to move\r','0','31-10-2017 - 13:10 ,Tuesday','','131','2017-10-28 10:25:48','0',206,'',0,'1'),(468,'1710AA0120','Anu verma','','28','9958068240','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',207,'',0,'1'),(469,'1710AA0121','','','28','9412594802','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed on today evening at 6:00pm//meeting done take 2time \r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:25:48','0',208,'',0,'1'),(470,'1710AA0122','anil kumar','','28','9828415928','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:48','0',209,'',0,'1'),(471,'1710AA0123','Nitin Sehgal','','28','9999241083','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',210,'',0,'1'),(472,'1710AA0124','Avinash','','28','9005543090','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:48','0',211,'',0,'1'),(473,'1710AA0125','Vikas pandey','','28','7042266193','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:48','0',212,'',0,'1'),(474,'1710AA0126','Vijay singh','','28','8076797857','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',213,'',0,'1'),(475,'1710AA0127','Shyam','','28','7827878182','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:54','0',214,'',0,'1'),(476,'1710AA0128','Anshul','','28','9577503552','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',215,'',0,'1'),(477,'1710AA0129','Sunil','','28','9873448866','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',216,'',0,'1'),(478,'1710AA0130','Rakesh kumar','','28','9971791554','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',217,'',0,'1'),(479,'1710AA0131','Isha','','28','9717456576','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',218,'',0,'1'),(480,'1710AA0132','Manoj alok','','28','9871662060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',219,'',0,'1'),(481,'1710AA0133','Bhuvesh ','','28','9811190102, 8700717981','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:25:54','0',220,'',0,'1'),(482,'1710AA0134','Kunal Anand','','28','9899132288','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit coming weekend for amber.\r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:25:54','0',221,'',0,'1'),(483,'1710AA0135','Yatendra kumar ','','28','9927502333','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','invalid no','0','','','131','2017-10-28 10:25:54','0',222,'',0,'1'),(484,'1710AA0136','Shailesh','','28','9654171805','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' will visit coming Saturday for 2 bhk Resale options\r','0','31-10-2017 - 13:05 ,Tuesday','','131','2017-10-28 10:25:54','0',223,'',0,'1'),(485,'1710AA0137','Baljit singh','','28','9810363772','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit coming weekend for amber.\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:25:54','0',224,'',0,'1'),(486,'1710AA0138','Manjula','','28','9717902593','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' will visit coming Saturday for 2 bhk Resale options\r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:25:54','0',225,'',0,'1'),(487,'1710AA0139','Rishideo mishra ','','28','9820277829','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','invalid no','0','','','131','2017-10-28 10:25:54','0',226,'',0,'1'),(488,'1710AA0140','Pintu Prabhat','','28','8003498979','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:54','0',227,'',0,'1'),(489,'1710AA0141','Vipin ','','28','9873965232','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed for tomorrow evening at 7:30pm\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:25:54','0',228,'',0,'1'),(490,'1710AA0142','Shyam','','28','8697739655','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',229,'',0,'1'),(491,'1710AA0143','Anil singh ','','28','9956221307','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',230,'',0,'1'),(492,'1710AA0144','Shiva','','28','7768010254','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not connected','0','','','131','2017-10-28 10:25:54','0',231,'',0,'1'),(493,'1710AA0145','Dipankar das','','28','9781761078','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call back 31 Oct.   right nowbusy\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:25:54','0',232,'',0,'1'),(494,'1710AA0146','Surender','','28','9899390606','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back 6:30//not pic \r','0','','','131','2017-10-28 10:25:54','0',233,'',0,'1'),(495,'1710AA0147','Rakesh kumar ','','28','9838907478','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:54','0',234,'',0,'1'),(496,'1710AA0148','Pathak','','28','8882117773','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',235,'',0,'1'),(497,'1710AA0149','Jain ','','28','8980299840','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reach\r','0','','','131','2017-10-28 10:25:54','0',236,'',0,'1'),(498,'1710AA0150','Anand','','28','9811688195','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk,R2M ,budget 40 lac /floor 4 to 5 +AR\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:25:54','0',237,'',0,'1'),(499,'1710AA0151','Alok ','','28','9654551821','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',238,'',0,'1'),(500,'1710AA0152','Deepak','','28','7042380044','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:25:54','0',239,'',0,'1'),(501,'1710AA0153','Sudhir joshi','','28','9810584623','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',240,'',0,'1'),(502,'1710AA0154','Suraj Kumar Singh ','','28','9911788127','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:25:54','0',241,'',0,'1'),(503,'1710AA0155','Vipul goel','','28','9718197986','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','1st sale his own property','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:25:54','0',242,'',0,'1'),(504,'1710AA0156','Prashant sharma','','28','9810456338','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','This no not reachable now//call 3 to 4 time but not pic\r','0','','','131','2017-10-28 10:26:00','0',243,'',0,'1'),(505,'1710AA0157','Abhishek ','','28','9810456338','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reachable','0','','','131','2017-10-28 10:26:00','0',244,'',0,'1'),(506,'1710AA0158','Samar kumar','','28','9643322035','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','property sale in jan\r','0','25-01-2018 - 16:20 ,Thursday','','131','2017-10-28 10:26:00','0',245,'',0,'1'),(507,'1710AA0159','Sachin ','','28','7982745259','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted ','0','','','131','2017-10-28 10:26:00','0',246,'',0,'1'),(508,'1710AA0160','Neeraj joshi','','28','9873555040','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:00','0',247,'',0,'1'),(509,'1710AA0161','Manoj ','','28','9540434026','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',248,'',0,'1'),(510,'1710AA0162','Mahesh chandra','','28','7838676673','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer cut call in between discussion 1st time and in 2nd call he says Bhai Saab mujhe nahi Lena. //and in true caller it\'s shows peon in his name\r','0','','','131','2017-10-28 10:26:00','0',249,'',0,'1'),(511,'1710AA0163','Akash','','28','7000012034','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed tomorrow 2 pm//meeting done..prospect need 2..3 days to revert back\r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:26:00','0',250,'',0,'1'),(512,'1710AA0164','Ketanshu tyagi','','28','9899889600','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',251,'',0,'1'),(513,'1710AA0165','Shobhit','','28','9810732224','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no repeat','0','','','131','2017-10-28 10:26:00','0',252,'',0,'1'),(514,'1710AA0166','Jai joshi ','','28','9999967834','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call back 31 Oct.   right now client out of station\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:26:00','0',253,'',0,'1'),(515,'1710AA0167','Kamal khurana','','28','9911121722','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:26:00','0',254,'',0,'1'),(516,'1710AA0168','Mr Majumdar','','28','9864374466','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:00','0',255,'',0,'1'),(517,'1710AA0169','Prerna','','28','9818742102','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',256,'',0,'1'),(518,'1710AA0170','Archana','','28','9458944080','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',257,'',0,'1'),(519,'1710AA0171','Dheeraj ','','28','9810886675','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:00','0',258,'',0,'1'),(520,'1710AA0172','Rakesh Gupta','','28','7082411322','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back','0','28-10-2017 - 15:15 ,Saturday','','131','2017-10-28 10:26:00','0',259,'',0,'1'),(521,'1710AA0173','Sanjeev','','28','8340450497','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not pick','0','','','131','2017-10-28 10:26:00','0',260,'',0,'1'),(522,'1710AA0174','Hema','','28','9212315046','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','intersted in mahagun mywoods,budget 35 lac,','0','30-10-2017 - 13:45 ,Monday','','131','2017-10-28 10:26:00','0',261,'',0,'1'),(523,'1710AA0175','Ravi Grover','','28','8860079981','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back','0','29-10-2017 - 12:10 ,Sunday','','131','2017-10-28 10:26:00','0',262,'',0,'1'),(524,'1710AA0176','Rahul','','28','9582776170','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:00','0',263,'',0,'1'),(525,'1710AA0177','Bb kumar','','28','9910880034','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',264,'',0,'1'),(526,'1710AA0178','Vineet kumar','','28','9474954989','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Intersted in villa budget 35 lac,low budget','0','','','131','2017-10-28 10:26:00','0',265,'',0,'1'),(527,'1710AA0179','Shail kumari','','28','7275110225','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','intersted in villa ,followup','0','30-10-2017 - 14:15 ,Monday','','131','2017-10-28 10:26:00','0',266,'',0,'1'),(528,'1710AA0180','Rohit ','','28','9871437881','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',267,'',0,'1'),(529,'1710AA0181','Jatin','','28','8826368490','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',268,'',0,'1'),(530,'1710AA0182','Ayush','','28','7290905464','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',269,'',0,'1'),(531,'1710AA0183','Shah','','28','7529958366','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',270,'',0,'1'),(532,'1710AA0184','Suraj ','','28','9650220500','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 6 P.M','0','30-10-2017 - 18:20 ,Monday','','131','2017-10-28 10:26:00','0',271,'',0,'1'),(533,'1710AA0185','Shikha','','28','9971873630','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:00','0',272,'',0,'1'),(534,'1710AA0186','Ankit','','28','7827717527','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit confirm','0','28-10-2017 - 15:15 ,Saturday','','131','2017-10-28 10:26:07','0',273,'',0,'1'),(535,'1710AA0187','Sunil','','28','9718040157','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:26:07','0',274,'',0,'1'),(536,'1710AA0188','Rajat','','28','8527000120','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:07','0',275,'',0,'1'),(537,'1710AA0189','Sandeep mishra','','28','9717510630','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already booked','0','','','131','2017-10-28 10:26:07','0',276,'',0,'1'),(538,'1710AA0190','Ayush','','28','9561767201','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 3bhk, 10th floor, call in next week for visit-3 nov\r','0','03-11-2017 - 15:25 ,Friday','','131','2017-10-28 10:26:07','0',277,'',0,'1'),(539,'1710AA0191','Sandeep','','28','7678017666','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',278,'',0,'1'),(540,'1710AA0192','Manoj','','28','9990159409','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off,call back','0','','','131','2017-10-28 10:26:07','0',279,'',0,'1'),(541,'1710AA0193','Dinesh','','28','9555509721','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',280,'',0,'1'),(542,'1710AA0194','Nitesh Nagpal','','28','9650159777','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',281,'',0,'1'),(543,'1710AA0195','Aditya','','28','7000127608','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','29-10-2017 - 15:10 ,Sunday','','131','2017-10-28 10:26:07','0',282,'',0,'1'),(544,'1710AA0196','Tejinder','','28','7599485878','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',283,'',0,'1'),(545,'1710AA0197','Meera ','','28','9811466029','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',284,'',0,'1'),(546,'1710AA0198','Karan sharma','','28','7814438958','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already booked','0','','','131','2017-10-28 10:26:07','0',285,'',0,'1'),(547,'1710AA0199','Narendra singh','','28','9990512880','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back','0','','','131','2017-10-28 10:26:07','0',286,'',0,'1'),(548,'1710AA0200','Pandpgroup','','28','8076164027','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',287,'',0,'1'),(549,'1710AA0201','Deepak Tomar','','28','9818022127','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',288,'',0,'1'),(550,'1710AA0202','Ghosh ','','28','9873754401','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida,lead return','0','','','131','2017-10-28 10:26:07','0',289,'',0,'1'),(551,'1710AA0203','Junaid','','28','9871677078','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','28-10-2017 - 15:15 ,Saturday','','131','2017-10-28 10:26:07','0',290,'',0,'1'),(552,'1710AA0204','Ravi shankar ','','28','9582223731','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet today, looking 2bhk, bud-40lacs\r','0','28-10-2017 - 14:10 ,Saturday','','131','2017-10-28 10:26:07','0',291,'',0,'1'),(553,'1710AA0205','Rajan kataria','','28','8447037669','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on 28th oct,for visit','0','28-10-2017 - 17:30 ,Saturday','','131','2017-10-28 10:26:07','0',292,'',0,'1'),(554,'1710AA0206','Rajesh Singh','','28','9811666598','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:07','0',293,'',0,'1'),(555,'1710AA0207','Asheesh chaturvedi','','28','9999683963','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back','0','','','131','2017-10-28 10:26:07','0',294,'',0,'1'),(556,'1710AA0208','Nikhil kaul','','28','8197122444','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back','0','','','131','2017-10-28 10:26:07','0',295,'',0,'1'),(557,'1710AA0209','Vijay kumar sahu','','28','9572602506','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','mail sent divyansh, looking 2bhk, RTM. Follow up\r','0','28-10-2017 - 17:15 ,Saturday','','131','2017-10-28 10:26:07','0',296,'',0,'1'),(558,'1710AA0210','Akshaya','','28','9810305245','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','29-10-2017 - 14:10 ,Sunday','','131','2017-10-28 10:26:07','0',297,'',0,'1'),(559,'1710AA0211','','','28','8130495476','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','normal query','0','','','131','2017-10-28 10:26:07','0',298,'',0,'1'),(560,'1710AA0212','','','28','8448393177','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','normal query','0','','','131','2017-10-28 10:26:07','0',299,'',0,'1'),(561,'1710AA0213','','','28','9999087535','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','normal query','0','','','131','2017-10-28 10:26:07','0',300,'',0,'1'),(562,'1710AA0214','','','28','7973680627','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come in Sunday for visit\r','0','29-10-2017 - 15:15 ,Sunday','','131','2017-10-28 10:26:07','0',301,'',0,'1'),(563,'1710AA0215','','','28','8076353481','Noida','India','Fresh','Ad IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','normal query','0','','','131','2017-10-28 10:26:07','0',302,'',0,'1'),(564,'1710AA0216','Mansoor ali ','','28','9953642053','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not responding client, came this lead last month , lead return\r','0','','','131','2017-10-28 10:26:12','0',303,'',0,'1'),(565,'1710AA0217','Ratnesh','','28','8510075104','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect ph,call back','0','','','131','2017-10-28 10:26:12','0',304,'',0,'1'),(566,'1710AA0218','Anil','','28','9717721961','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2bhk, call on sat then will talk in detail\r','0','28-10-2017 - 17:30 ,Saturday','','131','2017-10-28 10:26:12','0',305,'',0,'1'),(567,'1710AA0219','Pankaj','','28','9811912507','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not available,lead return','0','','','131','2017-10-28 10:26:12','0',306,'',0,'1'),(568,'1710AA0220','Pankaj Kumar','','28','9690000805','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:12','0',307,'',0,'1'),(569,'1710AA0221','Ruchi','','28','9599595650','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:12','0',308,'',0,'1'),(570,'1710AA0222','Rp singh','','28','9415970455','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:12','0',309,'',0,'1'),(571,'1710AA0223','Pankaj Kumar','','28','7011788978','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:26:12','0',310,'',0,'1'),(572,'1710AA0224','Raj','','28','9560558270','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no','0','','','131','2017-10-28 10:26:12','0',311,'',0,'1'),(573,'1710AA0225','Umair','','28','9535780092','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-28 10:26:12','0',312,'',0,'1'),(574,'1710AA0226','Manoj','','28','9997489323','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','disconnect call','0','','','131','2017-10-28 10:26:12','0',313,'',0,'1'),(575,'1710AA0227','Vinod','','28','9015088864','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off','0','','','131','2017-10-28 10:26:12','0',314,'',0,'1'),(576,'1710AA0228','Pankaj','','28','9873112137','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-28 10:26:12','0',315,'',0,'1'),(577,'1710AA0229','Sanjay kumar','','28','9931468549','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','s off or not rechble call back\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:12','0',316,'',0,'1'),(578,'1710AA0230','Deepa patil','','28','9350392930','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested lead return\r','0','','','131','2017-10-28 10:26:12','0',317,'',0,'1'),(579,'1710AA0231','Brijesh','','28','9873380053','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','interested in exotica, 1340sqft, palm facing, lead return\r','0','','','131','2017-10-28 10:26:12','0',318,'',0,'1'),(580,'1710AA0232','Prince Vinay','','28','8802223272','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not rechble lead return\r','0','','','131','2017-10-28 10:26:12','0',319,'',0,'1'),(581,'1710AA0233','Harswaroop yadav','','28','9958323489','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site viist done in exotica, 1340sqft, follow up\r','0','02-11-2017 - 14:05 ,Thursday','','131','2017-10-28 10:26:12','0',320,'',0,'1'),(582,'1710AA0234','Iliyash','','28','8510078415','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up will plan in weekend for site visit\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:12','0',321,'',0,'1'),(583,'1710AA0235','Prashant','','28','8279841005','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida, 3bhk, 70lacs RTM. Lead return\r','0','','','131','2017-10-28 10:26:12','0',322,'',0,'1'),(584,'1710AA0236','Ishant','','28','8588901283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida, 3bhk, 70lacs RTM in Dasnac-75, JM aroma. Lead return\r','0','','','131','2017-10-28 10:26:12','0',323,'',0,'1'),(585,'1710AA0237','Akash','','28','8588093754','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not picking call lead return\r','0','','','131','2017-10-28 10:26:12','0',324,'',0,'1'),(586,'1710AA0238','Abhishek','','28','8372834527','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up will visit after 9 nov\r','0','09-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:12','0',325,'',0,'1'),(587,'1710AA0239','Sumit nagar','','28','7678191953','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker lead return\r','0','','','131','2017-10-28 10:26:12','0',326,'',0,'1'),(588,'1710AA0240','Anirudh','','28','7838165995','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after diwali','0','30-10-2017 - 15:20 ,Monday','','131','2017-10-28 10:26:12','0',327,'',0,'1'),(589,'1710AA0241','Rajesh shah','','28','9717467711','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2 or 3bhk in 35-40lacs, suggest ambar-1150sqft and exotica 920sqft, call after diwali then will plan for visit\r','0','29-10-2017 - 15:15 ,Sunday','','131','2017-10-28 10:26:12','0',328,'',0,'1'),(590,'1710AA0242','Vikas vij','','28','9899985114','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not responding on call, lead return\r','0','','','131','2017-10-28 10:26:12','0',329,'',0,'1'),(591,'1710AA0243','Parkhi bind ','','28','9717436898','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Out of station so call on 1st week of Nov 17\r','0','06-11-2017 - 15:10 ,Monday','','131','2017-10-28 10:26:12','0',330,'',0,'1'),(592,'1710AA0244','Vikas garg ','','28','9560308768','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Looking for RTM in 20 lacs commercial, Not qualified\r','0','','','131','2017-10-28 10:26:12','0',331,'',0,'1'),(593,'1710AA0245','Aks','','28','8285048777','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by Meera\r','0','31-10-2017 - 14:10 ,Tuesday','','131','2017-10-28 10:26:12','0',332,'',0,'1'),(594,'1710AA0246','Subhash kr verma','','28','9891426999','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased','0','','','131','2017-10-28 10:26:17','0',333,'',0,'1'),(595,'1710AA0247','Ambrish','','28','9828549429','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased','0','','','131','2017-10-28 10:26:17','0',334,'',0,'1'),(596,'1710AA0248','Meenakshi ','','28','9756590191','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by Meera\r','0','31-10-2017 - 14:15 ,Tuesday','','131','2017-10-28 10:26:17','0',335,'',0,'1'),(597,'1710AA0249','Gaurav','','28','9958303937','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-10-28 10:26:17','0',336,'',0,'1'),(598,'1710AA0250','Mukesh','','28','8377956112','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not qualified lead as he doesn\'t have req loan documents.\r','0','','','131','2017-10-28 10:26:17','0',337,'',0,'1'),(599,'1710AA0251','Om pandey ','','28','9810704739','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not eligible for AR as we don’t have low budget property\r','0','','','131','2017-10-28 10:26:17','0',338,'',0,'1'),(600,'1710AA0252','Veer kumar','','28','9582989520','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by Meera\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:26:17','0',339,'',0,'1'),(601,'1710AA0253','Bhupender','','28','9877321262','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reachable','0','','','131','2017-10-28 10:26:17','0',340,'',0,'1'),(602,'1710AA0254','Surendra','','28','9811773110','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by VVS\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:26:17','0',341,'',0,'1'),(603,'1710AA0255','Parul ','','28','7042383098','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by VVS\r','0','31-10-2017 - 14:15 ,Tuesday','','131','2017-10-28 10:26:17','0',342,'',0,'1'),(604,'1710AA0256','Ashu','','28','7770986309','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Under follow up by VVS\r','0','31-10-2017 - 15:15 ,Tuesday','','131','2017-10-28 10:26:17','0',343,'',0,'1'),(605,'1710AA0257','Global real estate','','28','9540786668','Noida','India','Fresh','Olx commercial','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker','0','','','131','2017-10-28 10:26:17','0',344,'',0,'1'),(606,'1710AA0258','Shrawan Kumar ','','28','9810301252','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done by Sahil, update us in 2-3 days\r','0','31-10-2017 - 14:15 ,Tuesday','','131','2017-10-28 10:26:17','0',345,'',0,'1'),(607,'1710AA0259','Ravinder kumar ','','28','9868330659','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done, He wants the mail so return, Works in jamia university in Chamber of Law\r','0','','','131','2017-10-28 10:26:17','0',346,'',0,'1'),(608,'1710AA0260',' Krishna','','28','9088008552','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Busy\r','0','','','131','2017-10-28 10:26:17','0',347,'',0,'1'),(609,'1710AA0261','Deepika','','28','9899068904','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',348,'',0,'1'),(610,'1710AA0262','Durgesh kr','','28','7836099366','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-28 10:26:17','0',349,'',0,'1'),(611,'1710AA0263','Ravinder','','28','9536000013','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-28 10:26:17','0',350,'',0,'1'),(612,'1710AA0264','Maroof','','28','9911307904','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',351,'',0,'1'),(613,'1710AA0265','Padma','','28','9711807051','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',352,'',0,'1'),(614,'1710AA0266','Kavita','','28','9310004640','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-28 10:26:17','0',353,'',0,'1'),(615,'1710AA0267','Sunil','','28','9899345407','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',354,'',0,'1'),(616,'1710AA0268','Ajeet','','28','9958562249','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',355,'',0,'1'),(617,'1710AA0269','Faquir','','28','8901035432','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',356,'',0,'1'),(618,'1710AA0270','Sanket','','28','9643924780','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not intersted','0','','','131','2017-10-28 10:26:17','0',357,'',0,'1'),(619,'1710AA0271','Rakesh','','28','7503543445','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',358,'',0,'1'),(620,'1710AA0272','Amit','','28','9911985045','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-28 10:26:17','0',359,'',0,'1'),(621,'1710AA0273','Prince','','28','9978999842','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking 2bhk in indrapuram lead return\r','0','','','131','2017-10-28 10:26:17','0',360,'',0,'1'),(622,'1710AA0274','Vivek tiwari','','28','8595235819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, Followup going on \r','0','02-11-2017 - 15:10 ,Thursday','','131','2017-10-28 10:26:17','0',361,'',0,'1'),(623,'1710AA0275','Pankaj Malik ','','28','9717215544','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return, Customer Refused to Meet\r','0','','','131','2017-10-28 10:26:17','0',362,'',0,'1'),(624,'1710AA0276','Nitin soni','','28','9654026251','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Followup going on \r','0','03-11-2017 - 15:10 ,Friday','','131','2017-10-28 10:26:22','0',363,'',0,'1'),(625,'1710AA0277','Abhishek singh','','28','9971641703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, Followup going on \r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:22','0',364,'',0,'1'),(626,'1710AA0278','Devinder Kumar ','','28','9990951553','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, Followup going on \r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:22','0',365,'',0,'1'),(627,'1710AA0279','B s ganapathy','','28','9999105134','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already knows all the scheme, just to check whether the scheme still going on in the market or any changes from past.\r','0','','','131','2017-10-28 10:26:22','0',366,'',0,'1'),(628,'1710AA0280','Piyush trikha ','','28','9910271548','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, File Picked\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:22','0',367,'',0,'1'),(629,'1710AA0281','Pranav Gupta ','','28','9582584444','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:22','0',368,'',0,'1'),(630,'1710AA0282','Navneet singh','','28','9871923888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:22','0',369,'',0,'1'),(631,'1710AA0283','Anuj Singhal','','28','9582508855','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return, Customer moved to Bangalore\r','0','','','131','2017-10-28 10:26:22','0',370,'',0,'1'),(632,'1710AA0284','Arun Kumar ','','28','9711999043','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return, Customer refused over phone\r','0','','','131','2017-10-28 10:26:22','0',371,'',0,'1'),(633,'1710AA0285','Mayank kumar','','28','8860727714','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-28 10:26:22','0',372,'',0,'1'),(634,'1710AA0286','Pratush','','28','9818582237','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he will call later for discuss over property, number not reachable_\r','0','02-11-2017 - 13:10 ,Thursday','','131','2017-10-28 10:26:22','0',373,'',0,'1'),(635,'1710AA0287','Naveen ','','28','8447553053','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out town on Saturday and Sunday, asked to call on Monday for visit schedule and property discussion\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:22','0',374,'',0,'1'),(636,'1710AA0288','Mayank garg ','','28','8802183221','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','searching two bhk in sector 44 new launch project 6 storey, residing in sarita vihar, brother working in phase 2, samsung, discussed expressway, will arrange call back from his brother_25-10-2017\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:22','0',375,'',0,'1'),(637,'1710AA0289','Sangeeta','','28','9811389847','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is intretsed for  ace city 1300 sqft, resale \r','0','','','131','2017-10-28 10:26:22','0',376,'',0,'1'),(638,'1710AA0290','Devanshu kher','','28','9711129787','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-28 10:26:22','0',377,'',0,'1'),(639,'1710AA0291','Partap singh References ','','28','8802147233','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-28 10:26:22','0',378,'',0,'1'),(640,'1710AA0292','Amit ','Demo','30','9911985045','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-10-30 10:54:17','0',379,'',0,'1'),(641,'1710AA0293','Chetan ','Demo','30','9811354567','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',380,'',0,'1'),(642,'1710AA0294','Atul ','Demo','30','9711800294','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',381,'',0,'1'),(643,'1710AA0295','Vishal ','Demo','30','8860617798','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',382,'',0,'1'),(644,'1710AA0296','Ghanshyam ','Demo','30','9760686978','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',383,'',0,'1'),(645,'1710AA0297','Shyam ','Demo','30','9968996111','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',384,'',0,'1'),(646,'1710AA0298','Anil ','Demo','30','9868071820','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',385,'',0,'1'),(647,'1710AA0299','Chandar ','Demo','30','9873945242','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',386,'',0,'1'),(648,'1710AA0300','Pankaj ','Demo','30','8802444421','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',387,'',0,'1'),(649,'1710AA0301','Ravindra ','Demo','30','9868634991','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',388,'',0,'1'),(650,'1710AA0302','Manish kumar','Demo','30','8285260800','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',389,'',0,'1'),(651,'1710AA0303','Amit','Demo','30','9711985157','Noida','India','Fresh','','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call not Received\r','0','','','131','2017-10-30 10:54:17','0',390,'',0,'1'),(652,'1710AA0304','Ghosh','Demo','30','9873754401','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida. Lead return\r','0','','','131','2017-10-30 10:54:17','0',391,'',0,'1'),(653,'1710AA0305','Arun kr ','Demo','30','8860005726','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not pick','0','','','131','2017-10-30 10:54:17','0',392,'',0,'1'),(654,'1710AA0306','Niteesh','Demo','30','9999514347','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:17','0',393,'',0,'1'),(655,'1710AA0307','Pooran prakash','Demo','30','9810274269','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','no respone// call not picked( 12-oct)\r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-30 10:54:17','0',394,'',0,'1'),(656,'1710AA0308','Mohd kashif siddiqui ','Demo','30','9910322185','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done, please give me some time , discuss with family mambers.\r','0','15-11-2017 - 13:00 ,Wednesday','','131','2017-10-30 10:54:17','0',395,'',0,'1'),(657,'1710AA0309','Juhi pandey ','Demo','30','9899252538','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk ready to move, budget 40 lac, he is intretsed for panchsheel green , and nirala estate . Below 7th floor( 1-nov)\r','0','01-11-2017 - 13:05 ,Wednesday','','131','2017-10-30 10:54:17','0',396,'',0,'1'),(658,'1710AA0310','Deepak kansal ','Demo','30','9599742074','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy now please call me only Saturday and Sunday , meet me( 1-nov)\r','0','01-11-2017 - 13:05 ,Wednesday','','131','2017-10-30 10:54:17','0',397,'',0,'1'),(659,'1710AA0311','Vijay sharma ','Demo','30','8171747163','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no switch off\r','0','','','131','2017-10-30 10:54:17','0',398,'',0,'1'),(660,'1710AA0312','','Demo','30','1145525198','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no\r','0','','','131','2017-10-30 10:54:17','0',399,'',0,'1'),(661,'1710AA0313','Rajinder Raina ','Demo','30','9796482955','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy now, please call me Friday ( 1-nov)\r','0','01-11-2017 - 14:10 ,Wednesday','','131','2017-10-30 10:54:17','0',400,'',0,'1'),(662,'1710AA0314','Braj Bhushan ','Demo','30','9958163979','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not picked// call note picked( 26-oct)// he is coming site visit Sunday ( 1-nov)\r','0','01-11-2017 - 16:20 ,Wednesday','','131','2017-10-30 10:54:17','0',401,'',0,'1'),(663,'1710AA0315','mukesh ','Demo','30','8527890797','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done, he is not intrested for this plan, \r','0','','','131','2017-10-30 10:54:17','0',402,'',0,'1'),(664,'1710AA0316','Adarsh kumar','Demo','30','9811156934','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong no\r','0','','','131','2017-10-30 10:54:17','0',403,'',0,'1'),(665,'1710AA0317','Sanjeev Goel ','Demo','30','9837983635','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','tomm call me after 4.30 pm ( 1-nov)\r','0','','','131','2017-10-30 10:54:17','0',404,'',0,'1'),(666,'1710AA0318','Lovi','Demo','30','8171452097','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no switch off\r','0','','','131','2017-10-30 10:54:17','0',405,'',0,'1'),(667,'1710AA0319','Rohan Rathla ','Demo','30','9650398567','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He wants ready to move property in noida budget 50_60 lacs and also for AR  also visit property on 10th nov//next visit 18t nov \r','0','18-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:17','0',406,'',0,'1'),(668,'1710AA0320','Neeraj','Demo','30','9650759595','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested\r','0','','','131','2017-10-30 10:54:17','0',407,'',0,'1'),(669,'1710AA0321','Tarun upadhyay ','Demo','30','9899985275','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','We are meeting with client on Wednesday at 11am//not done //meeting resudul by client at gurgaon 4th nov \r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:17','0',408,'',0,'1'),(670,'1710AA0322','Kumar gaurav','Demo','30','8587831998','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not connect ,will try after some time  //call 8th oct //plan drop \r','0','','','131','2017-10-30 10:54:23','0',409,'',0,'1'),(671,'1710AA0323','K nath ','Demo','30','9920017245','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 30 m ,,call not pic //want property in noida 2bhk ,1st mail.all project,then visit  \r','0','30-11-2017 - 13:10 ,Thursday','','131','2017-10-30 10:54:23','0',410,'',0,'1'),(672,'1710AA0324','Sunil malhotra ','Demo','30','9811849917','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back 6pm,call back in morng 10 to 11 am//call not pic \r','0','15-11-2017 - 14:10 ,Wednesday','','131','2017-10-30 10:54:23','0',411,'',0,'1'),(673,'1710AA0325','Ashish ','Demo','30','9967321600','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','clt  now out of stations coming 11th Nov for site interested in Divyansh\r','0','11-11-2017 - 14:00 ,Saturday','','131','2017-10-30 10:54:23','0',412,'',0,'1'),(674,'1710AA0326','Pramod ','Demo','30','9718494791','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-10-30 10:54:23','0',413,'',0,'1'),(675,'1710AA0327','Sp singh ','Demo','30','9924583856','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic//call not pic \r','0','','','131','2017-10-30 10:54:23','0',414,'',0,'1'),(676,'1710AA0328','Abhiraj ','Demo','30','9205076249','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','now he is busy call in evng //not pic call \r','0','','','131','2017-10-30 10:54:23','0',415,'',0,'1'),(677,'1710AA0329','Harish sharma','Demo','30','9873409050','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on Monday 6th nov \r','0','06-11-2017 - 14:10 ,Monday','','131','2017-10-30 10:54:23','0',416,'',0,'1'),(678,'1710AA0330','Vivek Gupta ','Demo','30','9711328264','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back//mantra 845sqft 9th floor ,followus \r','0','02-11-2017 - 13:30 ,Thursday','','131','2017-10-30 10:54:23','0',417,'',0,'1'),(679,'1710AA0331','Rohit ','Demo','30','8860876541','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off//cut the ph again again \r','0','','','131','2017-10-30 10:54:23','0',418,'',0,'1'),(680,'1710AA0332','Anurag ','Demo','30','9999990588','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //1375sqft in arden right now he is busy call in evn ,want unit on 4th or 5th floor //not pic ph \r','0','02-11-2017 - 13:10 ,Thursday','','131','2017-10-30 10:54:23','0',419,'',0,'1'),(681,'1710AA0333','Ak kulshrestha','Demo','30','9411202587','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested now post pond plan \r','0','','','131','2017-10-30 10:54:23','0',420,'',0,'1'),(682,'1710AA0334','Jatin ','Demo','30','9540324832','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic\r','0','','','131','2017-10-30 10:54:23','0',421,'',0,'1'),(683,'1710AA0335','Ashish saxena','Demo','30','9717508748','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Customer says call me morning//call but not pic \r','0','','','131','2017-10-30 10:54:23','0',422,'',0,'1'),(684,'1710AA0336','himanshu','Demo','30','8527117888','Noida','India','Fresh','','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done wants 3 bhk 1370 in my woods in resale\r','0','16-11-2017 - 14:05 ,Thursday','','131','2017-10-30 10:54:23','0',423,'',0,'1'),(685,'1710AA0337','Manoj Kumar','Demo','30','9873422907','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','hone not pick. Once talk I update again.\r','0','','','131','2017-10-30 10:54:23','0',424,'',0,'1'),(686,'1710AA0338','Jl das ','Demo','30','9415469192','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Bud 40 L want 2 bhk near city center also interested in builders floor.\r','0','15-11-2017 - 14:10 ,Wednesday','','131','2017-10-30 10:54:23','0',425,'',0,'1'),(687,'1710AA0339','Nitesh ','Demo','30','8130704351','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //call back 4pm//call not pic//want property in investement point of view so I pitched Amber and divyansh ,mahagun ,we ll let me know ..when he came for visit\r','0','16-11-2017 - 16:00 ,Thursday','','131','2017-10-30 10:54:23','0',426,'',0,'1'),(688,'1710AA0340','Sukh dayal ','Demo','30','9654483795','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic\r','0','','','131','2017-10-30 10:54:23','0',427,'',0,'1'),(689,'1710AA0341','Gajendra ','Demo','30','7011974982','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lone department ,give the reference \r','0','','','131','2017-10-30 10:54:23','0',428,'',0,'1'),(690,'1710AA0342','Takhi ','Demo','30','9827932060','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','come on next weak for gaur city//return // looking expressway \r','0','','','131','2017-10-30 10:54:23','0',429,'',0,'1'),(691,'1710AA0343','Sukesh chaudhary ','Demo','30','8826633398','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not conneted //call back ,not pic //not pic \r','0','','','131','2017-10-30 10:54:23','0',430,'',0,'1'),(692,'1710AA0344','Rajeev yadav','Demo','30','9891471710','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not to give proper response \r','0','','','131','2017-10-30 10:54:23','0',431,'',0,'1'),(693,'1710AA0345','Sandy','Demo','30','8743905891','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:23','0',432,'',0,'1'),(694,'1710AA0346','Nishith garg','Demo','30','9958799079','Noida','India','Fresh','Magic bricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick','0','','','131','2017-10-30 10:54:23','0',433,'',0,'1'),(695,'1710AA0347','Aditya Galotra','Demo','30','8588891723','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','s.off//want 2bhk ready to move floor any ,followup \r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:23','0',434,'',0,'1'),(696,'1710AA0348','Abhijeet ','Demo','30','8800283334','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','calll not pic \r','0','','','131','2017-10-30 10:54:23','0',435,'',0,'1'),(697,'1710AA0349','Arvind ','Demo','30','9971514849','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested lead return\r','0','','','131','2017-10-30 10:54:23','0',436,'',0,'1'),(698,'1710AA0350','Sumantu Sohail','Demo','30','9958100143','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up, out of city will meet once come\r','0','05-11-2017 - 14:10 ,Sunday','','131','2017-10-30 10:54:23','0',437,'',0,'1'),(699,'1710AA0351','Kalpana','Demo','30','9728276449','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','she is in rohtak, haryana.not possible for visit. Lead return\r','0','','','131','2017-10-30 10:54:23','0',438,'',0,'1'),(700,'1710AA0352','Mr Gupta ','Demo','30','9716640963','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-10-30 10:54:28','0',439,'',0,'1'),(701,'1710AA0353','Ayuesh','Demo','30','9557236699','Noida','India','Fresh','Arihant','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut busy \r','0','','','131','2017-10-30 10:54:28','0',440,'',0,'1'),(702,'1710AA0354','Syed nadir','Demo','30','9310944411','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-10-30 10:54:28','0',441,'',0,'1'),(703,'1710AA0355','Aditya Gautam','Demo','30','9891900393','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','2bhk+study, RTM, 50-55lacs, looking in central noida lead return\r','0','','','131','2017-10-30 10:54:28','0',442,'',0,'1'),(704,'1710AA0356','Rishi Jain ','Demo','30','9582200846','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','2bhk+study, RTM, 50-55lacs, looking in central noida lead return\r','0','','','131','2017-10-30 10:54:28','0',443,'',0,'1'),(705,'1710AA0357','Amit kumar','Demo','30','9910163999','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','interested only in Ace city. Lead return\r','0','','','131','2017-10-30 10:54:28','0',444,'',0,'1'),(706,'1710AA0358','Arvind ','Demo','30','9811332102','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','interested only in ace city, 1325sqft in 47lacs. Lead return\r','0','','','131','2017-10-30 10:54:28','0',445,'',0,'1'),(707,'1710AA0359','Gautam ','Demo','30','9953107959','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','services of this number suspended\r','0','','','131','2017-10-30 10:54:28','0',446,'',0,'1'),(708,'1710AA0360','Sanjeev jain ','Demo','30','9837474500','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','will call me back \r','0','','','131','2017-10-30 10:54:28','0',447,'',0,'1'),(709,'1710AA0361','Sumit','Demo','30','9818552761','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','waiting call back\r','0','','','131','2017-10-30 10:54:28','0',448,'',0,'1'),(710,'1710AA0362','Hemant Suri ','Demo','30','9953079983','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done in our office. Call back on 3 nov follow up\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-30 10:54:28','0',449,'',0,'1'),(711,'1710AA0363','Shobhit kumar ','Demo','30','9540426862','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:28','0',450,'',0,'1'),(712,'1710AA0364','Sonam ','Demo','30','9717477887','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:28','0',451,'',0,'1'),(713,'1710AA0365','Pradyumna singh ','Demo','30','9891663778','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','0','04-11-2017 - 15:15 ,Saturday','','131','2017-10-30 10:54:28','0',452,'',0,'1'),(714,'1710AA0366','','Demo','30','1401870887','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','invalid number lead return\r','0','','','131','2017-10-30 10:54:28','0',453,'',0,'1'),(715,'1710AA0367','Sahil ','Demo','30','7860991405','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not picking continuously. Lead return\r','0','','','131','2017-10-30 10:54:28','0',454,'',0,'1'),(716,'1710AA0368','Raj Kumar ','Demo','30','7004227545','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','0','05-11-2017 - 15:15 ,Sunday','','131','2017-10-30 10:54:28','0',455,'',0,'1'),(717,'1710AA0369','Chetna sharma ','Demo','30','9654729933','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not picking continuously. Lead return\r','0','','','131','2017-10-30 10:54:28','0',456,'',0,'1'),(718,'1710AA0370','Arun Kumar Singh ','Demo','30','9718699242','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet today,\r','0','02-11-2017 - 13:05 ,Thursday','','131','2017-10-30 10:54:28','0',457,'',0,'1'),(719,'1710AA0371',' Rahul ratnamber','Demo','30','9693697890','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan postponed lead return\r','0','','','131','2017-10-30 10:54:28','0',458,'',0,'1'),(720,'1710AA0372','Ankur sharma ','Demo','30','9911880001','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:28','0',459,'',0,'1'),(721,'1710AA0373','Manoj dhiman ','Demo','30','9581173420','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:28','0',460,'',0,'1'),(722,'1710AA0374',' Aryan Chaudhry','Demo','30','9953277875','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:28','0',461,'',0,'1'),(723,'1710AA0375','shank ','Demo','30','9500123454','Noida','India','Fresh','OLX','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:28','0',462,'',0,'1'),(724,'1710AA0376','Manoj','Demo','30','9560977799','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','05-11-2017 - 14:10 ,Sunday','','131','2017-10-30 10:54:28','0',463,'',0,'1'),(725,'1710AA0377',' Ajay singh','Demo','30','9958366088','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Schedule Today\r','0','03-11-2017 - 14:10 ,Friday','','131','2017-10-30 10:54:28','0',464,'',0,'1'),(726,'1710AA0378','Ankur','Demo','30','9818352440','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:28','0',465,'',0,'1'),(727,'1710AA0379',' Shrey Singh pathania ','Demo','30','9990393739','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, Followup going on \r','0','02-11-2017 - 14:10 ,Thursday','','131','2017-10-30 10:54:28','0',466,'',0,'1'),(728,'1710AA0380','Karan khosla','Demo','30','9711178805','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Schedule 04.11\r','0','04-11-2017 - 14:10 ,Saturday','','131','2017-10-30 10:54:28','0',467,'',0,'1'),(729,'1710AA0381','Nagendra Pratap Singh','Demo','30','8800103378','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Pending, Follwup going on\r','0','04-11-2017 - 15:15 ,Saturday','','131','2017-10-30 10:54:28','0',468,'',0,'1'),(730,'1710AA0382','Khushnuma praveen','Demo','30','8587921760','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he want 1 bhk sikka karmic \r','0','','','131','2017-10-30 10:54:32','0',469,'',0,'1'),(731,'1710AA0383','Harsh Sahi','Demo','30','8750365555','Noida','India','Fresh','Times Emailers','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','0','','','131','2017-10-30 10:54:32','0',470,'',0,'1'),(877,'1711AA0424','Anil Bhati','Demo','9311405093','9311405093','Greater Noida','India','Demo','Google','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',616,'',0,'1'),(878,'1711AA0425','Upendra','Demo','9910310868','9910310868','Ghaziabad','India','Demo','google','Demo','Demo','Demo','website ','Shrawan','Demo','website ','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',617,'',0,'1'),(879,'1711AA0426','Harpreet Singh','askmehomes.com','9891228881','9891228881','Delhi','India','Demo','Google','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',618,'',0,'1'),(880,'1711AA0427','Rahul Pal','discountidea.com','8527710159','8527710159','Demo','India','Demo','Google','Demo','Demo','Demo','On Page Seo','Shrawan','Demo','On Page Seo','Demo','Demo','Demo','Demo','Demo','rahulpal7623@yahoo.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',619,'',0,'1'),(881,'1711AA0428','Dinesh','Demo','9953600008','9953600008','Greater Noida','India','Demo','Refrence','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',620,'',0,'1'),(882,'1711AA0429','Manoj Pareek','Demo','9911961183','9911961183','Delhi','India','Demo','Google','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','trippleruniforms@gmail.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',621,'',0,'1'),(883,'1711AA0430','Vishal   ','angelhomz@gmail.com','9911641196','9911641196','noida sector 63','India','Demo','Other','Demo','Demo','Demo','Demo','Shrawan','Demo','Demo','Demo','Demo','Demo','Demo','Demo','http://angelhomz.com/','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',622,'',0,'1'),(884,'1711AA0431','Somuya','Demo','9811318051','9811318051','Gurgaon','India','Demo','Other','Demo','Demo','Demo','E-commerce','Shrawan','Demo','E-commerce','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',623,'',0,'1'),(885,'1711AA0432','Rohit batra','Demo','9899708388','9899708388','Noida','India','Demo','Google','Demo','Demo','Demo','Online Campaign','Shrawan','Demo','Online Campaign','Demo','Demo','Demo','Demo','Demo','http://www.bigbucksindia.com/','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',624,'',0,'1'),(886,'1711AA0433','Saurabh','Demo','9999711665','9999711665','Noida','India','Demo','Google','Demo','Demo','Demo','online promotion','Shrawan','Demo','online promotion','Demo','Demo','Demo','Demo','Demo','http://realestatefactory.co.in','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',625,'',0,'1'),(887,'1711AA0434','Abhishek  ','Demo','9717730080','9717730080','Delhi','India','Demo','facebook','Demo','Demo','Demo','Website','Shrawan','Demo','Website','Demo','Demo','Demo','Demo','Demo','http://www.arinterio.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',626,'',0,'1'),(888,'1711AA0435','Manoj','Demo','9540424321','9540424321','Demo','India','Demo','Other','Demo','Demo','Demo','Demo','Shrawan','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',627,'',0,'1'),(889,'1711AA0436','Ankush Kumar','Demo','9868025252','9868025252','Noida','India','Demo','Other','Demo','Demo','Demo','SMS','Shrawan','Demo','SMS','Demo','Demo','Demo','Demo','Demo','salepurchasenoida.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',628,'',0,'1'),(890,'1711AA0437','Rahul Verma','songbird.travels@gmail.com','8588877347','8588877347','Rohini','India','Demo','Whois','Demo','Demo','Demo','Website','Shrawan','Demo','Website','Demo','Demo','Demo','Demo','Demo','songbirdtravels.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',629,'',0,'1'),(891,'1711AA0438','Akansha','Demo','9871574746','9871574746','delhi','India','Demo','google','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','Demo','ethnicdivas.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',630,'',0,'1'),(892,'1711AA0439','Rajesh kumar','approphomes@gmail.com','7678666328','7678666328','Ghaziabad','India','Demo','whois','Demo','Demo','Demo','lead generation','Shrawan','Demo','lead generation','Demo','Demo','Demo','Demo','Demo','ahplgroup.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',631,'',0,'1'),(893,'1711AA0440','Vikram Jethwani','vikram.jethwani@gmail.com','9911783766','9911783766','Noida','India','Demo','whois','Demo','Demo','Demo','blogging website','Shrawan','Demo','blogging website','Demo','Demo','Demo','Demo','Demo','healthyhithappy.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',632,'',0,'1'),(894,'1711AA0441','ASHISH GUPTA','ashish.671992@gmail.com','9654366897','9654366897','greater noida','India','Demo','whois','Demo','Demo','Demo','online test','Shrawan','Demo','online test','Demo','Demo','Demo','Demo','Demo','differentialacademy.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',633,'',0,'1'),(895,'1711AA0442','Manish Mago','guru.with.knowledge@gmail.com','8130929480','8130929480','Indirapuram,Gzb','India','Demo','Whois','Demo','Demo','Demo','E-comerce','Shrawan','Demo','E-comerce','Demo','Demo','Demo','Demo','Demo','selloldbicycle.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',634,'',0,'1'),(896,'1711AA0443','Krishna Umrao','krishnaumrao786@gmail.com','8860193903','8860193903','Ghaziabad','India','Demo','whois','Demo','Demo','Demo','E-commerce Website','Shrawan','Demo','E-commerce Website','Demo','Demo','Demo','Demo','Demo','sabjimandi.store','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',635,'',0,'1'),(897,'1711AA0444','Sahil khan','sahilflowerdecoration@gmail.com','9911412641','9911412641','ghaziabad','India','Demo','Whois','Demo','Demo','Demo','Demo','Shrawan','Demo','Demo','Demo','Demo','Demo','Demo','Demo','weddingflowerdecoration.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',636,'',0,'1'),(898,'1711AA0445','Vipin Kumar','Demo','8510995588','8510995588','Noida','India','Demo','Facebook','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','NOIDA Sofa House','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',637,'',0,'1'),(899,'1711AA0446','kamal gaur','kamal@k2gservices.com','8800130661','8800130661','Noida','India','Demo','Facebook','Demo','Demo','Demo','website','Shrawan','Demo','website','Demo','Demo','Demo','Demo','Demo','makemyceiling.com','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',638,'',0,'1'),(900,'1711AA0447','Nadmeen','Demo','9560234439','9560234439','Noida','India','Demo','Facebook','Demo','Demo','Demo','need to discuss','Shrawan','Demo','need to discuss','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',639,'',0,'1'),(901,'1711AA0448','Sumit','Demo','7738336596','7738336596','Delhi','India','Demo','Refrence','Demo','Demo','Demo','need to discuss','Shrawan','Demo','need to discuss','Demo','Demo','Demo','Demo','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-04 10:45:20','0',640,'',0,'1'),(1324,'1711AA0449','Kshama agarwal','Demo','3','9873185912','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',1,'',0,'1'),(1325,'1711AA0450','Kapil Sirohi','Demo','3','9811810088','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',2,'',0,'1'),(1326,'1711AA0451','Pavneet','Demo','3','9654048220','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',3,'',0,'1'),(1327,'1711AA0452','Ravi Prakash ','Demo','3','9910026993','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',4,'',0,'1'),(1328,'1711AA0453',' Abhay kumar kashyap','Demo','3','9818300630','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',5,'',0,'1'),(1329,'1711AA0454','Manvendra','Demo','3','9423003796','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',6,'',0,'1'),(1330,'1711AA0455',' Chetan','Demo','3','9910067041','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',7,'',0,'1'),(1331,'1711AA0456','Joshi','Demo','3','9311165552','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:19','0',8,'',0,'1'),(1332,'1711AA0457','Preeti ','Demo','3','9268829357','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-11-06 06:11:19','0',9,'',0,'1'),(1333,'1711AA0458','Charu','Demo','3','8527078883','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back //not pic \r','0','','','131','2017-11-06 06:11:19','0',10,'',0,'1'),(1334,'1711AA0459','Abhishek','Demo','3','8447753661','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk/3bhk ,possion 2018-2019 floor middle budget 40 to 50 near gaur city mahagun sec 62 \r','','16-11-2017 - 13:00 ,Thursday','','131','2017-11-06 06:11:19','0',11,'',0,'1'),(1335,'1711AA0460','Somendra','Demo','3','9711393992','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back Sunday 5th nov //call nit pic \r','','05-11-2017 - 14:10 ,Sunday','','131','2017-11-06 06:11:19','0',12,'',0,'1'),(1336,'1711AA0461','Amit Agarwal ','Demo','3','9818781233','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','content other broker \r','0','','','131','2017-11-06 06:11:19','0',13,'',0,'1'),(1337,'1711AA0462','Varun','Demo','3','9796020002','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call \r','0','','','131','2017-11-06 06:11:19','0',14,'',0,'1'),(1338,'1711AA0463','Swati','Demo','3','7369022274','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-06 06:11:19','0',15,'',0,'1'),(1339,'1711AA0464','Divita','Demo','3','9560362666','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not pic // not interested \r','0','','','131','2017-11-06 06:11:19','0',16,'',0,'1'),(1340,'1711AA0465','Harpreet','Demo','3','9717232229','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back 1pm //call but not pic \r','0','','','131','2017-11-06 06:11:19','0',17,'',0,'1'),(1341,'1711AA0466','Sk jain','Demo','3','9811116736','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-11-06 06:11:19','0',18,'',0,'1'),(1342,'1711AA0467','Charu gupta','Demo','3','9868020480','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 3bhk ,floor 5 to 7 supertech eco village 1 \r','','09-11-2017 - 14:00 ,Thursday','','131','2017-11-06 06:11:19','0',19,'',0,'1'),(1343,'1711AA0468','Ravi Prakash ','Demo','3','9910026993','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','ph not pic \r','0','','','131','2017-11-06 06:11:19','0',20,'',0,'1'),(1344,'1711AA0469','Thakur vivek ','Demo','3','7835868619','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is coming Friday for visit//not to done bec he is busy \r','','11-11-2017 - 13:00 ,Saturday','','131','2017-11-06 06:11:19','0',21,'',0,'1'),(1345,'1711AA0470','Yogesh Rathi ','Demo','3','9990611010','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic//call not pic \r','0','','','131','2017-11-06 06:11:19','0',22,'',0,'1'),(1346,'1711AA0471','Nisha Chaturvedi','Demo','3','9953226067','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic//call not pic \r','0','','','131','2017-11-06 06:11:19','0',23,'',0,'1'),(1347,'1711AA0472','Praveen','Demo','3','8126852900','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking in Gaur city 3bhk in resale\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-06 06:11:19','0',24,'',0,'1'),(1348,'1711AA0473','Shalu','Demo','3','9560312847','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased \r','0','','','131','2017-11-06 06:11:19','0',25,'',0,'1'),(1349,'1711AA0474','Manu sharma','Demo','3','7838592706','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call 1:30 pm //call but not pic \r','0','','','131','2017-11-06 06:11:19','0',26,'',0,'1'),(1350,'1711AA0475','Reshmi','Demo','3','8800098400','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-11-06 06:11:19','0',27,'',0,'1'),(1351,'1711AA0476','Keshav','Demo','3','9000465438','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-06 06:11:20','0',28,'',0,'1'),(1352,'1711AA0477','Neelam','Demo','3','9818616268','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not connected  \r','0','','','131','2017-11-06 06:11:20','0',29,'',0,'1'),(1353,'1711AA0478','Sunil kr sahu','Demo','3','9777837984','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased \r','0','','','131','2017-11-06 06:11:20','0',30,'',0,'1'),(1354,'1711AA0479','Parmanand ','Demo','3','9670144700','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is not at home \r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-06 06:11:28','0',31,'',0,'1'),(1355,'1711AA0480','Pankaj Kumar','Demo','3','9532137797','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not rechable \r','0','','','131','2017-11-06 06:11:28','0',32,'',0,'1'),(1356,'1711AA0481','Ankit','Demo','3','9717888614','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking \r','0','','','131','2017-11-06 06:11:28','0',33,'',0,'1'),(1357,'1711AA0482','Ankit','Demo','3','9990809272','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He give inverty then visit below 6 floor...\r','','11-11-2017 - 14:05 ,Saturday','','131','2017-11-06 06:11:28','0',34,'',0,'1'),(1358,'1711AA0483','NA','Demo','3','9140517536','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time \r','0','','','131','2017-11-06 06:11:28','0',35,'',0,'1'),(1359,'1711AA0484','NA','Demo','3','9899633707','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-11-06 06:11:28','0',36,'',0,'1'),(1360,'1711AA0485','NA','Demo','3','9717127708','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-06 06:11:28','0',37,'',0,'1'),(1361,'1711AA0486','NA','Demo','3','9990055710','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','idea customer care no','0','','','131','2017-11-06 06:11:28','0',38,'',0,'1'),(1362,'1711AA0487','Arjun Gupta','Demo','3','8826918012','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting fix 3:30 pm//He is not eligible.. one home lone 30 k and one car lone 15 k and his salary is 70 k...\r','0','','','131','2017-11-06 06:11:28','0',39,'',0,'1'),(1363,'1711AA0488','Arvind Kumar','Demo','3','9310015554','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','num.s.off \r','0','','','131','2017-11-06 06:11:28','0',40,'',0,'1'),(1364,'1711AA0489','Satish','Demo','3','7977445619','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not rechable //s.off\r','0','','','131','2017-11-06 06:11:28','0',41,'',0,'1'),(1365,'1711AA0490','Dal chandra','Demo','3','9311461550','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic\r','0','','','131','2017-11-06 06:11:28','0',42,'',0,'1'),(1366,'1711AA0491','Alok','Demo','3','9810699113','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call 5pm //call but not pic \r','0','','','131','2017-11-06 06:11:28','0',43,'',0,'1'),(1367,'1711AA0492','Dk Raghav','Demo','3','9415187825','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk,R2M,budget 35 to 40 lac floor any\r','','11-11-2017 - 15:30 ,Saturday','','131','2017-11-06 06:11:28','0',44,'',0,'1'),(1368,'1711AA0493','Thukral ','Demo','3','7988795801','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want villa possion in june 2018,budge 90lac\r','','11-11-2017 - 12:30 ,Saturday','','131','2017-11-06 06:11:28','0',45,'',0,'1'),(1369,'1711AA0494','Rao ','Demo','3','9717701246','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic\r','0','','','131','2017-11-06 06:11:28','0',46,'',0,'1'),(1370,'1711AA0495','Srikanta','Demo','3','8376916072','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-11-06 06:11:28','0',47,'',0,'1'),(1371,'1711AA0496','Kunj','Demo','3','9967318921','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not rechable\r','0','','','131','2017-11-06 06:11:28','0',48,'',0,'1'),(1372,'1711AA0497','Sanjay','Demo','3','9810203791','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back//call not pic\r','0','','','131','2017-11-06 06:11:28','0',49,'',0,'1'),(1373,'1711AA0498','Mohit Gupta','Demo','3','9696962250','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','busy //call not pic\r','0','','','131','2017-11-06 06:11:28','0',50,'',0,'1'),(1374,'1711AA0499','Himanshu','Demo','3','9717998149','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk,budget 40 lac R2M floor socha nhi h\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-06 06:11:28','0',51,'',0,'1'),(1375,'1711AA0500','Anmol Singhvi','Demo','3','9555718475','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk R2M,budget 40lac floor koi bhi\r','','12-11-2017 - 13:30 ,Sunday','','131','2017-11-06 06:11:28','0',52,'',0,'1'),(1376,'1711AA0501','Ds bisht','Demo','3','9560037939','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not connected  \r','0','','','131','2017-11-06 06:11:28','0',53,'',0,'1'),(1377,'1711AA0502','Chitaranjen','Demo','3','7042237444','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting tomorrow 11 am //meeting done take 2 days time for arrange docs\r','','11-11-2017 - 13:30 ,Saturday','','131','2017-11-06 06:11:28','0',54,'',0,'1'),(1378,'1711AA0503','Jaspreet','Demo','3','8800196307','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-11-06 06:11:28','0',55,'',0,'1'),(1379,'1711AA0504','Mridul ','Demo','3','7042686369','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-11-06 06:11:28','0',56,'',0,'1'),(1380,'1711AA0505','Dheeraj ','Demo','3','9891788824','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cost sheet send on whats app, but bud-40lacs. Int in 11801sqft arden, property cost is 51 lacs,call back\r','','10-11-2017 - 14:30 ,Friday','','131','2017-11-06 06:11:28','0',57,'',0,'1'),(1381,'1711AA0506','Hitesh','Demo','3','9999192300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in eve\r','','09-11-2017 - 18:30 ,Thursday','','131','2017-11-06 06:11:28','0',58,'',0,'1'),(1382,'1711AA0507','Manish','Demo','3','9971992287','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done client\'s office. Looking3/4bhk, bud- 72lacs. Int in mywoods. Already visit call after check inventory\r','','10-11-2017 - 14:10 ,Friday','','131','2017-11-06 06:11:28','0',59,'',0,'1'),(1383,'1711AA0508','','Demo','3','7382705602','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picking continuously call back\r','0','','','131','2017-11-06 06:11:28','0',60,'',0,'1'),(1384,'1711AA0509','','Demo','3','9971757928','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already booked lead return\r','0','','','131','2017-11-06 06:11:38','0',61,'',0,'1'),(1385,'1711AA0510','','Demo','3','9810544491','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picking continuously call back\r','0','','','131','2017-11-06 06:11:38','0',62,'',0,'1'),(1386,'1711AA0511','','Demo','3','9350814793','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker lead return\r','0','','','131','2017-11-06 06:11:38','0',63,'',0,'1'),(1387,'1711AA0512','Narottam garg ','Demo','3','9560701222','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2+study, below 5th floor, will viist on Sunday.\r','','10-11-2017 - 14:05 ,Friday','','131','2017-11-06 06:11:38','0',64,'',0,'1'),(1388,'1711AA0513','Anu','Demo','3','9582804725','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','S off call back\r','0','','','131','2017-11-06 06:11:38','0',65,'',0,'1'),(1389,'1711AA0514','Shabnam','Demo','3','8376922786','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in exotica fresco, 1250sqft in resale. Follow up\r','','10-11-2017 - 14:00 ,Friday','','131','2017-11-06 06:11:38','0',66,'',0,'1'),(1390,'1711AA0515','Pritansh singh','Demo','3','9307044011','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick call back\r','0','','','131','2017-11-06 06:11:38','0',67,'',0,'1'),(1391,'1711AA0516','Prashant','Demo','3','9911692047','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick call back\r','0','','','131','2017-11-06 06:11:38','0',68,'',0,'1'),(1392,'1711AA0517','Ashok tiwari ','Demo','3','9899035427','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-11-06 06:11:38','0',69,'',0,'1'),(1393,'1711AA0518','Ankit ','Demo','3','9711010119','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker lead return\r','0','','','131','2017-11-06 06:11:38','0',70,'',0,'1'),(1394,'1711AA0519',' Pravesh kumar','Demo','3','9810496167','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting not done as of now need to call him another time\r','','09-11-2017 - 14:00 ,Thursday','','131','2017-11-06 06:11:38','0',71,'',0,'1'),(1395,'1711AA0520','Chetan chauhan','Demo','3','9873581715','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number\r','0','','','131','2017-11-06 06:11:38','0',72,'',0,'1'),(1396,'1711AA0521','Sarbeshwar ','Demo','3','9560280049','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He is looking commercial property on rent\r','0','','','131','2017-11-06 06:11:38','0',73,'',0,'1'),(1397,'1711AA0522','Ayaz Ahmed','Demo','3','9911867368','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','Not reachable\r','0','','','131','2017-11-06 06:11:38','0',74,'',0,'1'),(1398,'1711AA0523','Sandeep','Demo','3','9818354634','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking for commercial property in 45 Lacs. Site visit planned for next week\r','','11-11-2017 - 13:30 ,Saturday','','131','2017-11-06 06:11:38','0',75,'',0,'1'),(1399,'1711AA0524','Asif','Demo','3','9999709824','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Dropped the plan\r','0','','','131','2017-11-06 06:11:38','0',76,'',0,'1'),(1400,'1711AA0525','Shashi kapoor','Demo','3','9871666135','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','Not reachable/not reachable\r','0','','','131','2017-11-06 06:11:38','0',77,'',0,'1'),(1401,'1711AA0526','Vishal Bhardwaj','Demo','3','9871393999','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Answered/not answering\r','0','','','131','2017-11-06 06:11:38','0',78,'',0,'1'),(1402,'1711AA0527','Vaibhav','Demo','3','9891610152','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Answered/call disconnecting\r','0','','','131','2017-11-06 06:11:38','0',79,'',0,'1'),(1403,'1711AA0528','Mr Naveen','Demo','3','9999998399','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He has a retail in Ace city so he wants to rent out his property\r','0','','','131','2017-11-06 06:11:38','0',80,'',0,'1'),(1404,'1711AA0529','Pankaj','Demo','3','8130197126','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking in Paramount Emotions (Noida Extn) for Society shop. Budget 50 Lacs, desired area: 280 sqft\r','','11-11-2017 - 13:30 ,Saturday','','131','2017-11-06 06:11:38','0',81,'',0,'1'),(1405,'1711AA0530','Kamaksh mehta','Demo','3','9971003392','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking for society shop in the range of 20-25 lacs in Greno\r','','10-11-2017 - 14:30 ,Friday','','131','2017-11-06 06:11:38','0',82,'',0,'1'),(1406,'1711AA0531','Dksp','Demo','3','8860078834','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Need to call him on 6th Nov @ Monday\r','','06-11-2017 - 12:00 ,Monday','','131','2017-11-06 06:11:38','0',83,'',0,'1'),(1407,'1711AA0532','Anuj yadav','Demo','3','9627476715','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking for society shop in the range of around 25 lacs in Greno\r','','10-11-2017 - 14:10 ,Friday','','131','2017-11-06 06:11:38','0',84,'',0,'1'),(1408,'1711AA0533','Pintu','Demo','3','9760195601','Noida','India','Fresh','99 Acres servicing','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call disconnected/out of station,call him on 9th nov\r','','09-11-2017 - 12:00 ,Thursday','','131','2017-11-06 06:11:38','0',85,'',0,'1'),(1409,'1711AA0534','Karan saluja','Demo','3','8802141396','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intrested\r','0','','','131','2017-11-06 06:11:38','0',86,'',0,'1'),(1410,'1711AA0535','Ali Anwar','Demo','3','9356789100','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','searching for 1370sqft mywoods/unit not available from our side\r','','07-11-2017 - 13:00 ,Tuesday','','131','2017-11-06 06:11:38','0',87,'',0,'1'),(1411,'1711AA0536','Manoj kumar','Demo','3','9431662287','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:38','0',88,'',0,'1'),(1412,'1711AA0537','Rohit','Demo','3','8447767489','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:38','0',89,'',0,'1'),(1413,'1711AA0538','Soumya','Demo','3','8527193732','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-06 06:11:38','0',90,'',0,'1'),(1414,'1711AA0539','Sanjay Kumar Mukherjee ','Demo','3','8585902485','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done, after that Tried many times to customer, customer is not picking up the phone, \r','','10-11-2017 - 14:30 ,Friday','','131','2017-11-06 06:11:46','0',91,'',0,'1'),(1415,'1711AA0540','Ravindra','Demo','3','9540364929','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return Lead, Customer is not picking up the phone or giving the location to meet, how it is possible to meet inside the Airport\r','0','','','131','2017-11-06 06:11:46','0',92,'',0,'1'),(1416,'1711AA0541',' Prashant tripathi','Demo','3','7738777611','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Customer is not picking up the phone, followup going on, however customer is not responding overall, but still trying to catch him.\r','0','','','131','2017-11-06 06:11:46','0',93,'',0,'1'),(1417,'1711AA0542','Naren','Demo','3','9971144959','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2232 sq.ft in cherry county, budget 90 lakhs including registry-04-11-2017\r','','04-11-2017 - 13:30 ,Saturday','','131','2017-11-06 06:11:46','0',94,'',0,'1'),(1418,'1711AA0543','Tushar','Demo','3','9873825468','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2232 sq.ft in cherry county, budget 90 lakhs including registry-04-11-2017\r','','11-11-2017 - 14:10 ,Saturday','','131','2017-11-06 06:11:46','0',95,'',0,'1'),(1419,'1711AA0544','Deepak ','Demo','3','8527898437','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans_12.25-03-11-2017, not ans_1.31_03-11-2017\r','0','','','131','2017-11-06 06:11:46','0',96,'',0,'1'),(1420,'1711AA0545','Deep','Demo','3','8800223352','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number\r','0','','','131','2017-11-06 06:11:46','0',97,'',0,'1'),(1421,'1711AA0546','Santosh','Demo','3','7838855105','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','parbodhsantosh@gmail.com, asked to send project details on this email id, looking atleast 1200 carpet area in sector 46, floor 1st to 6th-04-11-2017\r','','04-11-2017 - 14:30 ,Saturday','','131','2017-11-06 06:11:46','0',98,'',0,'1'),(1422,'1711AA0547','Vishal ','Demo','3','8826707333','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','required 3 bhk ready to move flats 1 to 8 floor sun facing only, not sample flat, will visit after property confirmation-3-11-17\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-06 06:11:46','0',99,'',0,'1'),(1473,'1711AA0001','Name  1','Email 1','Phone No. 1','Mob No1','City 1','Country 1','Status1','Source 1','Type of Lead 1','Sale/Rent 1','MessageDetails 1','Plan to Buy 1','Contacted By 1','Message Date 1','Interested In 1','Budget 1','High Quality Leaad 1','Location 1','Looking for 1','Subject  1','Project Name  1','other_detail','252','255','254','','','',5,'','','','','','253','2017-11-06 09:58:08','0',150,'',0,'2'),(1474,'1711AA0002','Name  2','Email 2','Phone No. 2','Mob No2','City 2','Country 2','Status2','Source 2','Type of Lead 2','Sale/Rent 2','MessageDetails 2','Plan to Buy 2','Contacted By 2','Message Date 2','Interested In 2','Budget 2','High Quality Leaad 2','Location 2','Looking for 2','Subject  2','Project Name  2','other_detail','358','355','256','','','',6,'','jhjk','18','','','253','2017-11-06 09:58:08','0',151,'',0,'2'),(1475,'1711AA0003','Name  3','Email 3','Phone No. 3','Mob No3','City 3','Country 3','Status3','Source 3','Type of Lead 3','Sale/Rent 3','MessageDetails 3','Plan to Buy 3','Contacted By 3','Message Date 3','Interested In 3','Budget 3','High Quality Leaad 3','Location 3','Looking for 3','Subject  3','Project Name  3','other_detail','252','258','258','','','',3,'','y','','','','253','2017-11-06 09:58:08','0',152,'',0,'2'),(1476,'1711AA0004','Name  4','Email 4','Phone No. 4','Mob No4','City 4','Country 4','Status4','Source 4','Type of Lead 4','Sale/Rent 4','MessageDetails 4','Plan to Buy 4','Contacted By 4','Message Date 4','Interested In 4','Budget 4','High Quality Leaad 4','Location 4','Looking for 4','Subject  4','Project Name  4','other_detail','252','258','258','','','',3,'','test ','','','','253','2017-11-06 09:58:08','0',153,'',0,'2'),(1477,'1711AA0005','Name  5','Email 5','Phone No. 5','Mob No5','City 5','Country 5','Status5','Source 5','Type of Lead 5','Sale/Rent 5','MessageDetails 5','Plan to Buy 5','Contacted By 5','Message Date 5','Interested In 5','Budget 5','High Quality Leaad 5','Location 5','Looking for 5','Subject  5','Project Name  5','other_detail','252','258','258','','','',11,'WARM','t','18','2017-11-16 10:43:10','','253','2017-11-06 09:58:08','0',154,'file-5a0d6bbe30f95-JPEG_20171116_161259_1640215243.jpg',1,'2'),(1478,'1711AA0006','Name  6','Email 6','Phone No. 6','Mob No6','City 6','Country 6','Status6','Source 6','Type of Lead 6','Sale/Rent 6','MessageDetails 6','Plan to Buy 6','Contacted By 6','Message Date 6','Interested In 6','Budget 6','High Quality Leaad 6','Location 6','Looking for 6','Subject  6','Project Name  6','other_detail','258','258','261','','','',5,'','','18','','','253','2017-11-06 09:58:08','0',155,'',0,'2'),(1479,'1711AA0007','Name  7','Email 7','Phone No. 7','Mob No7','City 7','Country 7','Status7','Source 7','Type of Lead 7','Sale/Rent 7','MessageDetails 7','Plan to Buy 7','Contacted By 7','Message Date 7','Interested In 7','Budget 7','High Quality Leaad 7','Location 7','Looking for 7','Subject  7','Project Name  7','other_detail','252','258','258','','','',11,'Client’s Residence','t','18','2017-11-17 07:41:01','','253','2017-11-06 09:58:08','0',156,'file-5a0e928de16d6-JPEG_20171117_131037_-1541880797.jpg',1,'2'),(1480,'1711AA0008','Name  8','Email 8','Phone No. 8','Mob No8','City 8','Country 8','Status8','Source 8','Type of Lead 8','Sale/Rent 8','MessageDetails 8','Plan to Buy 8','Contacted By 8','Message Date 8','Interested In 8','Budget 8','High Quality Leaad 8','Location 8','Looking for 8','Subject  8','Project Name  8','other_detail','258','258','258','','','',5,'','yes','','','','253','2017-11-06 09:58:08','0',157,'',0,'2'),(1481,'1711AA0009','Name  9','Email 9','Phone No. 9','Mob No9','City 9','Country 9','Status9','Source 9','Type of Lead 9','Sale/Rent 9','MessageDetails 9','Plan to Buy 9','Contacted By 9','Message Date 9','Interested In 9','Budget 9','High Quality Leaad 9','Location 9','Looking for 9','Subject  9','Project Name  9','other_detail','258','258','261','','','',5,'','Assign to SR','18','','','253','2017-11-06 09:58:08','0',158,'',0,'2'),(1482,'1711AA0010','Name  10','Email 10','Phone No. 10','Mob No10','City 10','Country 10','Status10','Source 10','Type of Lead 10','Sale/Rent 10','MessageDetails 10','Plan to Buy 10','Contacted By 10','Message Date 10','Interested In 10','Budget 10','High Quality Leaad 10','Location 10','Looking for 10','Subject  10','Project Name  10','other_detail','252','258','258','','','',7,'Coffee House','Gigs\n','','11-25-2017 4:23:00','','253','2017-11-06 09:58:08','0',159,'',0,'2'),(1483,'1711AA0011','Name  11','Email 11','Phone No. 11','Mob No11','City 11','Country 11','Status11','Source 11','Type of Lead 11','Sale/Rent 11','MessageDetails 11','Plan to Buy 11','Contacted By 11','Message Date 11','Interested In 11','Budget 11','High Quality Leaad 11','Location 11','Looking for 11','Subject  11','Project Name  11','other_detail','258','261','258','','','',4,'WARM','Test ','','2017-11-16 11:50:18','','253','2017-11-06 09:58:08','0',160,'file-5a0d7b7af1686-JPEG_20171116_171928_1640215243.jpg',1,'2'),(1484,'1711AA0012','Name  12','Email 12','Phone No. 12','Mob No12','City 12','Country 12','Status12','Source 12','Type of Lead 12','Sale/Rent 12','MessageDetails 12','Plan to Buy 12','Contacted By 12','Message Date 12','Interested In 12','Budget 12','High Quality Leaad 12','Location 12','Looking for 12','Subject  12','Project Name  12','other_detail','252','258','258','','','',3,'','test ','','','','253','2017-11-06 09:58:08','0',161,'',0,'2'),(1485,'1711AA0013','Name  13','Email 13','Phone No. 13','Mob No13','City 13','Country 13','Status13','Source 13','Type of Lead 13','Sale/Rent 13','MessageDetails 13','Plan to Buy 13','Contacted By 13','Message Date 13','Interested In 13','Budget 13','High Quality Leaad 13','Location 13','Looking for 13','Subject  13','Project Name  13','other_detail','258','258','258','','','',9,'','yes','','11-15-2017 6:42:00','','253','2017-11-06 09:58:08','0',162,'',0,'2'),(1486,'1711AA0014','Name  14','Email 14','Phone No. 14','Mob No14','City 14','Country 14','Status14','Source 14','Type of Lead 14','Sale/Rent 14','MessageDetails 14','Plan to Buy 14','Contacted By 14','Message Date 14','Interested In 14','Budget 14','High Quality Leaad 14','Location 14','Looking for 14','Subject  14','Project Name  14','other_detail','252','258','258','','','',3,'','ok ','','','','253','2017-11-06 09:58:08','0',163,'',0,'2'),(1487,'1711AA0015','Name  15','Email 15','Phone No. 15','Mob No15','City 15','Country 15','Status15','Source 15','Type of Lead 15','Sale/Rent 15','MessageDetails 15','Plan to Buy 15','Contacted By 15','Message Date 15','Interested In 15','Budget 15','High Quality Leaad 15','Location 15','Looking for 15','Subject  15','Project Name  15','other_detail','258','261','258','','','',1,'','test','18','','','253','2017-11-06 09:58:08','0',164,'',0,'2'),(1488,'1711AA0016','Name  16','Email 16','Phone No. 16','Mob No16','City 16','Country 16','Status16','Source 16','Type of Lead 16','Sale/Rent 16','MessageDetails 16','Plan to Buy 16','Contacted By 16','Message Date 16','Interested In 16','Budget 16','High Quality Leaad 16','Location 16','Looking for 16','Subject  16','Project Name  16','other_detail','258','261','252','','','',12,'','Sale','18','','','253','2017-11-06 09:58:08','0',165,'',0,'2'),(1489,'1711AA0017','Name  17','Email 17','Phone No. 17','Mob No17','City 17','Country 17','Status17','Source 17','Type of Lead 17','Sale/Rent 17','MessageDetails 17','Plan to Buy 17','Contacted By 17','Message Date 17','Interested In 17','Budget 17','High Quality Leaad 17','Location 17','Looking for 17','Subject  17','Project Name  17','other_detail','252','258','260','','','',5,'','Assign to Sales Manager','18','','','253','2017-11-06 09:58:08','0',166,'',0,'2'),(1490,'1711AA0018','Name  18','Email 18','Phone No. 18','Mob No18','City 18','Country 18','Status18','Source 18','Type of Lead 18','Sale/Rent 18','MessageDetails 18','Plan to Buy 18','Contacted By 18','Message Date 18','Interested In 18','Budget 18','High Quality Leaad 18','Location 18','Looking for 18','Subject  18','Project Name  18','other_detail','258','261','258','','','',5,'','yes','18','','','253','2017-11-06 09:58:08','0',167,'',0,'2'),(1491,'1711AA0019','Name  19','Email 19','Phone No. 19','Mob No19','City 19','Country 19','Status19','Source 19','Type of Lead 19','Sale/Rent 19','MessageDetails 19','Plan to Buy 19','Contacted By 19','Message Date 19','Interested In 19','Budget 19','High Quality Leaad 19','Location 19','Looking for 19','Subject  19','Project Name  19','other_detail','258','258','258','','','',7,'','yes','','11-16-2017 4:33:00','','253','2017-11-06 09:58:08','0',168,'',0,'2'),(1492,'1711AA0020','Name  20','Email 20','Phone No. 20','Mob No20','City 20','Country 20','Status20','Source 20','Type of Lead 20','Sale/Rent 20','MessageDetails 20','Plan to Buy 20','Contacted By 20','Message Date 20','Interested In 20','Budget 20','High Quality Leaad 20','Location 20','Looking for 20','Subject  20','Project Name  20','other_detail','261','258','252','','','',12,'','NI','18','','','253','2017-11-06 09:58:08','0',169,'',0,'2'),(1493,'1711AA0021','Name  21','Email 21','Phone No. 21','Mob No21','City 21','Country 21','Status21','Source 21','Type of Lead 21','Sale/Rent 21','MessageDetails 21','Plan to Buy 21','Contacted By 21','Message Date 21','Interested In 21','Budget 21','High Quality Leaad 21','Location 21','Looking for 21','Subject  21','Project Name  21','other_detail','261','258','252','','','',12,'','Web','18','','','253','2017-11-06 09:58:08','0',170,'',0,'2'),(1494,'1711AA0022','Name  22','Email 22','Phone No. 22','Mob No22','City 22','Country 22','Status22','Source 22','Type of Lead 22','Sale/Rent 22','MessageDetails 22','Plan to Buy 22','Contacted By 22','Message Date 22','Interested In 22','Budget 22','High Quality Leaad 22','Location 22','Looking for 22','Subject  22','Project Name  22','other_detail','358','355','256','','','',6,'','jkn,m','18','','','253','2017-11-06 09:58:08','0',171,'',0,'2'),(1495,'1711AA0023','Name  23','Email 23','Phone No. 23','Mob No23','City 23','Country 23','Status23','Source 23','Type of Lead 23','Sale/Rent 23','MessageDetails 23','Plan to Buy 23','Contacted By 23','Message Date 23','Interested In 23','Budget 23','High Quality Leaad 23','Location 23','Looking for 23','Subject  23','Project Name  23','other_detail','261','258','252','','','',12,'','Remark','18','','','253','2017-11-06 09:58:08','0',172,'',0,'2'),(1496,'1711AA0024','Name  24','Email 24','Phone No. 24','Mob No24','City 24','Country 24','Status24','Source 24','Type of Lead 24','Sale/Rent 24','MessageDetails 24','Plan to Buy 24','Contacted By 24','Message Date 24','Interested In 24','Budget 24','High Quality Leaad 24','Location 24','Looking for 24','Subject  24','Project Name  24','other_detail','261','258','252','','','',12,'','Website','18','','','253','2017-11-06 09:58:08','0',173,'',0,'2'),(1497,'1711AA0025','Name  25','Email 25','Phone No. 25','Mob No25','City 25','Country 25','Status25','Source 25','Type of Lead 25','Sale/Rent 25','MessageDetails 25','Plan to Buy 25','Contacted By 25','Message Date 25','Interested In 25','Budget 25','High Quality Leaad 25','Location 25','Looking for 25','Subject  25','Project Name  25','other_detail','258','261','257','','','',5,'','','18','','','253','2017-11-06 09:58:08','0',174,'',0,'2'),(1498,'1711AA0026','Name  26','Email 26','Phone No. 26','Mob No26','City 26','Country 26','Status26','Source 26','Type of Lead 26','Sale/Rent 26','MessageDetails 26','Plan to Buy 26','Contacted By 26','Message Date 26','Interested In 26','Budget 26','High Quality Leaad 26','Location 26','Looking for 26','Subject  26','Project Name  26','other_detail','258','261','261','','','',13,'','Remark','18','','','253','2017-11-06 09:58:08','0',175,'',0,'2'),(1499,'1711AA0027','Name  27','Email 27','Phone No. 27','Mob No27','City 27','Country 27','Status27','Source 27','Type of Lead 27','Sale/Rent 27','MessageDetails 27','Plan to Buy 27','Contacted By 27','Message Date 27','Interested In 27','Budget 27','High Quality Leaad 27','Location 27','Looking for 27','Subject  27','Project Name  27','other_detail','258','260','261','','','',13,'','Action','18','','','253','2017-11-06 09:58:08','0',176,'',0,'2'),(1500,'1711AA0028','Name  28','Email 28','Phone No. 28','Mob No28','City 28','Country 28','Status28','Source 28','Type of Lead 28','Sale/Rent 28','MessageDetails 28','Plan to Buy 28','Contacted By 28','Message Date 28','Interested In 28','Budget 28','High Quality Leaad 28','Location 28','Looking for 28','Subject  28','Project Name  28','other_detail','253','258','258','','','',1,'','test ','18','','','253','2017-11-06 09:58:08','0',177,'',0,'2'),(1501,'1711AA0029','Name  29','Email 29','Phone No. 29','Mob No29','City 29','Country 29','Status29','Source 29','Type of Lead 29','Sale/Rent 29','MessageDetails 29','Plan to Buy 29','Contacted By 29','Message Date 29','Interested In 29','Budget 29','High Quality Leaad 29','Location 29','Looking for 29','Subject  29','Project Name  29','other_detail','253','258','258','','','',4,'HOT','Test ','','','','253','2017-11-06 09:58:08','0',178,'',0,'2'),(1502,'1711AA0030','Name  30','Email 30','Phone No. 30','Mob No30','City 30','Country 30','Status30','Source 30','Type of Lead 30','Sale/Rent 30','MessageDetails 30','Plan to Buy 30','Contacted By 30','Message Date 30','Interested In 30','Budget 30','High Quality Leaad 30','Location 30','Looking for 30','Subject  30','Project Name  30','other_detail','261','258','253','','','',12,'','Web','18','','','253','2017-11-06 09:58:08','0',179,'',0,'2'),(1503,'1711AA0031','Name  31','Email 31','Phone No. 31','Mob No31','City 31','Country 31','Status31','Source 31','Type of Lead 31','Sale/Rent 31','MessageDetails 31','Plan to Buy 31','Contacted By 31','Message Date 31','Interested In 31','Budget 31','High Quality Leaad 31','Location 31','Looking for 31','Subject  31','Project Name  31','other_detail','258','261','252','','','',12,'','Web','18','','','253','2017-11-06 09:58:17','0',180,'',0,'2'),(1504,'1711AA0032','Name  32','Email 32','Phone No. 32','Mob No32','City 32','Country 32','Status32','Source 32','Type of Lead 32','Sale/Rent 32','MessageDetails 32','Plan to Buy 32','Contacted By 32','Message Date 32','Interested In 32','Budget 32','High Quality Leaad 32','Location 32','Looking for 32','Subject  32','Project Name  32','other_detail','258','260','252','258','','261',13,'','Web','18','','','253','2017-11-06 09:58:17','0',181,'',0,'2'),(1505,'1711AA0033','Name  33','Email 33','Phone No. 33','Mob No33','City 33','Country 33','Status33','Source 33','Type of Lead 33','Sale/Rent 33','MessageDetails 33','Plan to Buy 33','Contacted By 33','Message Date 33','Interested In 33','Budget 33','High Quality Leaad 33','Location 33','Looking for 33','Subject  33','Project Name  33','other_detail','261','258','252','','','',12,'','Search','18','','','253','2017-11-06 09:58:17','0',182,'',0,'2'),(1506,'1711AA0034','Name  34','Email 34','Phone No. 34','Mob No34','City 34','Country 34','Status34','Source 34','Type of Lead 34','Sale/Rent 34','MessageDetails 34','Plan to Buy 34','Contacted By 34','Message Date 34','Interested In 34','Budget 34','High Quality Leaad 34','Location 34','Looking for 34','Subject  34','Project Name  34','other_detail','261','258','252','','','',12,'','Sale','18','','','253','2017-11-06 09:58:17','0',183,'',0,'2'),(1507,'1711AA0035','Name  35','Email 35','Phone No. 35','Mob No35','City 35','Country 35','Status35','Source 35','Type of Lead 35','Sale/Rent 35','MessageDetails 35','Plan to Buy 35','Contacted By 35','Message Date 35','Interested In 35','Budget 35','High Quality Leaad 35','Location 35','Looking for 35','Subject  35','Project Name  35','other_detail','252','258','258','258','259','259',5,'','','18','','','253','2017-11-06 09:58:17','0',184,'',0,'2'),(1508,'1711AA0036','Name  36','Email 36','Phone No. 36','Mob No36','City 36','Country 36','Status36','Source 36','Type of Lead 36','Sale/Rent 36','MessageDetails 36','Plan to Buy 36','Contacted By 36','Message Date 36','Interested In 36','Budget 36','High Quality Leaad 36','Location 36','Looking for 36','Subject  36','Project Name  36','other_detail','252','258','252','258','259','259',13,'','ndvjkc','18','','','253','2017-11-06 09:58:17','0',185,'',0,'2'),(1509,'1711AA0037','Name  37','Email 37','Phone No. 37','Mob No37','City 37','Country 37','Status37','Source 37','Type of Lead 37','Sale/Rent 37','MessageDetails 37','Plan to Buy 37','Contacted By 37','Message Date 37','Interested In 37','Budget 37','High Quality Leaad 37','Location 37','Looking for 37','Subject  37','Project Name  37','other_detail','252','258','252','258','260','261',13,'',' dnjvxdc','18','','','253','2017-11-06 09:58:17','0',186,'',0,'2'),(1510,'1711AA0038','Name  38','Email 38','Phone No. 38','Mob No38','City 38','Country 38','Status38','Source 38','Type of Lead 38','Sale/Rent 38','MessageDetails 38','Plan to Buy 38','Contacted By 38','Message Date 38','Interested In 38','Budget 38','High Quality Leaad 38','Location 38','Looking for 38','Subject  38','Project Name  38','other_detail','252','258','252','258','258','258',11,'HOT','Ok ','ihabitat;Mobile App;LMS;Web','2017-12-19 12:01:41','','253','2017-11-06 09:58:17','0',187,'file-5a38b24daf2f2-1513665129.76843.jpeg',1,'2'),(1511,'1711AA0039','Name  39','Email 39','Phone No. 39','Mob No39','City 39','Country 39','Status39','Source 39','Type of Lead 39','Sale/Rent 39','MessageDetails 39','Plan to Buy 39','Contacted By 39','Message Date 39','Interested In 39','Budget 39','High Quality Leaad 39','Location 39','Looking for 39','Subject  39','Project Name  39','other_detail','252','258','252','258','258','258',11,'','Ok ','Web','2017-12-14 13:07:40','','253','2017-11-06 09:58:17','0',188,'file-5a322a448ef32-1513237086.52357.jpeg',1,'2'),(1512,'1711AA0040','Name  40','Email 40','Phone No. 40','Mob No40','City 40','Country 40','Status40','Source 40','Type of Lead 40','Sale/Rent 40','MessageDetails 40','Plan to Buy 40','Contacted By 40','Message Date 40','Interested In 40','Budget 40','High Quality Leaad 40','Location 40','Looking for 40','Subject  40','Project Name  40','other_detail','252','258','252','258','258','258',11,'','Test ','Mobile App','2017-12-14 13:03:19','','253','2017-11-06 09:58:17','0',189,'file-5a32293fc794a-1513236825.1667.jpeg',1,'2'),(1513,'1711AA0041','Name  41','Email 41','Phone No. 41','Mob No41','City 41','Country 41','Status41','Source 41','Type of Lead 41','Sale/Rent 41','MessageDetails 41','Plan to Buy 41','Contacted By 41','Message Date 41','Interested In 41','Budget 41','High Quality Leaad 41','Location 41','Looking for 41','Subject  41','Project Name  41','other_detail','252','258','252','258','258','258',11,'COLD','Y','ihabitat;Mobile App;LMS;Web','2017-12-19 12:25:13','','253','2017-11-06 09:58:17','0',190,'file-5a38b7d15a43b-1513666541.56016.jpeg',1,'2'),(1514,'1711AA0042','Name  42','Email 42','Phone No. 42','Mob No42','City 42','Country 42','Status42','Source 42','Type of Lead 42','Sale/Rent 42','MessageDetails 42','Plan to Buy 42','Contacted By 42','Message Date 42','Interested In 42','Budget 42','High Quality Leaad 42','Location 42','Looking for 42','Subject  42','Project Name  42','other_detail','252','258','252','258','258','258',11,'','','','2017-12-14 13:01:00','','253','2017-11-06 09:58:17','0',191,'file-5a3228b4f3210-1513236686.55147.jpeg',1,'2'),(1515,'1711AA0043','Name  43','Email 43','Phone No. 43','Mob No43','City 43','Country 43','Status43','Source 43','Type of Lead 43','Sale/Rent 43','MessageDetails 43','Plan to Buy 43','Contacted By 43','Message Date 43','Interested In 43','Budget 43','High Quality Leaad 43','Location 43','Looking for 43','Subject  43','Project Name  43','other_detail','252','258','252','258','258','258',11,'','Ok ','Web','2017-12-14 12:55:27','','253','2017-11-06 09:58:17','0',192,'file-5a3227673d017-1513236353.50167.jpeg',1,'2'),(1516,'1711AA0044','Name  44','Email 44','Phone No. 44','Mob No44','City 44','Country 44','Status44','Source 44','Type of Lead 44','Sale/Rent 44','MessageDetails 44','Plan to Buy 44','Contacted By 44','Message Date 44','Interested In 44','Budget 44','High Quality Leaad 44','Location 44','Looking for 44','Subject  44','Project Name  44','other_detail','252','258','252','258','258','258',11,'WARM','Ok ','LMS','2017-12-19 10:03:26','','253','2017-11-06 09:58:17','0',193,'file-5a3896965e9b7-1513658035.0338.jpeg',1,'2'),(1517,'1711AA0045','Name  45','Email 45','Phone No. 45','Mob No45','City 45','Country 45','Status45','Source 45','Type of Lead 45','Sale/Rent 45','MessageDetails 45','Plan to Buy 45','Contacted By 45','Message Date 45','Interested In 45','Budget 45','High Quality Leaad 45','Location 45','Looking for 45','Subject  45','Project Name  45','other_detail','252','258','252','258','258','258',11,'','jcc','23;18','2017-12-15 08:59:59','','253','2017-11-06 09:58:17','0',194,'',1,'2'),(1518,'1711AA0046','Name  46','Email 46','Phone No. 46','Mob No46','City 46','Country 46','Status46','Source 46','Type of Lead 46','Sale/Rent 46','MessageDetails 46','Plan to Buy 46','Contacted By 46','Message Date 46','Interested In 46','Budget 46','High Quality Leaad 46','Location 46','Looking for 46','Subject  46','Project Name  46','other_detail','252','258','252','258','258','258',11,'HOT','Test ','Web','2017-12-14 12:50:17','','253','2017-11-06 09:58:17','0',195,'file-5a3226314d3e8-1513236043.54445.jpeg',1,'2'),(1519,'1711AA0047','Name  47','Email 47','Phone No. 47','Mob No47','City 47','Country 47','Status47','Source 47','Type of Lead 47','Sale/Rent 47','MessageDetails 47','Plan to Buy 47','Contacted By 47','Message Date 47','Interested In 47','Budget 47','High Quality Leaad 47','Location 47','Looking for 47','Subject  47','Project Name  47','other_detail','252','258','252','258','258','258',11,'WARM','Test ','Web','2017-12-14 12:06:01','','253','2017-11-06 09:58:17','0',196,'file-5a321bd1567f4-1513233386.80576.jpeg',1,'2'),(1520,'1711AA0048','Name  48','Email 48','Phone No. 48','Mob No48','City 48','Country 48','Status48','Source 48','Type of Lead 48','Sale/Rent 48','MessageDetails 48','Plan to Buy 48','Contacted By 48','Message Date 48','Interested In 48','Budget 48','High Quality Leaad 48','Location 48','Looking for 48','Subject  48','Project Name  48','other_detail','252','258','252','258','258','258',11,'','Test ','Web','2017-12-13 17:53:37','','253','2017-11-06 09:58:17','0',197,'file-5a311bc99ec56-1513167842.05186.jpeg',1,'2'),(1521,'1711AA0049','Name  49','Email 49','Phone No. 49','Mob No49','City 49','Country 49','Status49','Source 49','Type of Lead 49','Sale/Rent 49','MessageDetails 49','Plan to Buy 49','Contacted By 49','Message Date 49','Interested In 49','Budget 49','High Quality Leaad 49','Location 49','Looking for 49','Subject  49','Project Name  49','other_detail','252','258','252','258','258','258',11,'HOT','Test ','Web','2017-12-13 17:48:57','','253','2017-11-06 09:58:17','0',198,'file-5a311ab1bcd7a-1513167555.80951.jpeg',1,'2'),(1522,'1711AA0050','Name  50','Email 50','Phone No. 50','Mob No50','City 50','Country 50','Status50','Source 50','Type of Lead 50','Sale/Rent 50','MessageDetails 50','Plan to Buy 50','Contacted By 50','Message Date 50','Interested In 50','Budget 50','High Quality Leaad 50','Location 50','Looking for 50','Subject  50','Project Name  50','other_detail','252','260','252','','','261',13,'HOT','dghfjklj;','18','','','253','2017-11-06 09:58:17','0',199,'',0,'2'),(1523,'1711AA0051','Name ','Email ','Phone No.','Mob No','City','Country','Status','Source','Type of Lead','Sale/Rent','MessageDetails','Plan to Buy','Contacted By','Message Date','Interested In','Budget','High Quality Leaad','Location','Looking for','Subject ','Project Name ','other_detail','252','258','252','258','258','258',11,'WARM','Ok ','Web','2017-12-13 17:52:10','','253','2017-11-06 09:58:43','0',200,'file-5a311b722d59c-1513167756.00433.jpeg',1,'2'),(1524,'1711AA0052','Demo','XYZ@gmail.com','2808001','9654905086','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','252','258','252','258','260','261',13,'HOT','fghjk','18','','','253','2017-11-06 09:58:43','0',201,'',0,'2'),(1525,'1711AA0053','Demo','XYZ@gmail.com','2808002','1122379588','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','252','258','252','258','258','258',11,'WARM','HFC','Web','2017-12-13 14:34:14','','253','2017-11-06 09:58:43','0',202,'file-5a30ed0e3a3c0-1513155865.22151.jpeg;file-5a30ed0e3a3c0-1513155865.62453.jpeg;file-5a30ed0e3a3c0-1513155866.01433.jpeg',1,'2'),(1526,'1711AA0054','Demo','XYZ@gmail.com','2808003','9255422909','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','252','258','252','258','258','258',11,'','t','18','2017-11-29 05:27:02','','253','2017-11-06 09:58:43','0',203,'file-5a1e45263d37c-JPEG_20171129_105710_-930054795.jpg',1,'2'),(1527,'1711AA0055','Demo','XYZ@gmail.com','2808004','7017785054','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','252','259','252','','','',6,'','fggh','18','','','253','2017-11-06 09:58:43','0',204,'',0,'2'),(1528,'1711AA0056','Demo','XYZ@gmail.com','2808005','9312355427','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','252','258','252','258','258','258',11,'WARM','Y','Web','2017-12-13 16:31:45','','253','2017-11-06 09:58:43','0',205,'file-5a310899ecdc6-1513162930.86228.jpeg',1,'2'),(1529,'1711AA0057','Demo','XYZ@gmail.com','2808006','9205118601','Noida','India','Fresh','Royal Code','Residential','Sale','MessageDetails','Property','Team','8/30/2017','Properties','10','Demo','Any','Properties','Properties','Royal Code','other_detail','261','258','252','','','',12,'','Assign','18','','','253','2017-11-06 09:58:43','0',206,'',0,'2'),(1530,'1711AA0001','Virendra','sunburst.it.research@gmail.com','201711007','9935425965','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','New Delhi','E-commerce','Demo','rajputdhaba.com','other_detail','244','244','246','','','',9,'COLD','Phone switchoff','0','','','242','2017-11-07 06:15:11','0',1,'',0,'13'),(1531,'1711AA0002','Pawan','Demo','201711007','9871477022','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','Delhi','Mobile application','Demo','http://www.pssolutionz.com/','other_detail','242','247','246','','','',6,'HOT','\rMobile application','16','','','242','2017-11-07 06:15:11','0',2,'',0,'13'),(1532,'1711AA0003','Varun','Demo','201711007','�9871591537','�Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital marketing','0 INR','Demo','�Noida','Digital marketing','Demo','Demo','other_detail','242','247','246','','','',6,'HOT','Digital marketing','22','','','242','2017-11-07 06:15:11','0',3,'',0,'13'),(1533,'1711AA0004','Punit kumar','pkumar151293@gmail.com','201711007','919711140266','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','New delhi','Demo','Demo','mutualfundsipbazar.com','other_detail','244','244','246','','','',2,'HOT','website','21','','','242','2017-11-07 06:15:11','0',4,'',0,'13'),(1534,'1711AA0005','Saurabh Halder','Flyamericanow@gmail.com','201711007','9873834504','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','flyamericanow.us','other_detail','244','244','246','','','',9,'WARM','Mobile application\r','0','','','242','2017-11-07 06:15:11','0',5,'',0,'13'),(1535,'1711AA0006','DEVENDRA SINGH RAGHAV','DEVRAGHAV78@GMAIL.COM','201711007','919971745164','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','infosightsoftwaretechnologie.com','other_detail','244','244','246','','','',2,'HOT','website','21','','','242','2017-11-07 06:15:11','0',6,'',0,'13'),(1536,'1711AA0007','Mohan Kumar','mohankanand@gmail.com','201711007','9811294635','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','New Delhi','Website','Demo','poshehr.info','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',7,'',0,'13'),(1537,'1711AA0008','Parminder Singh','psbadalia@gmail.com','201711007','9910071009','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','firstmileaccess.com','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',8,'',0,'13'),(1538,'1711AA0009','AVINASH ','Demo','201711007','9557108832','Dheradhun','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Dheradhun','Website','Demo','Demo','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',9,'',0,'13'),(1539,'1711AA0010','Anoop gupta','support@cachedsolutions.com','201711007','98991 00739','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications nd SEO','0 INR','Demo','Delhi','Mobile applications nd SEO','Demo','Demo','other_detail','244','244','246','','','',9,'COLD','Mobile application and SEO','0','','','242','2017-11-07 06:15:11','0',10,'',0,'13'),(1540,'1711AA0011','Mohd Irshad','Demo','201711007','99905 58612','New Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','New Delhi','Mobile applications','Demo','Demo','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',11,'',0,'13'),(1541,'1711AA0012','Prakash','rosemaryeventures@gmail.com','9210226851','8447130889','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','indianinstituteofvedicmathsandabacus.org','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',12,'',0,'13'),(1542,'1711AA0013','Roshan','gaurav2955@gmail.com','201711007','9540094944','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','dfiller.com','other_detail','244','244','246','','','',9,'COLD','website','0','','','242','2017-11-07 06:15:11','0',13,'',0,'13'),(1543,'1711AA0014','Deepak Goel','Demo','201711007','9811799699','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','244','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',14,'',0,'13'),(1544,'1711AA0015','Manoj','Demo','201711007','9971397471','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','Demo','other_detail','244','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',15,'',0,'13'),(1545,'1711AA0016','Amit Kumar','amitvarshneyg@gmail.com','201711007','9213522870','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Delhi','Demo','Demo','ecocarwashers.com','other_detail','244','244','246','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:11','0',16,'',0,'13'),(1546,'1711AA0017','Dhananjay jha','Demo','201711007','98181 07365','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','244','244','246','','','',9,'COLD','promotion','0','','','242','2017-11-07 06:15:11','0',17,'',0,'13'),(1547,'1711AA0018','Heena','Demo','201711007','98100 26390','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','244','244','246','','','',1,'','','','','','242','2017-11-07 06:15:11','0',18,'',0,'13'),(1548,'1711AA0019','Sourav','Demo','201711007','78628 81214','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','244','244','246','','','',9,'HOT','website','0','','','242','2017-11-07 06:15:11','0',19,'',0,'13'),(1549,'1711AA0020','Dinesh Gulati','Demo','201711007','9910930991','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','244','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',20,'',0,'13'),(1550,'1711AA0021','Deepak','travels.pavitra@gmail.com','201711007','98118 70171','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Faridabad','website','Demo','Demo','other_detail','244','244','246','','','',9,'WARM','website(follow up on jan)','0','','','242','2017-11-07 06:15:11','0',21,'',0,'13'),(1551,'1711AA0022','Parmod','Demo','201711007','98999 77526','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','244','244','246','','','',1,'','','','','','242','2017-11-07 06:15:11','0',22,'',0,'13'),(1552,'1711AA0023','Atul Gaur','atulgaur@outlook.com','201711007','9310052593','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','worldoverseasservices.org','other_detail','244','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',23,'',0,'13'),(1553,'1711AA0024','Ritu Raj','rajan1abp@gmail.com','201711007','8527790952','Greater noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Greater noida','Website','Demo','Demo','other_detail','244','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',24,'',0,'13'),(1554,'1711AA0025','pankaj','Demo','201711007','9999185832','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','Noida','Mobile applications','Demo','Demo','other_detail','244','244','246','','','',2,'WARM','Mobile application','16','','','242','2017-11-07 06:15:11','0',25,'',0,'13'),(1555,'1711AA0026','Mukesh Pandey','Demo','201711007','9415483876','Lucknow','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Lucknow','Website','Demo','Demo','other_detail','242','244','246','','','',1,'','','','','','242','2017-11-07 06:15:11','0',26,'',0,'13'),(1556,'1711AA0027','Rajeev','SHEKHARAD@GMAIL.COM','201711007','9999318938','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','242','244','246','','','',2,'WARM','website','21','','','242','2017-11-07 06:15:11','0',27,'',0,'13'),(1557,'1711AA0028','Jagjit Singh','jagjit9899625447@gmail.com','201711007','9899625452','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','SEO promotion','0 INR','Demo','Delhi','SEO promotion','Demo','jagjitsinghphotography.com','other_detail','242','244','245','','','',4,'COLD','He is travelling. Asked to call back on Thursday','0','09-07-2020 - 14:00 ,Thursday','','242','2017-11-07 06:15:11','0',28,'',0,'13'),(1558,'1711AA0029','Balku','Demo','201711007','9958559595','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','242','244','245','','','',2,'WARM','Plot No .292, Sector 4, Vaishali,Ghaziabad\r','21','','','242','2017-11-07 06:15:11','0',29,'',0,'13'),(1559,'1711AA0030','Sarvesh','Demo','201711007','9953288214','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Not Interested','0','','','242','2017-11-07 06:15:11','0',30,'',0,'13'),(1560,'1711AA0031','Dileep','Demo','201711007','7836088914','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:21','0',31,'',0,'13'),(1561,'1711AA0032','Bhaskar pandey','Demo','201711007','9971539346','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Project Management & Inventory Management','0 INR','Demo','Delhi','Project Management & Inventory Management','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Project managment','16','','','242','2017-11-07 06:15:21','0',32,'',0,'13'),(1562,'1711AA0033','Suneet agnihotri','suneet.agnihotri@gmail.com','201711007','8800381000','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','companion4india.com','other_detail','242','244','245','','','',2,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:21','0',33,'',0,'13'),(1563,'1711AA0034','Vishal','Demo','201711007','9711400005','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','E commerce website','21','','','242','2017-11-07 06:15:21','0',34,'',0,'13'),(1564,'1711AA0035','Abhishek','Demo','201711007','9773534902','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:21','0',35,'',0,'13'),(1565,'1711AA0036','Rahul','Demo','201711007','9971088071','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','242','244','245','','','',8,'COLD','No Response from the client','0','','','242','2017-11-07 06:15:21','0',36,'',0,'13'),(1566,'1711AA0037','Anil','tevetiaanil@gmail.com','201711007','9873659517','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','242','244','245','','','',9,'WARM','Follow up','0','','','242','2017-11-07 06:15:21','0',37,'',0,'13'),(1567,'1711AA0038','Rajeev kumar','rajsastastore@gmail.com','201711007','9718802643','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','yuvajobportal.com','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-11-07 06:15:21','0',38,'',0,'13'),(1568,'1711AA0039','Anuj Barthwal','anuj@exsecant.com','201711007','9953201693','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Ecommerce website','0 INR','Demo','Noida','Ecommerce website','Demo','jadsjournals.com','other_detail','242','244','245','','','',2,'HOT','E commerce website','21','','','242','2017-11-07 06:15:21','0',39,'',0,'13'),(1569,'1711AA0040','Vaibhav Garg','cs.shraddhagarg@gmail.com','201711007','9810781780','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','jollity.life','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',40,'',0,'13'),(1570,'1711AA0041','Hiralal Choudhry','hiralalchoudhry@gmail.com','201711007','7838591978','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','mojotrash.com','other_detail','242','244','245','','','',9,'COLD','Mobile application','0','','','242','2017-11-07 06:15:21','0',41,'',0,'13'),(1571,'1711AA0042','harmeet gandhi','gandhiharmeet43@gmail.com','201711007','9999562955','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','demaindia.com','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',42,'',0,'13'),(1572,'1711AA0043','RK YADAV','rkyadavmotivationalclasses@gmail.com','201711007','8448669322','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','rkyadavmotivationalclasses.com','other_detail','242','244','245','','','',9,'WARM','Mobile application','0','','','242','2017-11-07 06:15:21','0',43,'',0,'13'),(1573,'1711AA0044','Banty','Demo','201711007','7986723976','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Website','0','','','242','2017-11-07 06:15:21','0',44,'',0,'13'),(1574,'1711AA0045','Sunil','Demo','201711007','9810777770','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:21','0',45,'',0,'13'),(1575,'1711AA0046','Manoj sharma','no1astrologerindia@gmail.com','201711007','9810563893','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','no1astrologerindia.com','other_detail','242','244','245','','','',2,'HOT','Online promotion','22','','','242','2017-11-07 06:15:21','0',46,'',0,'13'),(1576,'1711AA0047','Mayank','Demo','201711007','9650506562','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','website','21','','','242','2017-11-07 06:15:21','0',47,'',0,'13'),(1577,'1711AA0048','Karan Chopra','Demo','201711007','9991003244','','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',48,'',0,'13'),(1578,'1711AA0049','Gangan','Demo','201711007','9718662881','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Ghaziabad','Mobile apllication','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Mobile application','16','','','242','2017-11-07 06:15:21','0',49,'',0,'13'),(1579,'1711AA0050','Rajiv Aggarwal','Demo','201711007','9555945206','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:21','0',50,'',0,'13'),(1580,'1711AA0051','Alok Arora','aroraalok@hotmail.com','201711007','9811680455','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website ','0 INR','Demo','Delhi','Website ','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',51,'',0,'13'),(1581,'1711AA0052','Pawan Grover','Demo','201711007','9810911777','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','242','244','245','','','',2,'WARM','D-133, Industrial Area, B S Road, Ghaziabad - 201001 ','21','','','242','2017-11-07 06:15:21','0',52,'',0,'13'),(1582,'1711AA0053','PS Sharma','Demo','201711007','9205526370','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','phone not received','0','','','242','2017-11-07 06:15:21','0',53,'',0,'13'),(1583,'1711AA0054','Rajiv Kumar Gupta','Demo','201711007','9810225913','Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-11-07 06:15:21','0',54,'',0,'13'),(1584,'1711AA0055','Anmol Garg','anmol@qversoft.com','201711007','9990054840','Greater Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','phone not received','0','','','242','2017-11-07 06:15:21','0',55,'',0,'13'),(1585,'1711AA0056','Rohan','sales@whoisdb.in','201711007','9357656764','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','astroloveback.com','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',56,'',0,'13'),(1586,'1711AA0057','Shiv','Demo','201711007','8802378710','Greater Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Greater Noida','Mobile apllication','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Mobile application ,phone not received','0','','','242','2017-11-07 06:15:21','0',57,'',0,'13'),(1587,'1711AA0058','Piyush','piyushtripathi0070@gmail.com','201711007','9958498525','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','sarwaarth.com','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',58,'',0,'13'),(1588,'1711AA0059','Sunny','sunnytravel93@gmail.com','201711007','8750057777','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-11-07 06:15:21','0',59,'',0,'13'),(1589,'1711AA0060','Khumud Mishra','kumudmishra@live.com','201711007','8920519677','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic website','0 INR','Demo','Delhi','Dynamic website','Demo','pssworld.org','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:21','0',60,'',0,'13'),(1590,'1711AA0061','Vikas Sharma','vikas5937@gmail.com','201711007','9999881919','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','indianartsfoundation.com','other_detail','242','244','245','','','',9,'WARM','Online promotion','0','','','242','2017-11-07 06:15:31','0',61,'',0,'13'),(1591,'1711AA0062','RAKESH','mibsonspharmaceutical@gmail.com','201711007','9555122395','DELHI','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','DELHI','Website','Demo','mibsonspharmaceutical.com','other_detail','244','248','245','','248','248',13,'HOT','Dynamic website','21','','','242','2017-11-07 06:15:31','0',62,'',0,'13'),(1592,'1711AA0063','Vikas Pandey','Demo','201711007','9999418354','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Noida','Mobile apllication','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Mobile application','16','','','242','2017-11-07 06:15:31','0',63,'',0,'13'),(1593,'1711AA0064','Chetan','Demo','201711007','9582058187','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-11-07 06:15:31','0',64,'',0,'13'),(1594,'1711AA0065','Sartaj','Demo','201711007','8745834019','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','244','247','245','247','248','249',13,'WARM','Website, C-4,lajpat nagar,near shani mandir,near vimal sweets,ghaziabad','21','','','242','2017-11-07 06:15:31','0',65,'',0,'13'),(1595,'1711AA0066','Sanjay','Demo','201711007','9810521394','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Noida','Online Promotion','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Online promotion','22','','','242','2017-11-07 06:15:31','0',66,'',0,'13'),(1596,'1711AA0067','Parvesh Aggarwal','Demo','201711007','9811997786','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-11-07 06:15:31','0',67,'',0,'13'),(1597,'1711AA0068','Ashish Rastogi','Demo','201711007','9990382379','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','242','244','245','','','',9,'WARM','Website,call on 14 dec','0','','','242','2017-11-07 06:15:31','0',68,'',0,'13'),(1598,'1711AA0069','Manoj ','Demo','201711007','9999375761','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-11-07 06:15:31','0',69,'',0,'13'),(1599,'1711AA0070','Amit Raju','amitrajurepairbay@gmail.com','201711007','9811557220','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','repairbays.org','other_detail','242','244','245','','','',9,'WARM','Website ,call on jan','0','','','242','2017-11-07 06:15:31','0',70,'',0,'13'),(1600,'1711AA0071','Demo','Demo','201711007','9891481833','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','Demo','other_detail','242','244','245','','','',9,'COLD','Online promotion','0','','','242','2017-11-07 06:15:31','0',71,'',0,'13'),(1601,'1711AA0072','Manoj Shukla','manojshuk.82@gmail.com','201711007','9811790304','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','admconsultinginc.com','other_detail','244','244','244','','','',2,'WARM','needs a dynamic website','21','','','242','2017-11-07 06:15:31','0',72,'',0,'13'),(1602,'1711AA0073','Gurpreet Singh','Gurpreet.singh@jaypeeplus.com','201711007','9999124783','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','SEO (24 Keywords)','0 INR','Demo','Noida','SEO (24 Keywords)','Demo','http://jaypeeplus.com/','other_detail','244','244','244','','','',2,'','SEO, SMO ,','22','','','242','2017-11-07 06:15:31','0',73,'',0,'13'),(1603,'1711AA0074','Shabahat Husain','Demo','201711007','9582898579','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','http://www.easymall.in/www.alipacket.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',74,'',0,'13'),(1604,'1711AA0075','Anil Kumar Sharma','reachanil001@gmail.com','201711007','9810354966','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website, education','0 INR','Demo','Noida','website, education','Demo','fasttrackprogress.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',75,'',0,'13'),(1605,'1711AA0076','Sandeep Sharma','imsandeep2002@yahoo.co.in','201711007','9599301590','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','rampdisplay.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',76,'',0,'13'),(1606,'1711AA0077','Shyam','travvamigo@gmail.com','201711007','9711535480','Ghaziabad','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website /mail send','0 INR','Demo','Ghaziabad','website /mail send','Demo','http://www.travamigo.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',77,'',0,'13'),(1607,'1711AA0078','Ajay','Demo','201711007','9811773350','Ghaziabad','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Ghaziabad','Demo','Demo','http://traveltostay.in/','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',78,'',0,'13'),(1608,'1711AA0079','Sandeep bisht','sandeep.bisht019@gmail.com','201711007','9599938426','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Delhi','E-commerce Website','Demo','samphotographyonline.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',79,'',0,'13'),(1609,'1711AA0080','Ayush Bhatnagar','Demo','201711007','9999257100','Gurgaon','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','Gurgaon','dynamic website','Demo','www.deeliteconcepts.com','other_detail','244','244','244','','','',2,'','Dynamic Website Event Management','21','','','242','2017-11-07 06:15:31','0',80,'',0,'13'),(1610,'1711AA0081','Vikram','Demo','201711007','9310190667','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','airtravelstudio.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',81,'',0,'13'),(1611,'1711AA0082','Abhishek Bhardwaj','Demo','201711007','9871969665','Delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Delhi','E-commerce Website','Demo','https://www.geekdawn.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',82,'',0,'13'),(1612,'1711AA0083','sanjeev kapoor','skkkin@yahoo.com','201711007','9810707977','Delhi','India','Fresh','google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','kapoorlogistics.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',83,'',0,'13'),(1613,'1711AA0084','DHIRAJ CHAUHAN','dhirajchauhan770@gmail.com','201711007','9643394420','Ghaziabad','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Ghaziabad','website','Demo','moneymatemart.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',84,'',0,'13'),(1614,'1711AA0085','SANJAY GUPTA','kabeerfashionmart@gmail.com','201711007','9654958575','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital Marketing','0 INR','Demo','Delhi','Digital Marketing','Demo','kabeerfashion.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',85,'',0,'13'),(1615,'1711AA0086','Mohit KHANDELWAL','trishamoma@gmail.com','201711007','8376900398','delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','delhi','Website','Demo','rohinibasket.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',86,'',0,'13'),(1616,'1711AA0087','naman khanna','namankhanna9294@gmail.com','201711007','9958231459','noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','noida','E-commerce Website','Demo','6-9shop.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',87,'',0,'13'),(1617,'1711AA0088','Sameer Kant ','Demo','201711007','9717926412','delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','digital marketing','0 INR','Demo','delhi','digital marketing','Demo','http://nowmytrip.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',88,'',0,'13'),(1618,'1711AA0089','Rahul Choudhary','rahulpawariya@gmail.com','201711007','9971765429','delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile Application','0 INR','Demo','delhi','Mobile Application','Demo','lingerietunnel.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',89,'',0,'13'),(1619,'1711AA0090','chetan','chetansaraf2302@gmail.com','201711007','9654301997','delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','delhi','dynamic website','Demo','sarafabazar.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:31','0',90,'',0,'13'),(1620,'1711AA0091','manoj jindal','jindalmanojk@gmail.com','201711007','9654243362','noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','noida','website','Demo','srisaiinfratech.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',91,'',0,'13'),(1621,'1711AA0092','DEEPAK SINGH','singhd_15@hotmail.com','201711007','9560775585','noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','webite and mobile application','0 INR','Demo','noida','webite and mobile application','Demo','rainwaterr.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',92,'',0,'13'),(1622,'1711AA0093','Ravi Kant','Demo','201711007','9971212403','Ghaziabad','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website   ','0 INR','Demo','Ghaziabad','website   ','Demo','bookkarde.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',93,'',0,'13'),(1623,'1711AA0094','Ajit Yadav','Demo','201711007','9654421288','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','CRM/Software','0 INR','Demo','Noida','CRM/Software','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',94,'',0,'13'),(1624,'1711AA0095','Jyoti Sharma','jyotisharma_0407@yahoo.co.in','201711007','9899666373','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Delhi','E-commerce Website','Demo','shopaurearn.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',95,'',0,'13'),(1625,'1711AA0096','Niraj jain','Demo','201711007','9811578553','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website & Software','0 INR','Demo','Noida','website & Software','Demo','QuickGrocery','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',96,'',0,'13'),(1626,'1711AA0097','Ashish Kapoor','ashishkapoor.mail@gmail.com','201711007','9999366636','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','e-commerce & mobile apploication ','0 INR','Demo','Delhi','e-commerce & mobile apploication ','Demo','atheleo.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',97,'',0,'13'),(1627,'1711AA0098','Rohit Kumar','rohitshrivastva84@gmail.com','201711007','8527847505','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','aarambhfoundation.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',98,'',0,'13'),(1628,'1711AA0099','Pankaj Jain','xperthomez@gmail.com','201711007','9873911931','Noida','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Noida','Demo','Demo','Xpert Homez Pvt. Ltd.','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',99,'',0,'13'),(1629,'1711AA0100','saif ali mirza','Demo','201711007','9873050588','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile Application','0 INR','Demo','Noida','Mobile Application','Demo','Demo','other_detail','244','244','244','','','',2,'','Mobile Applicationtracking','16','','','242','2017-11-07 06:15:38','0',100,'',0,'13'),(1630,'1711AA0101','Manoj Srivastava','Demo','201711007','9818656132','Delhi','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',101,'',0,'13'),(1631,'1711AA0102','Anil Bhati','Demo','201711007','9311405093','Greater Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',102,'',0,'13'),(1632,'1711AA0103','Upendra','Demo','201711007','9910310868','Ghaziabad','India','Fresh','google','Sales','Sales','Demo','Demo','Demo','Demo','website ','0 INR','Demo','Ghaziabad','website ','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',103,'',0,'13'),(1633,'1711AA0104','Harpreet Singh','askmehomes.com','201711007','9891228881','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',104,'',0,'13'),(1634,'1711AA0105','Rahul Pal','discountidea.com','201711007','8527710159','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','On Page Seo','0 INR','Demo','Delhi','On Page Seo','Demo','rahulpal7623@yahoo.com','other_detail','244','244','244','','','',2,'','SEO','22','','','242','2017-11-07 06:15:38','0',105,'',0,'13'),(1635,'1711AA0106','Dinesh','Demo','201711007','9953600008','Greater Noida','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',106,'',0,'13'),(1636,'1711AA0107','Manoj Pareek','Demo','201711007','9911961183','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','trippleruniforms@gmail.com','other_detail','244','244','244','','','',2,'','Multivendor website','21','','','242','2017-11-07 06:15:38','0',107,'',0,'13'),(1637,'1711AA0108','Vishal   ','angelhomz@gmail.com','201711007','9911641196','noida sector 63','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','noida sector 63','Demo','Demo','http://angelhomz.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',108,'',0,'13'),(1638,'1711AA0109','Somuya','Demo','201711007','9811318051','Gurgaon','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','Gurgaon','E-commerce','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',109,'',0,'13'),(1639,'1711AA0110','Rohit batra','Demo','201711007','9899708388','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Online Campaign','0 INR','Demo','Noida','Online Campaign','Demo','http://www.bigbucksindia.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',110,'',0,'13'),(1640,'1711AA0111','Saurabh','Demo','201711007','9999711665','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','online promotion','0 INR','Demo','Noida','online promotion','Demo','http://realestatefactory.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',111,'',0,'13'),(1641,'1711AA0112','Abhishek  ','Demo','201711007','9717730080','Delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','http://www.arinterio.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',112,'',0,'13'),(1642,'1711AA0113','Manoj','Demo','201711007','9540424321','','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Demo','Demo','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',113,'',0,'13'),(1643,'1711AA0114','Ankush Kumar','Demo','201711007','9868025252','Noida','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','SMS','0 INR','Demo','Noida','SMS','Demo','salepurchasenoida.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',114,'',0,'13'),(1644,'1711AA0115','Rahul Verma','songbird.travels@gmail.com','201711007','8588877347','Rohini','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Rohini','Website','Demo','songbirdtravels.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',115,'',0,'13'),(1645,'1711AA0116','Akansha','Demo','201711007','9871574746','delhi','India','Fresh','Demo','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','delhi','Demo','Demo','ethnicdivas.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',116,'',0,'13'),(1646,'1711AA0117','Rajesh kumar','approphomes@gmail.com','201711007','7678666328','Ghaziabad','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','lead generation','0 INR','Demo','Ghaziabad','lead generation','Demo','ahplgroup.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',117,'',0,'13'),(1647,'1711AA0118','Vikram Jethwani','vikram.jethwani@gmail.com','201711007','9911783766','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','blogging website','0 INR','Demo','Noida','blogging website','Demo','healthyhithappy.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',118,'',0,'13'),(1648,'1711AA0119','ASHISH GUPTA','ashish.671992@gmail.com','201711007','9654366897','greater noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','online test','0 INR','Demo','greater noida','online test','Demo','differentialacademy.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',119,'',0,'13'),(1649,'1711AA0120','Manish Mago','guru.with.knowledge@gmail.com','201711007','8130929480','Indirapuram,Gzb','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-comerce','0 INR','Demo','Indirapuram,Gzb','E-comerce','Demo','selloldbicycle.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:38','0',120,'',0,'13'),(1650,'1711AA0121','Krishna Umrao','krishnaumrao786@gmail.com','201711007','8860193903','Ghaziabad','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Ghaziabad','E-commerce Website','Demo','sabjimandi.store','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',121,'',0,'13'),(1651,'1711AA0122','Sahil khan','sahilflowerdecoration@gmail.com','201711007','9911412641','ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','promotion','0 INR','Demo','ghaziabad','promotion','Demo','weddingflowerdecoration.com','other_detail','244','244','244','','','',3,'','Duplicate lead','0','','','242','2017-11-07 06:15:44','0',122,'',0,'13'),(1652,'1711AA0123','Vipin Kumar','Demo','201711007','8510995588','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','NOIDA Sofa House','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',123,'',0,'13'),(1653,'1711AA0124','kamal gaur','kamal@k2gservices.com','201711007','8800130661','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','makemyceiling.com','other_detail','244','247','244','247','249','',5,'HOT','Reassigned to Shrawan','16','','','242','2017-11-07 06:15:44','0',124,'',0,'13'),(1654,'1711AA0125','Nadmeen','Demo','201711007','9560234439','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','need to discuss','0 INR','Demo','Noida','need to discuss','Demo','http://www.reflectionid.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',125,'',0,'13'),(1655,'1711AA0126','Sumit','Demo','201711007','7738336596','Delhi','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','Maintenance & Digital Marketing','0 INR','Demo','Delhi','Maintenance & Digital Marketing','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',126,'',0,'13'),(1656,'1711AA0127','Dany Malik','Demo','201711007','9999223338','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','e-commerce','0 INR','Demo','Delhi','e-commerce','Demo','dinkancreations.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',127,'',0,'13'),(1657,'1711AA0128','Dhannu Mal Gupta','dmgupta27@gmail.com','201711007','9811134463','delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','delhi','E-commerce','Demo','footweardata.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',128,'',0,'13'),(1658,'1711AA0129','Brajesh k Jaiswal','brajeshkjaiswal@gmail.com','201711007','8506911777','Ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Travel Portal','0 INR','Demo','Ghaziabad','Travel Portal','Demo','thejingleholidaybazar.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',129,'',0,'13'),(1659,'1711AA0130','Saurabh Kumar','shashwatinfrasolutions2017@gmail.com','201711007','9873036364','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','Delhi','dynamic website','Demo','shashwatinfra.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',130,'',0,'13'),(1660,'1711AA0131','kapil','kapilch4@gmail.com','201711007','9136401268','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','delhi','Website','Demo','m2mdrinks.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',131,'',0,'13'),(1661,'1711AA0132','Deepak Rathi','deepakrathi409@gmail.com','201711007','9911969583','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce ( Multivendor)','0 INR','Demo','delhi','E-commerce ( Multivendor)','Demo','rayzadio.biz','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',132,'',0,'13'),(1662,'1711AA0133','Vikas Malik','Demo','201711007','9999998647','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',133,'',0,'13'),(1663,'1711AA0134','AMIT JAIN','caamitjain1982@gmail.com','201711007','9871572997','GHAZIABAD','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','portal','0 INR','Demo','GHAZIABAD','portal','Demo','gstprime.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-11-07 06:15:44','0',134,'',0,'13'),(1664,'1711AA0135','Dileep','Demo','201711007','9911782122','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic Website','0 INR','Demo','Delhi','Dynamic Website','Demo','Demo','other_detail','244','244','244','','','',2,'','Dynamic Website','21','','','242','2017-11-07 06:15:44','0',135,'',0,'13'),(1665,'1711AA0548','Shrikant','Demo','8','8527393673','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected this weekend\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-09 05:04:18','0',11,'',0,'1'),(1666,'1711AA0549','Sunil','Demo','8','9313441668','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','followup for meeting as he travels to karnal for Teaching\r','','14-11-2017 - 13:30 ,Tuesday','','131','2017-11-09 05:04:18','0',12,'',0,'1'),(1667,'1711AA0550','Rajinder jha','Demo','8','9968509895','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call not pick\r','0','','','131','2017-11-09 05:04:18','0',13,'',0,'1'),(1668,'1711AA0551','Avtar Singh ','Demo','8','9450071918','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Out of Station will be back on 12th November\r','','12-11-2017 - 14:30 ,Sunday','','131','2017-11-09 05:04:18','0',14,'',0,'1'),(1669,'1711AA0552','Ashish agarwal ','Demo','8','9130012290','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected this weekend\r','','10-11-2017 - 14:30 ,Friday','','131','2017-11-09 05:04:18','0',15,'',0,'1'),(1670,'1711AA0553','Sanjiv sinha','Demo','8','9953885244','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call at 7:30, november 8th\r','','08-11-2017 - 14:30 ,Wednesday','','131','2017-11-09 05:04:18','0',16,'',0,'1'),(1671,'1711AA0554','Amit verma','Demo','8','8578004145','Noida','India','Fresh','Return','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected this weekend\r','','10-11-2017 - 14:30 ,Friday','','131','2017-11-09 05:04:18','0',17,'',0,'1'),(1672,'1711AA0555','Sanjay Sethi ','Demo','8','9811125008','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call back on next Monday\r','','13-11-2017 - 14:30 ,Monday','','131','2017-11-09 05:04:18','0',18,'',0,'1'),(1673,'1711AA0556','Ujjawal','Demo','8','9810917988','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Green Arch 890 Sqft, Pitched Divyansh\r','','09-11-2017 - 14:10 ,Thursday','','131','2017-11-09 05:04:18','0',19,'',0,'1'),(1674,'1711AA0557','Ashwani haritwas ','Demo','8','9711930746','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call not Pick\r','0','','','131','2017-11-09 05:04:18','0',20,'',0,'1'),(1675,'1711AA0558','Lalit','Demo','8','8527938697','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Father Is Banker\r','0','','','131','2017-11-09 05:04:18','0',21,'',0,'1'),(1676,'1711AA0559','Samar ','Demo','8','9899086288','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already Purchased\r','0','','','131','2017-11-09 05:04:18','0',22,'',0,'1'),(1677,'1711AA0560','Saket ','Demo','8','9971931941','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call Not Picked\r','0','','','131','2017-11-09 05:04:18','0',23,'',0,'1'),(1678,'1711AA0561','Anil  gahlot ','Demo','8','9811518774','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting on 9-11-17, at 12 noon\r','','09-11-2017 - 13:30 ,Thursday','','131','2017-11-09 05:04:18','0',24,'',0,'1'),(1679,'1711AA0562','Anurag','Demo','8','9555150543','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Saturday site visit, 11-11-2017\r','','11-11-2017 - 13:30 ,Saturday','','131','2017-11-09 05:04:18','0',25,'',0,'1'),(1680,'1711AA0563','Navin','Demo','8','8851258580','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call @11 am - 9-Nov-2017\r','','09-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:18','0',26,'',0,'1'),(1681,'1711AA0564','Nitin','Demo','8','9599206366','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 6 PM on 7th Nov 2017 asked to call on 9th \r','','11-11-2017 - 14:10 ,Saturday','','131','2017-11-09 05:04:18','0',27,'',0,'1'),(1682,'1711AA0565','Anupam Jain','Demo','8','9716363104','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix 4pm today //not done meeting \r','','11-11-2017 - 14:15 ,Saturday','','131','2017-11-09 05:04:18','0',28,'',0,'1'),(1683,'1711AA0566','Kamal khurrana','Demo','8','9911121722','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is req. Gaur city resale 2bhk\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-09 05:04:18','0',29,'',0,'1'),(1684,'1711AA0567','Jai joshi','Demo','8','9999967834','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming for tomorrow visit //visit not done\r','','11-11-2017 - 14:00 ,Saturday','','131','2017-11-09 05:04:18','0',30,'',0,'1'),(1685,'1711AA0568','Inder Raj Singh','Demo','8','9873825669','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done take some time\r','','12-11-2017 - 13:30 ,Sunday','','131','2017-11-09 05:04:18','0',31,'',0,'1'),(1686,'1711AA0569','Deepak ','Demo','8','7042380044','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking near by metro in central Noida ,size 2bhk , coming Sunday 12th nov //call not pic \r','','12-11-2017 - 13:00 ,Sunday','','131','2017-11-09 05:04:18','0',32,'',0,'1'),(1687,'1711AA0570','Deepak ','Demo','8','7042380044','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking near by metro in central Noida ,size 2bhk , coming Sunday 12th nov //call not pic \r','','12-11-2017 - 15:10 ,Sunday','','131','2017-11-09 05:04:18','0',33,'',0,'1'),(1688,'1711AA0571','Niket','Demo','8','9711219016','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','1545 resale teakwood tower inverty give then visit\r','','12-11-2017 - 13:30 ,Sunday','','131','2017-11-09 05:04:18','0',34,'',0,'1'),(1689,'1711AA0572','Sonia tiwari ','Demo','8','8839133978','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','always call not pic \r','0','','','131','2017-11-09 05:04:18','0',35,'',0,'1'),(1690,'1711AA0573','CP nigam','Demo','8','8588052580','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested ..in any property\r','0','','','131','2017-11-09 05:04:18','0',36,'',0,'1'),(1691,'1711AA0574','Harsh ','Demo','8','8882686260','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come sunday for visits exotica 1035 sq ft.. \r','','16-11-2017 - 15:00 ,Thursday','','131','2017-11-09 05:04:18','0',37,'',0,'1'),(1692,'1711AA0575','Radha','Demo','8','8076720361','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call around 4 o\' clock   //call not pic \r','','16-11-2017 - 15:15 ,Thursday','','131','2017-11-09 05:04:18','0',38,'',0,'1'),(1693,'1711AA0576','Abhishek ','Demo','8','9540808809','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',')int in 3bhk pitch royal court exotica/divyansh will come sunday...\r','','16-11-2017 - 15:10 ,Thursday','','131','2017-11-09 05:04:18','0',39,'',0,'1'),(1694,'1711AA0577','Shobhit','Demo','8','9810732224','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','All ready follow up Sandeep sir\r','0','','','131','2017-11-09 05:04:18','0',40,'',0,'1'),(1695,'1711AA0578',' Akash sharma','Demo','8','9899887242','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','customer is interested but he does not know about subvention plan so  tomorrow he confirm this plan from his relative working in Allahabad Bank. then submitted docs\r','','11-11-2017 - 14:10 ,Saturday','','131','2017-11-09 05:04:26','0',41,'',0,'1'),(1696,'1711AA0579','Vivek ','Demo','8','9015520858','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He is not looking any property\r','0','','','131','2017-11-09 05:04:26','0',42,'',0,'1'),(1697,'1711AA0580','Pavan Kumar ','Demo','8','9312213455','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed on day after tomorrow evening\r','','11-11-2017 - 13:05 ,Saturday','','131','2017-11-09 05:04:26','0',43,'',0,'1'),(1698,'1711AA0581','Parvinder Singh ','Demo','8','7290022134','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call 5pm //call but not pic \r','0','','','131','2017-11-09 05:04:26','0',44,'',0,'1'),(1699,'1711AA0582','Gaurav','Demo','8','7973344837','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming for visit in mahagun\r','','11-11-2017 - 15:00 ,Saturday','','131','2017-11-09 05:04:26','0',45,'',0,'1'),(1700,'1711AA0583','Anived','Demo','8','9628735499','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call//not pic \r','0','','','131','2017-11-09 05:04:26','0',46,'',0,'1'),(1701,'1711AA0584','Manish jain','Demo','8','9717256863','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back//not pic any time\r','0','','','131','2017-11-09 05:04:26','0',47,'',0,'1'),(1702,'1711AA0585','Ranadip patra ','Demo','8','9051405904','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off \r','0','','','131','2017-11-09 05:04:26','0',48,'',0,'1'),(1703,'1711AA0586','Nishant','Demo','8','9650168099','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','1st sale own property ,then want to puchase \r','','16-11-2017 - 14:05 ,Thursday','','131','2017-11-09 05:04:26','0',49,'',0,'1'),(1704,'1711AA0587','Rajendra kr ','Demo','8','9555291442','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call \r','0','','','131','2017-11-09 05:04:26','0',50,'',0,'1'),(1705,'1711AA0588','Shawal kumar','Demo','8','9871700484','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reach //notrech \r','0','','','131','2017-11-09 05:04:26','0',51,'',0,'1'),(1706,'1711AA0589','Vasu','Demo','8','9990035188','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back //call back \r','0','','','131','2017-11-09 05:04:26','0',52,'',0,'1'),(1707,'1711AA0590','Anil','Demo','8','9312669013','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-11-09 05:04:26','0',53,'',0,'1'),(1708,'1711AA0591','Ankush Goyal ','Demo','8','9911830126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call but he is busy say call back //not pic \r','0','','','131','2017-11-09 05:04:26','0',54,'',0,'1'),(1709,'1711AA0592','Sanjeev','Demo','8','8527798780','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call /not pic \r','0','','','131','2017-11-09 05:04:26','0',55,'',0,'1'),(1710,'1711AA0593','Nirdosh ','Demo','8','9811063960','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //not pic\r','0','','','131','2017-11-09 05:04:26','0',56,'',0,'1'),(1711,'1711AA0594','Nitika basin','Demo','8','9899176588','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' want rent in 93,107 sec\r','0','','','131','2017-11-09 05:04:26','0',57,'',0,'1'),(1712,'1711AA0595','Sudha devakar ','Demo','8','9015297075','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','9015297075 looking property in noida Extension bud 45 l 2+study \r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:26','0',58,'',0,'1'),(1713,'1711AA0596','Arun Singh','Demo','8','9871225910','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','busy //call not pic\r','0','','','131','2017-11-09 05:04:26','0',59,'',0,'1'),(1714,'1711AA0597','Akash','Demo','8','8368352852','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off\r','0','','','131','2017-11-09 05:04:26','0',60,'',0,'1'),(1715,'1711AA0598','Sanjay','Demo','8','7838448000','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','35lac  budget, for noida Extension pitched Divyansh flora, Himalaya\r','','16-11-2017 - 15:00 ,Thursday','','131','2017-11-09 05:04:26','0',61,'',0,'1'),(1716,'1711AA0599','Mr Chaudhary','Demo','8','9999300788','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','busy //call not pic\r','0','','','131','2017-11-09 05:04:26','0',62,'',0,'1'),(1717,'1711AA0600','Sujay Kumar ','Demo','8','9971299082','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back //busy call next Sunday 12th or 13th nov \r','','13-11-2017 - 12:00 ,Monday','','131','2017-11-09 05:04:26','0',63,'',0,'1'),(1718,'1711AA0601','Satyam mishra','Demo','8','9650501910','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic any time \r','0','','','131','2017-11-09 05:04:26','0',64,'',0,'1'),(1719,'1711AA0602','Sumit kumar','Demo','8','9810789178','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Talked to client ,he confirmed meeting for Monday at 3 pm//followups \r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:26','0',65,'',0,'1'),(1720,'1711AA0603','Manisha ','Demo','8','8076238086','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meri baat ho rhi hai but wo 40 lacs me 891 sq ft park facing maagti hai maine suman se confirm kya deal 42 se kam nhi hai.\r','','16-11-2017 - 14:00 ,Thursday','','131','2017-11-09 05:04:26','0',66,'',0,'1'),(1721,'1711AA0604','Umair ','Demo','8','9999744703','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-11-09 05:04:26','0',67,'',0,'1'),(1722,'1711AA0605','Pravin tiwari','Demo','8','9810121989','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back /not pic \r','0','','','131','2017-11-09 05:04:26','0',68,'',0,'1'),(1723,'1711AA0606','Bikram kumar Das','Demo','8','9711003928','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix //clt says come for meeting 9pm in gurgaon \r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:26','0',69,'',0,'1'),(1724,'1711AA0607','Mohammad kamran ','Demo','8','9910000572','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic any time \r','0','','','131','2017-11-09 05:04:26','0',70,'',0,'1'),(1725,'1711AA0608','Rakesh','Demo','8','8879741020','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-11-09 05:04:33','0',71,'',0,'1'),(1726,'1711AA0609','Gautam','Demo','8','9999309256','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-11-09 05:04:33','0',72,'',0,'1'),(1727,'1711AA0610','Navjot','Demo','8','9899376087','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested\r','0','','','131','2017-11-09 05:04:33','0',73,'',0,'1'),(1728,'1711AA0611','Rakesh','Demo','8','7988571181','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time \r','0','','','131','2017-11-09 05:04:33','0',74,'',0,'1'),(1729,'1711AA0612','Koran','Demo','8','9140703057','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','want plot in  kanpur \r','0','','','131','2017-11-09 05:04:33','0',75,'',0,'1'),(1730,'1711AA0613','Naveen','Demo','8','9811103977','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-11-09 05:04:33','0',76,'',0,'1'),(1731,'1711AA0614','Puneet Singh','Demo','8','9760772008','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back 5pm// call but not pic \r','0','','','131','2017-11-09 05:04:33','0',77,'',0,'1'),(1732,'1711AA0615','Amit','Demo','8','9711218186','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk,35 lac budget floor koi bhi chalega ,noida exc R2M Fresh/Resale \r','','16-11-2017 - 13:00 ,Thursday','','131','2017-11-09 05:04:33','0',78,'',0,'1'),(1733,'1711AA0616','Shivam','Demo','8','9910580539','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call back//call not pic//broker \r','0','','','131','2017-11-09 05:04:33','0',79,'',0,'1'),(1734,'1711AA0617','Saurabh kapoor','Demo','8','9810782897','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-09 05:04:33','0',80,'',0,'1'),(1735,'1711AA0618','Dev','Demo','8','9560604508','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back//not pic any time\r','0','','','131','2017-11-09 05:04:33','0',81,'',0,'1'),(1736,'1711AA0619','Saurabh','Demo','8','9711987777','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call back //broker \r','0','','','131','2017-11-09 05:04:33','0',82,'',0,'1'),(1737,'1711AA0620','Kushalveer ','Demo','8','8076551848','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','deeksha--Lead filter.. 4 o clk chale Jana time per apka naam bata diya k ap aa rahe Ho//not to come \r','0','','','131','2017-11-09 05:04:33','0',83,'',0,'1'),(1738,'1711AA0621','Yeshvir singh','Demo','8','8750400123','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Busy call back \r','','09-11-2017 - 14:10 ,Thursday','','131','2017-11-09 05:04:33','0',84,'',0,'1'),(1739,'1711AA0622','Kailash chandra','Demo','8','9891176554','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not picking call lead return\r','0','','','131','2017-11-09 05:04:33','0',85,'',0,'1'),(1740,'1711AA0623','Jonathan','Demo','8','9871777701','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested in plan lead return\r','0','','','131','2017-11-09 05:04:33','0',86,'',0,'1'),(1741,'1711AA0624','Suraj','Demo','8','9650220500','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 6 pm\r','','09-11-2017 - 18:30 ,Thursday','','131','2017-11-09 05:04:33','0',87,'',0,'1'),(1742,'1711AA0625','Sarvesh chandra','Demo','8','9412051205','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number lead return\r','0','','','131','2017-11-09 05:04:33','0',88,'',0,'1'),(1743,'1711AA0626',' Uday','Demo','8','9810313916','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done at our office. Call on Thursday-9nov follow up\r','','09-11-2017 - 14:10 ,Thursday','','131','2017-11-09 05:04:33','0',89,'',0,'1'),(1744,'1711AA0627','Yogesh pandey ','Demo','8','9990868169','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on sat eve for visit. Int in exotica\r','','11-11-2017 - 15:15 ,Saturday','','131','2017-11-09 05:04:33','0',90,'',0,'1'),(1745,'1711AA0628','Monik','Demo','8','8800967399','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done .interested in plan follow up\r','','09-11-2017 - 14:10 ,Thursday','','131','2017-11-09 05:04:33','0',91,'',0,'1'),(1746,'1711AA0629','Gaurav tondon','Demo','8','9996633892','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back on sat  for site visit\r','','11-11-2017 - 14:10 ,Saturday','','131','2017-11-09 05:04:33','0',92,'',0,'1'),(1747,'1711AA0630','Deepak sharma','Demo','8','9958695488','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet today.\r','','10-11-2017 - 14:10 ,Friday','','131','2017-11-09 05:04:33','0',93,'',0,'1'),(1748,'1711AA0631','Harswaroop yadav','Demo','8','9958323489','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','16-11-2017 - 13:00 ,Thursday','','131','2017-11-09 05:04:33','0',94,'',0,'1'),(1749,'1711AA0632','Anil','Demo','8','9717721961','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking for vasundhra lead return\r','0','','','131','2017-11-09 05:04:33','0',95,'',0,'1'),(1750,'1711AA0633','Ravi','Demo','8','9336363738','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida only lead return\r','0','','','131','2017-11-09 05:04:33','0',96,'',0,'1'),(1751,'1711AA0634','Vikram','Demo','8','9990408866','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida only lead return\r','0','','','131','2017-11-09 05:04:33','0',97,'',0,'1'),(1752,'1711AA0635','Sameer','Demo','8','9711646149','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. First he will go for his actual property then will go for this plan follow up\r','','17-11-2017 - 12:00 ,Friday','','131','2017-11-09 05:04:33','0',98,'',0,'1'),(1753,'1711AA0636','Brajesh','Demo','8','9425773210','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picking call back\r','0','','','131','2017-11-09 05:04:33','0',99,'',0,'1'),(1754,'1711AA0637','Poornesh tripathi','Demo','8','7838979328','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back\r','0','','','131','2017-11-09 05:04:33','0',100,'',0,'1'),(1755,'1711AA0638','Rajan','Demo','8','7042078328','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up, will visit in next weekend,\r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:38','0',101,'',0,'1'),(1756,'1711AA0639','Ravi','Demo','8','8860079981','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking in cherry and mahagun, 62lacs, 1521sqft. Follow up\r','','19-11-2017 - 14:00 ,Sunday','','131','2017-11-09 05:04:38','0',102,'',0,'1'),(1757,'1711AA0640','Amit tyagi','Demo','8','9313906009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','need to follow him after two days,discuss over the call\r','','10-11-2017 - 02:10 ,Friday','','131','2017-11-09 05:04:38','0',103,'',0,'1'),(1758,'1711AA0641','Nitin soni ','Demo','8','9654026251','Noida','India','Fresh','Repeat','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:38','0',104,'',0,'1'),(1759,'1711AA0642','Vinay','Demo','8','9873666093','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:38','0',105,'',0,'1'),(1760,'1711AA0643','Praveen','Demo','8','9911441341','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posponed the plan and already invested some where else\r','0','','','131','2017-11-09 05:04:38','0',106,'',0,'1'),(1761,'1711AA0644','Arnav','Demo','8','9911128867','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick/not pick\r','0','','','131','2017-11-09 05:04:38','0',107,'',0,'1'),(1762,'1711AA0645','Jagdish bobhal','Demo','8','9456795337','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','searching property in patel nagar delhi bud-20-30 lac\r','0','','','131','2017-11-09 05:04:38','0',108,'',0,'1'),(1763,'1711AA0646','Anil ','Demo','8','8700326340','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is a dealer wants to sale his property which is in faridabad\r','0','','','131','2017-11-09 05:04:38','0',109,'',0,'1'),(1764,'1711AA0647','Sachita kumar','Demo','8','9918254393','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking property\r','0','','','131','2017-11-09 05:04:38','0',110,'',0,'1'),(1765,'1711AA0648','Ashish','Demo','8','9873029642','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking property\r','0','','','131','2017-11-09 05:04:39','0',111,'',0,'1'),(1766,'1711AA0649','Manju','Demo','8','9650953610','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','bizi/not pick\r','0','','','131','2017-11-09 05:04:39','0',112,'',0,'1'),(1767,'1711AA0650','Arun','Demo','8','9161228126','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking property\r','0','','','131','2017-11-09 05:04:39','0',113,'',0,'1'),(1768,'1711AA0651','Rana','Demo','8','8884540889','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking residencial property in navi mumbai-3500 pr sqft/-\r','0','','','131','2017-11-09 05:04:39','0',114,'',0,'1'),(1769,'1711AA0652','Nitin','Demo','8','8447900054','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already purchased in ghaziabad before 2weeks later\r','0','','','131','2017-11-09 05:04:39','0',115,'',0,'1'),(1770,'1711AA0653','Zaid Khan ','Demo','8','9990956522','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested\r','0','','','131','2017-11-09 05:04:39','0',116,'',0,'1'),(1771,'1711AA0654','Manish Arora ','Demo','8','9810740456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done with the client ,will revert within this month\r','','12-11-2017 - 12:00 ,Sunday','','131','2017-11-09 05:04:39','0',117,'',0,'1'),(1772,'1711AA0655','Syed haider','Demo','8','9870390657','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','jwell of noida already visited by self/right now required 1660sqft above floor where PLCs off\r','','16-11-2017 - 12:30 ,Thursday','','131','2017-11-09 05:04:39','0',118,'',0,'1'),(1773,'1711AA0656','Anubhav','Demo','8','9650806689','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','required 2units-1550/1930sqft,will visit on Tuesday/visited site of saundaryam 1930 sqft.\r','','14-11-2017 - 12:00 ,Tuesday','','131','2017-11-09 05:04:39','0',119,'',0,'1'),(1774,'1711AA0657','Abhishek  srivastava','Demo','8','9718767970','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested for ace city,budget 50to 52 lacs,can come on Friday or weekends.\r','','20-11-2017 - 14:10 ,Monday','','131','2017-11-09 05:04:39','0',120,'',0,'1'),(1775,'1711AA0658','Suresh ','Demo','8','9811111047','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested\r','0','','','131','2017-11-09 05:04:39','0',121,'',0,'1'),(1776,'1711AA0659','Uday ganguly','Demo','8','9958377661','Noida','India','Fresh','Mahagun','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',122,'',0,'1'),(1777,'1711AA0660','Anuj Kumar Tiwari ','Demo','8','9711771751','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',123,'',0,'1'),(1778,'1711AA0661','Bhumika','Demo','8','7065513311','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',124,'',0,'1'),(1779,'1711AA0662','Vinay jaiswal','Demo','8','9650526003','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',125,'',0,'1'),(1780,'1711AA0663','Vinay jaiswal','Demo','8','9650526003','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',126,'',0,'1'),(1781,'1711AA0664','Bhumi','Demo','8','8840951751','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:39','0',127,'',0,'1'),(1782,'1711AA0665','Asif khan','Demo','8','7391856309','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:39','0',128,'',0,'1'),(1783,'1711AA0666','Jagpreet','Demo','8','9317709890','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:39','0',129,'',0,'1'),(1784,'1711AA0667','Sameer','Demo','8','9582461955','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:39','0',130,'',0,'1'),(1785,'1711AA0668','Dr.Gokula','Demo','8','8800791800','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:46','0',131,'',0,'1'),(1786,'1711AA0669','Parul','Demo','8','9068808328','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:46','0',132,'',0,'1'),(1787,'1711AA0670','Inderjeet','Demo','8','9868247468','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:46','0',133,'',0,'1'),(1788,'1711AA0671','Rajeev','Demo','8','9718899761','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:46','0',134,'',0,'1'),(1789,'1711AA0672','Vk suri','Demo','8','9711632232','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking propety.\r','','16-11-2017 - 12:30 ,Thursday','','131','2017-11-09 05:04:46','0',135,'',0,'1'),(1790,'1711AA0673','Jyoti Goel ','Demo','8','9810574664','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' Not interested\r','0','','','131','2017-11-09 05:04:46','0',136,'',0,'1'),(1791,'1711AA0674','Dr surendra kumar','Demo','8','9811909295','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He is not confort \r','0','','','131','2017-11-09 05:04:46','0',137,'',0,'1'),(1792,'1711AA0675','Pankaj kumar ','Demo','8','9999912806','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return Lead, Phone Disconnected, not intrested to meet or giving time to meet\r','0','','','131','2017-11-09 05:04:46','0',138,'',0,'1'),(1793,'1711AA0676','Ram sagar verma ','Demo','8','8588897220','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer gives time to meet next week\r','','10-11-2017 - 02:10 ,Friday','','131','2017-11-09 05:04:46','0',139,'',0,'1'),(1794,'1711AA0677','Arvind pandey ','Demo','8','9582133660','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is out of Station, Friday evening will be back, after that meeting will be scheduled.\r','','09-11-2017 - 02:30 ,Thursday','','131','2017-11-09 05:04:46','0',140,'',0,'1'),(1795,'1711AA0678','Ankit Tuli','Demo','8','9953678149','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Intrested\r','0','','','131','2017-11-09 05:04:46','0',141,'',0,'1'),(1796,'1711AA0679','Manmohan Dubey ','Demo','8','9650023987','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer address not found, \r','0','','','131','2017-11-09 05:04:46','0',142,'',0,'1'),(1797,'1711AA0680','Hemant aggarwal','Demo','8','9810369319','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Intrested\r','0','','','131','2017-11-09 05:04:46','0',143,'',0,'1'),(1798,'1711AA0681','Gyan chandra srivastava','Demo','8','8130074796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:46','0',144,'',0,'1'),(1799,'1711AA0682','Rohit ','Demo','8','9560257999','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want to visit on Sunday capetown, 1150 sq.ft, visit not done on Sunday\r','','09-11-2017 - 02:10 ,Thursday','','131','2017-11-09 05:04:46','0',145,'',0,'1'),(1800,'1711AA0683','Rohit','Demo','8','7022551763','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he may finalize unit in gaur sportswood sector 79, want to purchase below 4700 price as given by builder\r','','09-11-2017 - 02:10 ,Thursday','','131','2017-11-09 05:04:46','0',146,'',0,'1'),(1801,'1711AA0684','Nisha rai','Demo','8','8920987167','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','I waited for more than half an hour but she didn\'t came, she rarely attended call\r','','09-11-2017 - 02:10 ,Thursday','','131','2017-11-09 05:04:46','0',147,'',0,'1'),(1802,'1711AA0685','Vandana ','Demo','8','8130333855','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 05:04:46','0',148,'',0,'1'),(1803,'1711AA0686','Sunil ','Demo','8','9811621561','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','expected visit today by 1.30 pm for capetown 1150 sq.ft, floor 2-3 only\r','','06-11-2017 - 02:10 ,Monday','','131','2017-11-09 05:04:46','0',149,'',0,'1'),(1804,'1711AA0687','Deepak','Demo','8','8795947000','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 1150 in capetown in specific tower and unit, searching for unit\r','','16-11-2017 - 15:00 ,Thursday','','131','2017-11-09 05:04:46','0',150,'',0,'1'),(1805,'1711AA0688','Rashi ','Demo','8','9899386446/9999282020','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat No','0','','','131','2017-11-09 05:04:46','0',151,'',0,'1'),(1806,'1711AA0689','Nitesh nagpal','Demo','8','9891478180','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is in meeting, asked to call @ 4 pm-06-11-2017, line busy-10-11-2017, asked to call on 14-11-17 after 6pm\r','','14-11-2017 - 12:00 ,Tuesday','','131','2017-11-09 05:04:46','0',152,'',0,'1'),(1807,'1711AA0690','Mr gaurav','Demo','8','8447866377','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','specific project, ecocity, upto 5th floor and paras tierea new possession flats, floor upto 5th, full white deal, will visit after unit confirmation, working in bank as a manager in 135 sector, also l','','13-11-2017 - 13:00 ,Monday','','131','2017-11-09 05:04:46','0',153,'',0,'1'),(1808,'1711AA0691','Vaibhav','Demo','8','9711787297','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switched off\r','0','','','131','2017-11-09 05:04:46','0',154,'',0,'1'),(1809,'1711AA0692','Siddarth ','Demo','8','8826289176','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 1735 @ 95 Lakhs, want to close deal ASAP-07-11-2017, low budget customer\r','','07-11-2017 - 14:00 ,Tuesday','','131','2017-11-09 05:04:46','0',155,'',0,'1'),(1810,'1711AA0693','Harpreet','Demo','8','9810688323','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','fro RTM tower budtget 90 lakhs incl transfer, else tower 28, unit no. 4&5 only floor upto 12th, price 4700 including transfer\r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-09 05:04:46','0',156,'',0,'1'),(1811,'1711AA0694','peeushi chugh','Demo','9','9953799580','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','132','','','',5,'HOT','','1','','','131','2017-11-09 10:45:05','0',157,'',0,'1'),(1812,'1711AA0695','MRUTUNJAYA SENAPATI','Demo','9','9953799796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',158,'',0,'1'),(1813,'1711AA0696','Rahul Singal','Demo','9','9953914530','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',159,'',0,'1'),(1814,'1711AA0697','Ashutosh Jangir','Demo','9','9958111278','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',160,'',0,'1'),(1815,'1711AA0698','Nitesh Harit','Demo','9','9958433225','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',161,'',0,'1'),(1816,'1711AA0699','gagan gupta','Demo','9','9958544773','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',162,'',0,'1'),(1817,'1711AA0700','bharatkumar','Demo','9','9958787272','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',163,'',0,'1'),(1818,'1711AA0701','ADARSH AARON','Demo','9','9971005397','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',164,'',0,'1'),(1819,'1711AA0702','VARUN SINGHAL','Demo','9','9971724823','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',165,'',0,'1'),(1820,'1711AA0703','ashishkumar','Demo','9','9971795536','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',166,'',0,'1'),(1821,'1711AA0704','NEELAM SHAZIA','Demo','9','9971847036','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',167,'',0,'1'),(1822,'1711AA0705','Balivada Santosh','Demo','9','9985832442','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',168,'',0,'1'),(1823,'1711AA0706','VIJAY PARMAR','Demo','9','9990450724','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',169,'',0,'1'),(1824,'1711AA0707','RISHI BHANOT','Demo','9','9999616188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',170,'',0,'1'),(1825,'1711AA0708','AGNI RAJPUT','Demo','9','9999925510','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',171,'',0,'1'),(1826,'1711AA0709','kuldeep dhyani','Demo','9','7503384753','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',172,'',0,'1'),(1827,'1711AA0710','pradeep Sharma','Demo','9','7835820202','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',173,'',0,'1'),(1828,'1711AA0711','Priya Nevtia','Demo','9','7838050528','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',174,'',0,'1'),(1829,'1711AA0712','AKHILESH KUMAR','Demo','9','7840063366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',175,'',0,'1'),(1830,'1711AA0713','Manish Kumar','Demo','9','8010330626','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',176,'',0,'1'),(1831,'1711AA0714','Nitin MIttal','Demo','9','8010599992','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',177,'',0,'1'),(1832,'1711AA0715','RASHID AHMAD','Demo','9','8130398867','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',178,'',0,'1'),(1833,'1711AA0716','LALJEE AGARJEET C.A','Demo','9','8263860926','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',179,'',0,'1'),(1834,'1711AA0717','SANJEET KUMAR','Demo','9','8510997228','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',180,'',0,'1'),(1835,'1711AA0718','Surbha Gupta','Demo','9','8527399540','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',181,'',0,'1'),(1836,'1711AA0719','Deepak Kumar','Demo','9','8588854759','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',182,'',0,'1'),(1837,'1711AA0720','REHAN YUSUF','Demo','9','8800199050','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',183,'',0,'1'),(1838,'1711AA0721','vagish dubey','Demo','9','8800277554','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',184,'',0,'1'),(1839,'1711AA0722','Puneet Goel','Demo','9','8800463388','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',185,'',0,'1'),(1840,'1711AA0723','rashi kochhar','Demo','9','8860541141','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:05','0',186,'',0,'1'),(1841,'1711AA0724','sanjay kumar','Demo','9','9015029413','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',187,'',0,'1'),(1842,'1711AA0725','NET RAM TAWAR','Demo','9','9015543703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',188,'',0,'1'),(1843,'1711AA0726','Raghu Venukadasula','Demo','9','9052526395','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',189,'',0,'1'),(1844,'1711AA0727','Devendra Pal','Demo','9','9210718511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',190,'',0,'1'),(1845,'1711AA0728','Girish Pandey','Demo','9','9212324287','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',191,'',0,'1'),(1846,'1711AA0729','Bineeta Sharma','Demo','9','9278916781','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',192,'',0,'1'),(1847,'1711AA0730','Arbind Kumar','Demo','9','9311993022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',193,'',0,'1'),(1848,'1711AA0731','JAI KARAN','Demo','9','9501149800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',194,'',0,'1'),(1849,'1711AA0732','Pramod Kumar','Demo','9','9555274574','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',195,'',0,'1'),(1850,'1711AA0733','GAGANDEEP SINGH','Demo','9','9555554610','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',196,'',0,'1'),(1851,'1711AA0734','abhimanyu singh','Demo','9','9560103031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',197,'',0,'1'),(1852,'1711AA0735','ISHWAR DAYAL','Demo','9','9560283006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',198,'',0,'1'),(1853,'1711AA0736','Raghav Mishra','Demo','9','9582221533','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',199,'',0,'1'),(1854,'1711AA0737','Mayank Chauhan','Demo','9','9599901979','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',200,'',0,'1'),(1855,'1711AA0738','Mita Moullick','Demo','9','9650202299','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',201,'',0,'1'),(1856,'1711AA0739','Geeta Sas','Demo','9','9650608251','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',202,'',0,'1'),(1857,'1711AA0740','SAHAB SINGH','Demo','9','9650828829','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',203,'',0,'1'),(1858,'1711AA0741','Sonia Vij','Demo','9','9654117007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',204,'',0,'1'),(1859,'1711AA0742','Sanjeev Singh','Demo','9','9711893893','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',205,'',0,'1'),(1860,'1711AA0743','SUNDER Prakash','Demo','9','9716719137','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',206,'',0,'1'),(1861,'1711AA0744','sudesh gupta','Demo','9','9717753140','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',207,'',0,'1'),(1862,'1711AA0745','Sunil Rana','Demo','9','9718137367','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',208,'',0,'1'),(1863,'1711AA0746','Disha Singh','Demo','9','9719066100','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',209,'',0,'1'),(1864,'1711AA0747','Mehul Patil','Demo','9','9723610473','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',210,'',0,'1'),(1865,'1711AA0748','Shakti Singh','Demo','9','9810072421','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',211,'',0,'1'),(1866,'1711AA0749','Afzal Hussain','Demo','9','9810085376','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',212,'',0,'1'),(1867,'1711AA0750','PREM KUMAR','Demo','9','9810349296','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',213,'',0,'1'),(1868,'1711AA0751','SWATI JAIN','Demo','9','9810819039','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',214,'',0,'1'),(1869,'1711AA0752','Chander Mohan Juyal','Demo','9','9811025758','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',215,'',0,'1'),(1870,'1711AA0753','RITU MITTAL','Demo','9','9811526508','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:10','0',216,'',0,'1'),(1871,'1711AA0754','Suprit Singh','Demo','9','9811929902','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',217,'',0,'1'),(1872,'1711AA0755','Pradeep Singh','Demo','9','9828833817','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',218,'',0,'1'),(1873,'1711AA0756','Vivek Kumar Singh','Demo','9','9871109754','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',219,'',0,'1'),(1874,'1711AA0757','KALPANA KARRI','Demo','9','9871133605','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',220,'',0,'1'),(1875,'1711AA0758','Honey Naruka','Demo','9','9871567515','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',221,'',0,'1'),(1876,'1711AA0759','NEETU SHARMA','Demo','9','9871631717','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',222,'',0,'1'),(1877,'1711AA0760','SHIV SHANKAR SINGH YADAV','Demo','9','9873028073','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',223,'',0,'1'),(1878,'1711AA0761','Bhagwan Singh','Demo','9','9873057323','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',224,'',0,'1'),(1879,'1711AA0762','Vishal Gupta','Demo','9','9873139637','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',225,'',0,'1'),(1880,'1711AA0763','Santanu Ganguly','Demo','9','9873251463','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',226,'',0,'1'),(1881,'1711AA0764','ANKIT AGNIHOTRI','Demo','9','9873679404','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',227,'',0,'1'),(1882,'1711AA0765','DIVAKAR GUPTA','Demo','9','9873807118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',228,'',0,'1'),(1883,'1711AA0766','Pallavi Khurana','Demo','9','9873933200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',229,'',0,'1'),(1884,'1711AA0767','Palak Gupta','Demo','9','9891015705','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',230,'',0,'1'),(1885,'1711AA0768','meetu sharma','Demo','9','9891182308','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',231,'',0,'1'),(1886,'1711AA0769','Ashwini Kumar','Demo','9','9891309552','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',232,'',0,'1'),(1887,'1711AA0770','kiran','Demo','9','9891398318','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',233,'',0,'1'),(1888,'1711AA0771','SARIKA JAIN','Demo','9','9891604515','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',234,'',0,'1'),(1889,'1711AA0772','Pankaj Parashar','Demo','9','9899199612','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',235,'',0,'1'),(1890,'1711AA0773','MD Shaukat Ali','Demo','9','9899230857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',236,'',0,'1'),(1891,'1711AA0774','avneet sharma','Demo','9','9899389819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',237,'',0,'1'),(1892,'1711AA0775','garima chauhan','Demo','9','9899490251','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',238,'',0,'1'),(1893,'1711AA0776','ABHISHEK SRIVASTAVA','Demo','9','9899605229','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',239,'',0,'1'),(1894,'1711AA0777','aloksharma','Demo','9','9899995304','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',240,'',0,'1'),(1895,'1711AA0778','YATINDER RAWAT','Demo','9','9910362606','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',241,'',0,'1'),(1896,'1711AA0779','Manish Kumar','Demo','9','9910683173','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',242,'',0,'1'),(1897,'1711AA0780','Vikas Srivastava','Demo','9','9910918177','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',243,'',0,'1'),(1898,'1711AA0781','ROHIT SINGH RAWAT','Demo','9','9910923043','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',244,'',0,'1'),(1899,'1711AA0782','Pushpinder Singh','Demo','9','9910985625','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',245,'',0,'1'),(1900,'1711AA0783','Abhay Kumar Sharma','Demo','9','9911535626','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:16','0',246,'',0,'1'),(1901,'1711AA0784','salim ali','Demo','9','9911676740','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',247,'',0,'1'),(1902,'1711AA0785','shakeel hasan','Demo','9','9953253084','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',248,'',0,'1'),(1903,'1711AA0786','Lavanya Vaish','Demo','9','9958374335','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',249,'',0,'1'),(1904,'1711AA0787','Paras Chaudhary','Demo','9','9963842667','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',250,'',0,'1'),(1905,'1711AA0788','JOGENDER KUMAR','Demo','9','9971138208','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',251,'',0,'1'),(1906,'1711AA0789','Rajdeep Yadav','Demo','9','9971308833','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',252,'',0,'1'),(1907,'1711AA0790','Debamitra Das','Demo','9','9971886158','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',253,'',0,'1'),(1908,'1711AA0791','Rahul Chawla','Demo','9','9990042772','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',254,'',0,'1'),(1909,'1711AA0792','vinay purwar','Demo','9','9990167110','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',255,'',0,'1'),(1910,'1711AA0793','Dhiraj Kumar Sharma','Demo','9','9990672819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',256,'',0,'1'),(1911,'1711AA0794','SANJAY SHARMA','Demo','9','9999234809','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',257,'',0,'1'),(1912,'1711AA0795','HARCHARAN SETHI','Demo','9','9999564260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',258,'',0,'1'),(1913,'1711AA0796','Swetabh Verma','Demo','9','7838340541','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',259,'',0,'1'),(1914,'1711AA0797','sachin sharma','Demo','9','7838387990','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',260,'',0,'1'),(1915,'1711AA0798','viney khanna','Demo','9','8054206514','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',261,'',0,'1'),(1916,'1711AA0799','Bhavna Uppal','Demo','9','8376908456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',262,'',0,'1'),(1917,'1711AA0800','Kapil Yadav','Demo','9','8550956888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',263,'',0,'1'),(1918,'1711AA0801','WALIUR RAHMAN','Demo','9','8588855132','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',264,'',0,'1'),(1919,'1711AA0802','Rajat Gupta','Demo','9','8800222703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',265,'',0,'1'),(1920,'1711AA0803','SUBIR JHA','Demo','9','8800893969','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',266,'',0,'1'),(1921,'1711AA0804','Amit Kumar Goswami','Demo','9','8802620555','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',267,'',0,'1'),(1922,'1711AA0805','Inder Jeet Banger','Demo','9','8860037094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',268,'',0,'1'),(1923,'1711AA0806','Sanjay Upadhyay','Demo','9','9212190138','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',269,'',0,'1'),(1924,'1711AA0807','Anurag Sharma','Demo','9','9250522469','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',270,'',0,'1'),(1925,'1711AA0808','VINAY KAUL','Demo','9','9311337798','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',271,'',0,'1'),(1926,'1711AA0809','Puneet Mittal','Demo','9','9560079716','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',272,'',0,'1'),(1927,'1711AA0810','gyanendra singh','Demo','9','9560889966','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',273,'',0,'1'),(1928,'1711AA0811','Kushank Chhabra','Demo','9','9582410491','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',274,'',0,'1'),(1929,'1711AA0812','Deepanshu Sardana','Demo','9','9634628487','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',275,'',0,'1'),(1930,'1711AA0813','PANKAJ SHARMA','Demo','9','9654408595','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:21','0',276,'',0,'1'),(1931,'1711AA0814','Abhishek Sinha','Demo','9','9654701188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',277,'',0,'1'),(1932,'1711AA0815','Sarita Baloni','Demo','9','9711101283','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',278,'',0,'1'),(1933,'1711AA0816','Rajat Kashyap','Demo','9','9810692362','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',279,'',0,'1'),(1934,'1711AA0817','Anil Yadav','Demo','9','9810711933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',280,'',0,'1'),(1935,'1711AA0818','NAVEEN SHARMA','Demo','9','9818155119','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',281,'',0,'1'),(1936,'1711AA0819','Pradeep Rai','Demo','9','9818632959','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',282,'',0,'1'),(1937,'1711AA0820','Deepankar Basu','Demo','9','9818739126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',283,'',0,'1'),(1938,'1711AA0821','Dinesh Kumar','Demo','9','9868006954','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',284,'',0,'1'),(1939,'1711AA0822','SHYAM KUMAR','Demo','9','9871115869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',285,'',0,'1'),(1940,'1711AA0823','dharmendra kumar jaiswal','Demo','9','9873363929','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',286,'',0,'1'),(1941,'1711AA0824','Narendra Rawat','Demo','9','9873981173','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',287,'',0,'1'),(1942,'1711AA0825','SURAJKUMAR','Demo','9','9891005511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',288,'',0,'1'),(1943,'1711AA0826','BHARAT BHUSHAN','Demo','9','9891047521','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',289,'',0,'1'),(1944,'1711AA0827','sanjay m','Demo','9','9891410603','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',290,'',0,'1'),(1945,'1711AA0828','Navin BHARDWAJ','Demo','9','9891873142','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',291,'',0,'1'),(1946,'1711AA0829','RVS CHAHAR','Demo','9','9899256219','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',292,'',0,'1'),(1947,'1711AA0830','Gopal Varshney','Demo','9','9899535628','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',293,'',0,'1'),(1948,'1711AA0831','Varun Purohit','Demo','9','9899816334','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',294,'',0,'1'),(1949,'1711AA0832','Sayantani Banik','Demo','9','9910081656','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',295,'',0,'1'),(1950,'1711AA0833','SANDEEP SHARMA','Demo','9','9910178618','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',296,'',0,'1'),(1951,'1711AA0834','Manish Sharma','Demo','9','9910267058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',297,'',0,'1'),(1952,'1711AA0835','SHAGUFTA SHAN','Demo','9','9910491798','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',298,'',0,'1'),(1953,'1711AA0836','Shrawan Mishra','Demo','9','9911374801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',299,'',0,'1'),(1954,'1711AA0837','DIVYA DWIVEDI','Demo','9','9911892916','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',300,'',0,'1'),(1955,'1711AA0838','neeraj singh','Demo','9','9935912176','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',301,'',0,'1'),(1956,'1711AA0839','Vikas Jaisinghani','Demo','9','9953224121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',302,'',0,'1'),(1957,'1711AA0840','SUSHIL RAWAT','','','9958256677','','','','','','','','','','','','8.5 Lac','','Gurgaon','','','','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',303,'',0,'1'),(1958,'1711AA0841','ROHITARYA','','','9971000735','','','','','','','','','','','','8.5 Lac','','Delhi','','','','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',304,'',0,'1'),(1959,'1711AA0842','Jyoti Saini','','','9971108408','','','','','','','','','','','','8.5 Lac','','Gurgaon','','','','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',305,'',0,'1'),(1960,'1711AA0843','Ashutosh Gurtu','','','7065827433','','','','','','','','','','','','8.5 Lac','','Noida/ Greater Noida','','','','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:45:25','0',306,'',0,'1'),(1961,'1711AA0844','peeushi chugh','Demo','9','9953799580','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1515,'',0,'1'),(1962,'1711AA0845','MRUTUNJAYA SENAPATI','Demo','9','9953799796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1516,'',0,'1'),(1963,'1711AA0846','Rahul Singal','Demo','9','9953914530','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1517,'',0,'1'),(1964,'1711AA0847','Ashutosh Jangir','Demo','9','9958111278','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1518,'',0,'1'),(1965,'1711AA0848','Nitesh Harit','Demo','9','9958433225','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1519,'',0,'1'),(1966,'1711AA0849','gagan gupta','Demo','9','9958544773','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1520,'',0,'1'),(1967,'1711AA0850','bharatkumar','Demo','9','9958787272','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1521,'',0,'1'),(1968,'1711AA0851','ADARSH AARON','Demo','9','9971005397','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1522,'',0,'1'),(1969,'1711AA0852','VARUN SINGHAL','Demo','9','9971724823','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1523,'',0,'1'),(1970,'1711AA0853','ashishkumar','Demo','9','9971795536','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1524,'',0,'1'),(1971,'1711AA0854','NEELAM SHAZIA','Demo','9','9971847036','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1525,'',0,'1'),(1972,'1711AA0855','Balivada Santosh','Demo','9','9985832442','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1526,'',0,'1'),(1973,'1711AA0856','VIJAY PARMAR','Demo','9','9990450724','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1527,'',0,'1'),(1974,'1711AA0857','RISHI BHANOT','Demo','9','9999616188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1528,'',0,'1'),(1975,'1711AA0858','AGNI RAJPUT','Demo','9','9999925510','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1529,'',0,'1'),(1976,'1711AA0859','kuldeep dhyani','Demo','9','7503384753','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1530,'',0,'1'),(1977,'1711AA0860','pradeep Sharma','Demo','9','7835820202','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1531,'',0,'1'),(1978,'1711AA0861','Priya Nevtia','Demo','9','7838050528','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1532,'',0,'1'),(1979,'1711AA0862','AKHILESH KUMAR','Demo','9','7840063366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1533,'',0,'1'),(1980,'1711AA0863','Manish Kumar','Demo','9','8010330626','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1534,'',0,'1'),(1981,'1711AA0864','Nitin MIttal','Demo','9','8010599992','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1535,'',0,'1'),(1982,'1711AA0865','RASHID AHMAD','Demo','9','8130398867','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1536,'',0,'1'),(1983,'1711AA0866','LALJEE AGARJEET C.A','Demo','9','8263860926','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1537,'',0,'1'),(1984,'1711AA0867','SANJEET KUMAR','Demo','9','8510997228','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1538,'',0,'1'),(1985,'1711AA0868','Surbha Gupta','Demo','9','8527399540','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1539,'',0,'1'),(1986,'1711AA0869','Deepak Kumar','Demo','9','8588854759','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1540,'',0,'1'),(1987,'1711AA0870','REHAN YUSUF','Demo','9','8800199050','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1541,'',0,'1'),(1988,'1711AA0871','vagish dubey','Demo','9','8800277554','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1542,'',0,'1'),(1989,'1711AA0872','Puneet Goel','Demo','9','8800463388','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1543,'',0,'1'),(1990,'1711AA0873','rashi kochhar','Demo','9','8860541141','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:46:55','0',1544,'',0,'1'),(1991,'1711AA0874','sanjay kumar','Demo','9','9015029413','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1545,'',0,'1'),(1992,'1711AA0875','NET RAM TAWAR','Demo','9','9015543703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1546,'',0,'1'),(1993,'1711AA0876','Raghu Venukadasula','Demo','9','9052526395','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1547,'',0,'1'),(1994,'1711AA0877','Devendra Pal','Demo','9','9210718511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1548,'',0,'1'),(1995,'1711AA0878','Girish Pandey','Demo','9','9212324287','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1549,'',0,'1'),(1996,'1711AA0879','Bineeta Sharma','Demo','9','9278916781','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1550,'',0,'1'),(1997,'1711AA0880','Arbind Kumar','Demo','9','9311993022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1551,'',0,'1'),(1998,'1711AA0881','JAI KARAN','Demo','9','9501149800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1552,'',0,'1'),(1999,'1711AA0882','Pramod Kumar','Demo','9','9555274574','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1553,'',0,'1'),(2000,'1711AA0883','GAGANDEEP SINGH','Demo','9','9555554610','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1554,'',0,'1'),(2001,'1711AA0884','abhimanyu singh','Demo','9','9560103031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1555,'',0,'1'),(2002,'1711AA0885','ISHWAR DAYAL','Demo','9','9560283006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1556,'',0,'1'),(2003,'1711AA0886','Raghav Mishra','Demo','9','9582221533','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1557,'',0,'1'),(2004,'1711AA0887','Mayank Chauhan','Demo','9','9599901979','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1558,'',0,'1'),(2005,'1711AA0888','Mita Moullick','Demo','9','9650202299','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1559,'',0,'1'),(2006,'1711AA0889','Geeta Sas','Demo','9','9650608251','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1560,'',0,'1'),(2007,'1711AA0890','SAHAB SINGH','Demo','9','9650828829','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1561,'',0,'1'),(2008,'1711AA0891','Sonia Vij','Demo','9','9654117007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1562,'',0,'1'),(2009,'1711AA0892','Sanjeev Singh','Demo','9','9711893893','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1563,'',0,'1'),(2010,'1711AA0893','SUNDER Prakash','Demo','9','9716719137','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1564,'',0,'1'),(2011,'1711AA0894','sudesh gupta','Demo','9','9717753140','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1565,'',0,'1'),(2012,'1711AA0895','Sunil Rana','Demo','9','9718137367','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1566,'',0,'1'),(2013,'1711AA0896','Disha Singh','Demo','9','9719066100','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1567,'',0,'1'),(2014,'1711AA0897','Mehul Patil','Demo','9','9723610473','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1568,'',0,'1'),(2015,'1711AA0898','Shakti Singh','Demo','9','9810072421','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1569,'',0,'1'),(2016,'1711AA0899','Afzal Hussain','Demo','9','9810085376','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1570,'',0,'1'),(2017,'1711AA0900','PREM KUMAR','Demo','9','9810349296','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1571,'',0,'1'),(2018,'1711AA0901','SWATI JAIN','Demo','9','9810819039','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1572,'',0,'1'),(2019,'1711AA0902','Chander Mohan Juyal','Demo','9','9811025758','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1573,'',0,'1'),(2020,'1711AA0903','RITU MITTAL','Demo','9','9811526508','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:00','0',1574,'',0,'1'),(2021,'1711AA0904','Suprit Singh','Demo','9','9811929902','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1575,'',0,'1'),(2022,'1711AA0905','Pradeep Singh','Demo','9','9828833817','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1576,'',0,'1'),(2023,'1711AA0906','Vivek Kumar Singh','Demo','9','9871109754','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1577,'',0,'1'),(2024,'1711AA0907','KALPANA KARRI','Demo','9','9871133605','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1578,'',0,'1'),(2025,'1711AA0908','Honey Naruka','Demo','9','9871567515','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1579,'',0,'1'),(2026,'1711AA0909','NEETU SHARMA','Demo','9','9871631717','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1580,'',0,'1'),(2027,'1711AA0910','SHIV SHANKAR SINGH YADAV','Demo','9','9873028073','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1581,'',0,'1'),(2028,'1711AA0911','Bhagwan Singh','Demo','9','9873057323','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1582,'',0,'1'),(2029,'1711AA0912','Vishal Gupta','Demo','9','9873139637','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1583,'',0,'1'),(2030,'1711AA0913','Santanu Ganguly','Demo','9','9873251463','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1584,'',0,'1'),(2031,'1711AA0914','ANKIT AGNIHOTRI','Demo','9','9873679404','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1585,'',0,'1'),(2032,'1711AA0915','DIVAKAR GUPTA','Demo','9','9873807118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1586,'',0,'1'),(2033,'1711AA0916','Pallavi Khurana','Demo','9','9873933200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1587,'',0,'1'),(2034,'1711AA0917','Palak Gupta','Demo','9','9891015705','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1588,'',0,'1'),(2035,'1711AA0918','meetu sharma','Demo','9','9891182308','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1589,'',0,'1'),(2036,'1711AA0919','Ashwini Kumar','Demo','9','9891309552','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1590,'',0,'1'),(2037,'1711AA0920','kiran','Demo','9','9891398318','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1591,'',0,'1'),(2038,'1711AA0921','SARIKA JAIN','Demo','9','9891604515','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1592,'',0,'1'),(2039,'1711AA0922','Pankaj Parashar','Demo','9','9899199612','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1593,'',0,'1'),(2040,'1711AA0923','MD Shaukat Ali','Demo','9','9899230857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1594,'',0,'1'),(2041,'1711AA0924','avneet sharma','Demo','9','9899389819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1595,'',0,'1'),(2042,'1711AA0925','garima chauhan','Demo','9','9899490251','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1596,'',0,'1'),(2043,'1711AA0926','ABHISHEK SRIVASTAVA','Demo','9','9899605229','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1597,'',0,'1'),(2044,'1711AA0927','aloksharma','Demo','9','9899995304','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1598,'',0,'1'),(2045,'1711AA0928','YATINDER RAWAT','Demo','9','9910362606','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1599,'',0,'1'),(2046,'1711AA0929','Manish Kumar','Demo','9','9910683173','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1600,'',0,'1'),(2047,'1711AA0930','Vikas Srivastava','Demo','9','9910918177','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1601,'',0,'1'),(2048,'1711AA0931','ROHIT SINGH RAWAT','Demo','9','9910923043','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1602,'',0,'1'),(2049,'1711AA0932','Pushpinder Singh','Demo','9','9910985625','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1603,'',0,'1'),(2050,'1711AA0933','Abhay Kumar Sharma','Demo','9','9911535626','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:05','0',1604,'',0,'1'),(2051,'1711AA0934','salim ali','Demo','9','9911676740','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1605,'',0,'1'),(2052,'1711AA0935','shakeel hasan','Demo','9','9953253084','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1606,'',0,'1'),(2053,'1711AA0936','Lavanya Vaish','Demo','9','9958374335','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1607,'',0,'1'),(2054,'1711AA0937','Paras Chaudhary','Demo','9','9963842667','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1608,'',0,'1'),(2055,'1711AA0938','JOGENDER KUMAR','Demo','9','9971138208','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1609,'',0,'1'),(2056,'1711AA0939','Rajdeep Yadav','Demo','9','9971308833','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1610,'',0,'1'),(2057,'1711AA0940','Debamitra Das','Demo','9','9971886158','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1611,'',0,'1'),(2058,'1711AA0941','Rahul Chawla','Demo','9','9990042772','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1612,'',0,'1'),(2059,'1711AA0942','vinay purwar','Demo','9','9990167110','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1613,'',0,'1'),(2060,'1711AA0943','Dhiraj Kumar Sharma','Demo','9','9990672819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1614,'',0,'1'),(2061,'1711AA0944','SANJAY SHARMA','Demo','9','9999234809','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1615,'',0,'1'),(2062,'1711AA0945','HARCHARAN SETHI','Demo','9','9999564260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1616,'',0,'1'),(2063,'1711AA0946','Swetabh Verma','Demo','9','7838340541','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1617,'',0,'1'),(2064,'1711AA0947','sachin sharma','Demo','9','7838387990','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1618,'',0,'1'),(2065,'1711AA0948','viney khanna','Demo','9','8054206514','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1619,'',0,'1'),(2066,'1711AA0949','Bhavna Uppal','Demo','9','8376908456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1620,'',0,'1'),(2067,'1711AA0950','Kapil Yadav','Demo','9','8550956888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1621,'',0,'1'),(2068,'1711AA0951','WALIUR RAHMAN','Demo','9','8588855132','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1622,'',0,'1'),(2069,'1711AA0952','Rajat Gupta','Demo','9','8800222703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1623,'',0,'1'),(2070,'1711AA0953','SUBIR JHA','Demo','9','8800893969','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1624,'',0,'1'),(2071,'1711AA0954','Amit Kumar Goswami','Demo','9','8802620555','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1625,'',0,'1'),(2072,'1711AA0955','Inder Jeet Banger','Demo','9','8860037094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1626,'',0,'1'),(2073,'1711AA0956','Sanjay Upadhyay','Demo','9','9212190138','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1627,'',0,'1'),(2074,'1711AA0957','Anurag Sharma','Demo','9','9250522469','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1628,'',0,'1'),(2075,'1711AA0958','VINAY KAUL','Demo','9','9311337798','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1629,'',0,'1'),(2076,'1711AA0959','Puneet Mittal','Demo','9','9560079716','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1630,'',0,'1'),(2077,'1711AA0960','gyanendra singh','Demo','9','9560889966','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1631,'',0,'1'),(2078,'1711AA0961','Kushank Chhabra','Demo','9','9582410491','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1632,'',0,'1'),(2079,'1711AA0962','Deepanshu Sardana','Demo','9','9634628487','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1633,'',0,'1'),(2080,'1711AA0963','PANKAJ SHARMA','Demo','9','9654408595','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:10','0',1634,'',0,'1'),(2081,'1711AA0964','Abhishek Sinha','Demo','9','9654701188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1635,'',0,'1'),(2082,'1711AA0965','Sarita Baloni','Demo','9','9711101283','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1636,'',0,'1'),(2083,'1711AA0966','Rajat Kashyap','Demo','9','9810692362','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1637,'',0,'1'),(2084,'1711AA0967','Anil Yadav','Demo','9','9810711933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1638,'',0,'1'),(2085,'1711AA0968','NAVEEN SHARMA','Demo','9','9818155119','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1639,'',0,'1'),(2086,'1711AA0969','Pradeep Rai','Demo','9','9818632959','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1640,'',0,'1'),(2087,'1711AA0970','Deepankar Basu','Demo','9','9818739126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1641,'',0,'1'),(2088,'1711AA0971','Dinesh Kumar','Demo','9','9868006954','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1642,'',0,'1'),(2089,'1711AA0972','SHYAM KUMAR','Demo','9','9871115869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1643,'',0,'1'),(2090,'1711AA0973','dharmendra kumar jaiswal','Demo','9','9873363929','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1644,'',0,'1'),(2091,'1711AA0974','Narendra Rawat','Demo','9','9873981173','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1645,'',0,'1'),(2092,'1711AA0975','SURAJKUMAR','Demo','9','9891005511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1646,'',0,'1'),(2093,'1711AA0976','BHARAT BHUSHAN','Demo','9','9891047521','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1647,'',0,'1'),(2094,'1711AA0977','sanjay m','Demo','9','9891410603','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1648,'',0,'1'),(2095,'1711AA0978','Navin BHARDWAJ','Demo','9','9891873142','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1649,'',0,'1'),(2096,'1711AA0979','RVS CHAHAR','Demo','9','9899256219','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1650,'',0,'1'),(2097,'1711AA0980','Gopal Varshney','Demo','9','9899535628','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1651,'',0,'1'),(2098,'1711AA0981','Varun Purohit','Demo','9','9899816334','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1652,'',0,'1'),(2099,'1711AA0982','Sayantani Banik','Demo','9','9910081656','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1653,'',0,'1'),(2100,'1711AA0983','SANDEEP SHARMA','Demo','9','9910178618','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1654,'',0,'1'),(2101,'1711AA0984','Manish Sharma','Demo','9','9910267058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1655,'',0,'1'),(2102,'1711AA0985','SHAGUFTA SHAN','Demo','9','9910491798','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1656,'',0,'1'),(2103,'1711AA0986','Shrawan Mishra','Demo','9','9911374801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1657,'',0,'1'),(2104,'1711AA0987','DIVYA DWIVEDI','Demo','9','9911892916','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1658,'',0,'1'),(2105,'1711AA0988','neeraj singh','Demo','9','9935912176','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1659,'',0,'1'),(2106,'1711AA0989','Vikas Jaisinghani','Demo','9','9953224121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1660,'',0,'1'),(2107,'1711AA0990','SUSHIL RAWAT','','9','9958256677','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1661,'',0,'1'),(2108,'1711AA0991','ROHITARYA','','9','9971000735','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1662,'',0,'1'),(2109,'1711AA0992','Jyoti Saini','','9','9971108408','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1663,'',0,'1'),(2110,'1711AA0993','Ashutosh Gurtu','','9','7065827433','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:14','0',1664,'',0,'1'),(2111,'1711AA0994','PREMPAL SINGH','','9','7503170404','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1665,'',0,'1'),(2112,'1711AA0995','Manoj sharma','','9','7840081343','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1666,'',0,'1'),(2113,'1711AA0996','Anjali Awasthi','','9','8010490201','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1667,'',0,'1'),(2114,'1711AA0997','Neeraj Gaur','','9','8194073986','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1668,'',0,'1'),(2115,'1711AA0998','JYOTI MISHRA','','9','8375927012','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1669,'',0,'1'),(2116,'1711AA0999','DHARM PRAKASH','','9','8505902280','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1670,'',0,'1'),(2117,'1711AA1000','Ravi Kumar','','9','8800440268','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1671,'',0,'1'),(2118,'1711AA1001','Raajesh Kashyap','','9','8800445349','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1672,'',0,'1'),(2119,'1711AA1002','surjeet kumar','','9','8800740523','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1673,'',0,'1'),(2120,'1711AA1003','Rakesh Pandey','','9','8800917153','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1674,'',0,'1'),(2121,'1711AA1004','KAMAL KANT','','9','8986874549','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1675,'',0,'1'),(2122,'1711AA1005','SaurabhGupta','','9','9012477585','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1676,'',0,'1'),(2123,'1711AA1006','RACHNA BABBAR','','9','9013264797','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1677,'',0,'1'),(2124,'1711AA1007','Deepak Sharma','','9','9313339113','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1678,'',0,'1'),(2125,'1711AA1008','Hemant Shaniya','','9','9350995933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1679,'',0,'1'),(2126,'1711AA1009','Sunil Singh Bisht','','9','9411597137','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1680,'',0,'1'),(2127,'1711AA1010','SACHIN AGARWAL','','9','9412167810','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1681,'',0,'1'),(2128,'1711AA1011','Sudeep Kumar','','9','9643478074','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1682,'',0,'1'),(2129,'1711AA1012','SUKHVINDER NAYYAR','','9','9650932206','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1683,'',0,'1'),(2130,'1711AA1013','Mansi Gupta','','9','9650970821','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1684,'',0,'1'),(2131,'1711AA1014','Shobhna Saxena','','9','9654356957','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1685,'',0,'1'),(2132,'1711AA1015','Manoj Sharma','','9','9654417035','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1686,'',0,'1'),(2133,'1711AA1016','geetanjali bhardwaj','','9','9711433916','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1687,'',0,'1'),(2134,'1711AA1017','Niranjan Kumar','','9','9716823922','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1688,'',0,'1'),(2135,'1711AA1018','Nishi Chaudhary','','9','9717019698','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1689,'',0,'1'),(2136,'1711AA1019','Anjali Sinha','','9','9717347724','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1690,'',0,'1'),(2137,'1711AA1020','Kuber Singh sarsiha','','9','9717441434','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1691,'',0,'1'),(2138,'1711AA1021','sundram bharti','','9','9717977886','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1692,'',0,'1'),(2139,'1711AA1022','S.Randhawa','','9','9810040613','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1693,'',0,'1'),(2140,'1711AA1023','RAJPAL BISHNOI','','9','9810482570','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:19','0',1694,'',0,'1'),(2141,'1711AA1024','SONU KUMAR','','9','9810757501','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1695,'',0,'1'),(2142,'1711AA1025','SHASHANK SINGH KUSHWAHA','','9','9810895504','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1696,'',0,'1'),(2143,'1711AA1026','jaideep verma','','9','9811050837','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1697,'',0,'1'),(2144,'1711AA1027','ARUN JOSHI','','9','9811547192','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1698,'',0,'1'),(2145,'1711AA1028','ranjan saini','','9','9811747181','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1699,'',0,'1'),(2146,'1711AA1029','Sunita Ghai','','9','9818418595','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1700,'',0,'1'),(2147,'1711AA1030','shishir kumar srivastava','','9','9818440954','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1701,'',0,'1'),(2148,'1711AA1031','Shalini Bhasin','','9','9818538403','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1702,'',0,'1'),(2149,'1711AA1032','SK Vijay','','9','9818553402','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1703,'',0,'1'),(2150,'1711AA1033','saurabh yadav','','9','9818831600','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1704,'',0,'1'),(2151,'1711AA1034','Ankita Saraswat','','9','9818959118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1705,'',0,'1'),(2152,'1711AA1035','sunil singh','','9','9818959162','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.5 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1706,'',0,'1'),(2153,'1711AA1036','umesh pandey','','9','9990298243','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.53 Lca','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1707,'',0,'1'),(2154,'1711AA1037','Saurabh Priydarshi','','9','9999906547','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.51 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1708,'',0,'1'),(2155,'1711AA1038','DEVESH PANDEY','','9','9818490303','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.51 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1709,'',0,'1'),(2156,'1711AA1039','Karun Kumar','','9','9873763380','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1710,'',0,'1'),(2157,'1711AA1040','M SAKTHIVEL','','9','8742918687','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1711,'',0,'1'),(2158,'1711AA1041','Dinesh Salvi','','9','9953864564','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1712,'',0,'1'),(2159,'1711AA1042','MOHAN K','','9','8527876999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1713,'',0,'1'),(2160,'1711AA1043','Sunil Kumar','','9','9868021567','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1714,'',0,'1'),(2161,'1711AA1044','PANKAJ KUMAR','','9','9871799668','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1715,'',0,'1'),(2162,'1711AA1045','Anuj Bhargava','','9','9971777685','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1716,'',0,'1'),(2163,'1711AA1046','Varun Tandon','','9','9990005013','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1717,'',0,'1'),(2164,'1711AA1047','Deepshikha Sharma','','9','9560463453','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1718,'',0,'1'),(2165,'1711AA1048','Navinder Punn','','9','9711498725','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.55 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1719,'',0,'1'),(2166,'1711AA1049','Varun Kumar Singh','','9','9953848089','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.56 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1720,'',0,'1'),(2167,'1711AA1050','Shaumik Chakraborty','','9','9650855880','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.57 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1721,'',0,'1'),(2168,'1711AA1051','Ankit Srivastava','','9','9711397917','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.57 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1722,'',0,'1'),(2169,'1711AA1052','AMAR SHAHI','','9','9811227340','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.58 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1723,'',0,'1'),(2170,'1711AA1053','Anoop Didwaniya','','9','9560072888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','8.58 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:24','0',1724,'',0,'1'),(2171,'1711AA1054','AMIT KUMAR','','9','9999119183','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1725,'',0,'1'),(2172,'1711AA1055','Ankit Srivastava','','9','7376889466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1726,'',0,'1'),(2173,'1711AA1056','chandra Prabha kumari','','9','7838524769','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1727,'',0,'1'),(2174,'1711AA1057','Ashok Phour','','9','8447211221','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1728,'',0,'1'),(2175,'1711AA1058','Gautam Sur','','9','8447557811','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1729,'',0,'1'),(2176,'1711AA1059','RAHUL SINHA','','9','8800500386','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1730,'',0,'1'),(2177,'1711AA1060','MEHAK ARORA','','9','8802891930','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1731,'',0,'1'),(2178,'1711AA1061','vineeta saxena','','9','9212019412','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1732,'',0,'1'),(2179,'1711AA1062','UTTAM FOUJDAR','','9','9313536825','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1733,'',0,'1'),(2180,'1711AA1063','Sunil Prashar','','9','9560701192','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1734,'',0,'1'),(2181,'1711AA1064','Vijay Shanker','','9','9717385558','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1735,'',0,'1'),(2182,'1711AA1065','Mohan Upreti','','9','9891545965','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1736,'',0,'1'),(2183,'1711AA1066','RajlekhaBasu Mallick','','9','9903899756','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1737,'',0,'1'),(2184,'1711AA1067','Priyanka Prakash','','9','9958373883','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1738,'',0,'1'),(2185,'1711AA1068','Navneet S','','9','9999722565','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1739,'',0,'1'),(2186,'1711AA1069','DHANISH Sharma','','9','9167202981','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1740,'',0,'1'),(2187,'1711AA1070','Khushboo Sinha','','9','9643811578','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1741,'',0,'1'),(2188,'1711AA1071','amit raj singh','','9','9643891630','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1742,'',0,'1'),(2189,'1711AA1072','Jeetendra Gupta','','9','9971344975','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1743,'',0,'1'),(2190,'1711AA1073','amandeep','','9','8510008876','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1744,'',0,'1'),(2191,'1711AA1074','yogendra singh','','9','8527697987','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1745,'',0,'1'),(2192,'1711AA1075','Ratnesh Chandra Sharma','','9','9416114511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1746,'',0,'1'),(2193,'1711AA1076','RaviShankar Singh','','9','9560358597','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1747,'',0,'1'),(2194,'1711AA1077','MANMEET KHANNA','','9','9811761054','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1748,'',0,'1'),(2195,'1711AA1078','Rajni Sewani','','9','9873444232','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1749,'',0,'1'),(2196,'1711AA1079','Siddharth Rastogi','','9','9891861964','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1750,'',0,'1'),(2197,'1711AA1080','RAHUL RAWAL','','9','9911088245','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1751,'',0,'1'),(2198,'1711AA1081','RAM NIWAS','','9','9315584702','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1752,'',0,'1'),(2199,'1711AA1082','mohit tyagi','','9','9810446015','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1753,'',0,'1'),(2200,'1711AA1083','TANUJ BHATIA','','9','8130699162','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:28','0',1754,'',0,'1'),(2201,'1711AA1084','CHETAN ACHARYA','','9','9540765151','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1755,'',0,'1'),(2202,'1711AA1085','Ankit Vakil','','9','9971829608','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1756,'',0,'1'),(2203,'1711AA1086','RANJAN CHAKRABORTI','','9','9811703727','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1757,'',0,'1'),(2204,'1711AA1087','Naveen Kumar','','9','9899754351','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1758,'',0,'1'),(2205,'1711AA1088','Rakesh kumar','','9','9999653664','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1759,'',0,'1'),(2206,'1711AA1089','Anil Sharma','','9','9818085273','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1760,'',0,'1'),(2207,'1711AA1090','Maneesh .','','9','8447316347','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1761,'',0,'1'),(2208,'1711AA1091','RAKESH KUMAR BHARTI','','9','9540913403','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1762,'',0,'1'),(2209,'1711AA1092','Devender Gola','','9','9871141540','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1763,'',0,'1'),(2210,'1711AA1093','Rajnish Awasthi','','9','9810948801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1764,'',0,'1'),(2211,'1711AA1094','Mansi Chopra','','9','9811591996','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1765,'',0,'1'),(2212,'1711AA1095','Shaikh Zawed Ali','','9','7751068500','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1766,'',0,'1'),(2213,'1711AA1096','PAWAN KUMAR VERMA','','9','8130049688','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1767,'',0,'1'),(2214,'1711AA1097','PARTHASARATHI MAJUMDAR','','9','9310079629','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1768,'',0,'1'),(2215,'1711AA1098','NEHA SHARMA','','9','9717281888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1769,'',0,'1'),(2216,'1711AA1099','Virender Kumar','','9','9818555767','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1770,'',0,'1'),(2217,'1711AA1100','VARRUCHI JAISWAL','','9','9868884019','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1771,'',0,'1'),(2218,'1711AA1101','RAMAN DEEP SINGH','','9','9999150180','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1772,'',0,'1'),(2219,'1711AA1102','AVISHEK Kumar','','9','7042550084','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1773,'',0,'1'),(2220,'1711AA1103','CHARAN SINGH','','9','9212747546','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1774,'',0,'1'),(2221,'1711AA1104','Sunil Pal','','9','9810753776','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1775,'',0,'1'),(2222,'1711AA1105','SANDEEP BATLA','','9','9811334816','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1776,'',0,'1'),(2223,'1711AA1106','Mohit Kumar','','9','9910761712','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1777,'',0,'1'),(2224,'1711AA1107','Sujatha Shirolkar','','9','9212092763','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1778,'',0,'1'),(2225,'1711AA1108','Nakib ur Rahman','','9','9717996933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1779,'',0,'1'),(2226,'1711AA1109','SUDHIR JAISWAR','','9','9891997730','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1780,'',0,'1'),(2227,'1711AA1110','vijay kumar','','9','9560309593','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1781,'',0,'1'),(2228,'1711AA1111','Arun Kumar','','9','9818448614','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1782,'',0,'1'),(2229,'1711AA1112','Ankur Kumar','','9','9560814441','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1783,'',0,'1'),(2230,'1711AA1113','rajeev singh','','9','9839258369','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:34','0',1784,'',0,'1'),(2231,'1711AA1114','SANTOSH MOHALIK','','9','8006402464','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1785,'',0,'1'),(2232,'1711AA1115','Anjali Kulkarni','','9','9312672385','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1786,'',0,'1'),(2233,'1711AA1116','surendra Babu','','9','8800290370','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1787,'',0,'1'),(2234,'1711AA1117','Sushant Singhal','','9','8826387346','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1788,'',0,'1'),(2235,'1711AA1118','Vivek Verma','','9','9650001641','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1789,'',0,'1'),(2236,'1711AA1119','AMIT TOMAR','','9','9811180322','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1790,'',0,'1'),(2237,'1711AA1120','Mau Sinha','','9','9811409017','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1791,'',0,'1'),(2238,'1711AA1121','Sunita Salariya','','9','9871925666','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1792,'',0,'1'),(2239,'1711AA1122','ARINDAM DEB PURKAYASTHA','','9','9971219597','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1793,'',0,'1'),(2240,'1711AA1123','mahesh kumar','','9','9999056164','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1794,'',0,'1'),(2241,'1711AA1124','ashutosh dubey','','9','9310320390','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1795,'',0,'1'),(2242,'1711AA1125','amarnath tripathy','','9','9999367273','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1796,'',0,'1'),(2243,'1711AA1126','Arjun Giri','','9','8587976144','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1797,'',0,'1'),(2244,'1711AA1127','sanjay raghuwanshi','','9','9560899104','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1798,'',0,'1'),(2245,'1711AA1128','Shaiwal Sharma','','9','9650777614','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1799,'',0,'1'),(2246,'1711AA1129','mitali gupta','','9','9654136670','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1800,'',0,'1'),(2247,'1711AA1130','Sanal Manshiva','','9','9716833355','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1801,'',0,'1'),(2248,'1711AA1131','mohit nigam','','9','8527767452','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1802,'',0,'1'),(2249,'1711AA1132','Faheem Uddin','','9','9654665766','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1803,'',0,'1'),(2250,'1711AA1133','MADHULIKA NAGPAL','','9','9818064040','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1804,'',0,'1'),(2251,'1711AA1134','Tarun Vashisht','','9','9210867290','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1805,'',0,'1'),(2252,'1711AA1135','Bhupendra pandey','','9','9350460565','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1806,'',0,'1'),(2253,'1711AA1136','Aditya Sharma','','9','9829004423','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1807,'',0,'1'),(2254,'1711AA1137','pramod kumar','','9','7428083633','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1808,'',0,'1'),(2255,'1711AA1138','Mananjit karjee','','9','8016348956','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1809,'',0,'1'),(2256,'1711AA1139','Girish Jain','','9','8375060781','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1810,'',0,'1'),(2257,'1711AA1140','Jitin Singh','','9','8447581964','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1811,'',0,'1'),(2258,'1711AA1141','Puneet Wahi','','9','9582373717','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1812,'',0,'1'),(2259,'1711AA1142','Harsh Gupta','','9','9654299915','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1813,'',0,'1'),(2260,'1711AA1143','Ankit Gupta','','9','9654622133','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:39','0',1814,'',0,'1'),(2261,'1711AA1144','MEENAKSHI PRASAD','','9','9810582492','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1815,'',0,'1'),(2262,'1711AA1145','SURENDRA MOHAN MISHRA','','9','9810600908','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1816,'',0,'1'),(2263,'1711AA1146','Dipanwita Kundu','','9','9810770019','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1817,'',0,'1'),(2264,'1711AA1147','Nipun Goel','','9','9850992473','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1818,'',0,'1'),(2265,'1711AA1148','Chintan Singh Duggal','','9','9871725715','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1819,'',0,'1'),(2266,'1711AA1149','Bhawna Gupta','','9','9999847869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1820,'',0,'1'),(2267,'1711AA1150','Sachin Sharma','','9','8800211944','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1821,'',0,'1'),(2268,'1711AA1151','James','','9','9560625771','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1822,'',0,'1'),(2269,'1711AA1152','ANJAN GOSWAMI','','9','9711746743','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1823,'',0,'1'),(2270,'1711AA1153','Madhu Kadian','','9','9811974590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1824,'',0,'1'),(2271,'1711AA1154','Tushar Mehrotra','','9','9911657747','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1825,'',0,'1'),(2272,'1711AA1155','Agnideo Prasad','','9','9968062401','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1826,'',0,'1'),(2273,'1711AA1156','BHANU SHARMA','','9','8600053978','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1827,'',0,'1'),(2274,'1711AA1157','Amit Makker','','9','9711966529','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1828,'',0,'1'),(2275,'1711AA1158','shambhu Datt pathak','','9','9717004239','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1829,'',0,'1'),(2276,'1711AA1159','Naved Khalid','','9','9811195658','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1830,'',0,'1'),(2277,'1711AA1160','SUMIT CHAKRABORTY','','9','9958005802','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1831,'',0,'1'),(2278,'1711AA1161','VIBHUTI GUPTA','','9','9971428686','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1832,'',0,'1'),(2279,'1711AA1162','TANU SINGHAL','','9','9650628729','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1833,'',0,'1'),(2280,'1711AA1163','Abhimanyu Dass','','9','9654897582','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1834,'',0,'1'),(2281,'1711AA1164','KAWALJEET SINGH','','9','9811439953','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1835,'',0,'1'),(2282,'1711AA1165','Boniface Bara','','9','7503002511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1836,'',0,'1'),(2283,'1711AA1166','Monika Bhatia','','9','9899978905','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1837,'',0,'1'),(2284,'1711AA1167','sachin kapoor','','9','8003673111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1838,'',0,'1'),(2285,'1711AA1168','Ankur Basoya','','9','8237311333','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1839,'',0,'1'),(2286,'1711AA1169','RahulKanaujia','','9','8588896140','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1840,'',0,'1'),(2287,'1711AA1170','SUBHENDU SUNDAR SAHOO','','9','8826289166','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1841,'',0,'1'),(2288,'1711AA1171','Biswadeepak Das','','9','8826922844','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1842,'',0,'1'),(2289,'1711AA1172','Nisheet Sharma','','9','8826998094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1843,'',0,'1'),(2290,'1711AA1173','Smita Sharma','','9','9313370953','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:44','0',1844,'',0,'1'),(2291,'1711AA1174','TARUNJHA','','9','9560898003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1845,'',0,'1'),(2292,'1711AA1175','Neeraj Joshi','','9','9582010658','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1846,'',0,'1'),(2293,'1711AA1176','Deepika Narang','','9','9594888878','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1847,'',0,'1'),(2294,'1711AA1177','PARUL CHAUDHARY','','9','9810566919','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1848,'',0,'1'),(2295,'1711AA1178','Vijay','','9','9818366857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1849,'',0,'1'),(2296,'1711AA1179','Vijay Singh','','9','9899051130','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1850,'',0,'1'),(2297,'1711AA1180','shiwani munjal','','9','9899905150','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1851,'',0,'1'),(2298,'1711AA1181','Nita Dongre','','9','9953099195','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1852,'',0,'1'),(2299,'1711AA1182','Swagata Ghosh','','9','9999903505','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1853,'',0,'1'),(2300,'1711AA1183','Danish Laeiq','','9','9313240266','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1854,'',0,'1'),(2301,'1711AA1184','Vikram Aditya Paul','','9','9582806521','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1855,'',0,'1'),(2302,'1711AA1185','yashaswi trivedi','','9','9650072807','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1856,'',0,'1'),(2303,'1711AA1186','vipul mehta','','9','9891893941','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1857,'',0,'1'),(2304,'1711AA1187','MD HUSSAIN','','9','9899428456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1858,'',0,'1'),(2305,'1711AA1188','MUKESH KUMAR MEENA','','9','9971186231','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1859,'',0,'1'),(2306,'1711AA1189','Amit Chandra Gaurav','','9','9971555208','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1860,'',0,'1'),(2307,'1711AA1190','VIJAY PAL SHARMA','','9','9997093941','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1861,'',0,'1'),(2308,'1711AA1191','VINAY KUMAR','','9','9717795094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1862,'',0,'1'),(2309,'1711AA1192','Lalit Mehtani','','9','9871154068','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1863,'',0,'1'),(2310,'1711AA1193','sanjiv kumar','','9','9899070525','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1864,'',0,'1'),(2311,'1711AA1194','Kapil Thakur','','9','9910119498','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1865,'',0,'1'),(2312,'1711AA1195','E SOWMYA PRIYA','','9','9971984383','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1866,'',0,'1'),(2313,'1711AA1196','karan sachdeva','','9','9711227001','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1867,'',0,'1'),(2314,'1711AA1197','Abhishek Mittal','','9','9717693310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1868,'',0,'1'),(2315,'1711AA1198','Sameer Kumar','','9','9811105849','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1869,'',0,'1'),(2316,'1711AA1199','Sushila Paliwal','','9','9818885640','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1870,'',0,'1'),(2317,'1711AA1200','TARANG SUKHATME','','9','9871177374','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1871,'',0,'1'),(2318,'1711AA1201','Kapil Tripathi','','9','9891575007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1872,'',0,'1'),(2319,'1711AA1202','BrajaMohan Swain','','9','9873170093','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1873,'',0,'1'),(2320,'1711AA1203','TRILOCHAN SINGH','','9','9871112545','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:49','0',1874,'',0,'1'),(2321,'1711AA1204','VINOD PANDEY','','9','9899737477','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1875,'',0,'1'),(2322,'1711AA1205','Jimmy Pahwa','','9','9654190676','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1876,'',0,'1'),(2323,'1711AA1206','NIKETA GUPTA','','9','7042607760','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1877,'',0,'1'),(2324,'1711AA1207','Ankush gakhar','','9','7827487055','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1878,'',0,'1'),(2325,'1711AA1208','Kapil Gupta','','9','9310160066','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1879,'',0,'1'),(2326,'1711AA1209','Aakash Ajmani','','9','9958885548','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1880,'',0,'1'),(2327,'1711AA1210','deepak bajeta','','9','8130699167','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1881,'',0,'1'),(2328,'1711AA1211','Nikhil Sharma','','9','9811055212','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1882,'',0,'1'),(2329,'1711AA1212','Bharat Kumar','','9','9899574781','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1883,'',0,'1'),(2330,'1711AA1213','Hemant Sharma','','9','9899099624','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1884,'',0,'1'),(2331,'1711AA1214','Meenakshi Sachdeva','','9','9910758798','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1885,'',0,'1'),(2332,'1711AA1215','AJAY KUMAR PRAMANICK','','9','9811886135','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1886,'',0,'1'),(2333,'1711AA1216','Sugandha Bhatia','','9','9213600122','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1887,'',0,'1'),(2334,'1711AA1217','Amit Chaudhary','','9','9466012563','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1888,'',0,'1'),(2335,'1711AA1218','anuragsharma','','9','9717860797','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1889,'',0,'1'),(2336,'1711AA1219','AMIT NARANG','','9','9810084455','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1890,'',0,'1'),(2337,'1711AA1220','Sanjeev Choudhary','','9','9873293363','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1891,'',0,'1'),(2338,'1711AA1221','Deepak Kumar','','9','9911542264','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1892,'',0,'1'),(2339,'1711AA1222','MOHD JAVED','','9','9648292306','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1893,'',0,'1'),(2340,'1711AA1223','Trayee Banerjee','','9','9742418229','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1894,'',0,'1'),(2341,'1711AA1224','Girish Manian','','9','9811611888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1895,'',0,'1'),(2342,'1711AA1225','Uday Kumar','','9','9871730880','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1896,'',0,'1'),(2343,'1711AA1226','Vikram Singh','','9','9891369009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1897,'',0,'1'),(2344,'1711AA1227','Debajit Phukan','','9','9953440221','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1898,'',0,'1'),(2345,'1711AA1228','Vishal Sandwar','','9','9971088826','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1899,'',0,'1'),(2346,'1711AA1229','Poonam Sachdeva','','9','8826950003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1900,'',0,'1'),(2347,'1711AA1230','Neeraj Gupta','','9','9811517734','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1901,'',0,'1'),(2348,'1711AA1231','Shubha Sarkar','','9','9830908726','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1902,'',0,'1'),(2349,'1711AA1232','ankit ujjawal','','9','9958196438','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1903,'',0,'1'),(2350,'1711AA1233','Poonam Hariramani','','9','8510092928','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:47:55','0',1904,'',0,'1'),(2351,'1711AA1234','prince midha','','9','8744838320','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1905,'',0,'1'),(2352,'1711AA1235','Prince Mandawat','','9','9711369902','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1906,'',0,'1'),(2353,'1711AA1236','Akash Kumar','','9','9818474995','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1907,'',0,'1'),(2354,'1711AA1237','Neha Arya','','9','9899668200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1908,'',0,'1'),(2355,'1711AA1238','PRADEEP SINGH PARIHAR','','9','9958034333','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1909,'',0,'1'),(2356,'1711AA1239','Madhur Masih','','9','9654327593','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1910,'',0,'1'),(2357,'1711AA1240','Puneet Dimri','','9','8860279796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1911,'',0,'1'),(2358,'1711AA1241','Manish Tripathi','','9','9650777599','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1912,'',0,'1'),(2359,'1711AA1242','Roly Sahai','','9','8826704188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1913,'',0,'1'),(2360,'1711AA1243','SIBA BISHOYI','','9','7737871943','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1914,'',0,'1'),(2361,'1711AA1244','Neeraj Mishra','','9','9958911025','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','Rs. 8.53 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1915,'',0,'1'),(2362,'1711AA1245','HARIHAR IYER','','9','9810675024','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1916,'',0,'1'),(2363,'1711AA1246','Roderick Harding','','9','9717701785','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1917,'',0,'1'),(2364,'1711AA1247','Tanuj Agarwal','','9','9818500168','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1918,'',0,'1'),(2365,'1711AA1248','SATYAMOORTHY SUDARSHAN','','9','9810759996','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1919,'',0,'1'),(2366,'1711AA1249','BRIJESH KUMAR GOEL','','9','9650990507','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1920,'',0,'1'),(2367,'1711AA1250','Harshita Sabharwal','','9','9871034124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1921,'',0,'1'),(2368,'1711AA1251','Gautam Chattopadhyay','','9','9312071988','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','80.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1922,'',0,'1'),(2369,'1711AA1252','SUBHASH MISRA','','9','7840003909','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1923,'',0,'1'),(2370,'1711AA1253','LALMANI TIWARI','','9','8010018974','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1924,'',0,'1'),(2371,'1711AA1254','MOHAMMAD ADIL','','9','8010042863','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1925,'',0,'1'),(2372,'1711AA1255','Ritesh Sharma','','9','8130218397','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1926,'',0,'1'),(2373,'1711AA1256','Dipankar Hazarika','','9','8295272738','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1927,'',0,'1'),(2374,'1711AA1257','Gaurav Kumar','','9','8373991167','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1928,'',0,'1'),(2375,'1711AA1258','kavita choudhary','','9','8447090107','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1929,'',0,'1'),(2376,'1711AA1259','POOJA MAHNA','','9','8447128751','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1930,'',0,'1'),(2377,'1711AA1260','SATYA PRAKASH','','9','8447324009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1931,'',0,'1'),(2378,'1711AA1261','Himanshu Dalela','','9','8447748525','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1932,'',0,'1'),(2379,'1711AA1262','Rohan Singh','','9','8506050094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1933,'',0,'1'),(2380,'1711AA1263','Pankaj Pandya','','9','8527523293','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:00','0',1934,'',0,'1'),(2381,'1711AA1264','ANAND MOHAN','','9','8588841876','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1935,'',0,'1'),(2382,'1711AA1265','Mahendra pratap','','9','8685800603','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1936,'',0,'1'),(2383,'1711AA1266','rakesh kumar','','9','8800258877','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1937,'',0,'1'),(2384,'1711AA1267','Pushpendra Kumar','','9','8800348855','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1938,'',0,'1'),(2385,'1711AA1268','KN KUNWAR','','9','8800391489','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1939,'',0,'1'),(2386,'1711AA1269','Kapil Sharma','','9','8802890456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1940,'',0,'1'),(2387,'1711AA1270','Ajay Bisht','','9','8826230826','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1941,'',0,'1'),(2388,'1711AA1271','Syed Raiyan Ghani','','9','8826436010','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1942,'',0,'1'),(2389,'1711AA1272','VIJYA CHAUHAN','','9','8826605817','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1943,'',0,'1'),(2390,'1711AA1273','manoj kaundal','','9','8826622641','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1944,'',0,'1'),(2391,'1711AA1274','MRINAAL SHANKAR TALWAR','','9','8860080711','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1945,'',0,'1'),(2392,'1711AA1275','RAHUL CHAKRABORTY','','9','8886833351','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1946,'',0,'1'),(2393,'1711AA1276','Pooja Seth','','9','8890158064','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1947,'',0,'1'),(2394,'1711AA1277','MOHAMMAD SAHABUDDIN','','9','8896407823','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1948,'',0,'1'),(2395,'1711AA1278','UMESH KUMAR','','9','8954626960','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1949,'',0,'1'),(2396,'1711AA1279','Abhishek Dhingra','','9','9001995502','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1950,'',0,'1'),(2397,'1711AA1280','AVINASH KUMAR','','9','9015712501','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1951,'',0,'1'),(2398,'1711AA1281','BIDYABHUSAN','','9','9165656073','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1952,'',0,'1'),(2399,'1711AA1282','Dr. Tuhin Chattopadhyay','','9','9250674214','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1953,'',0,'1'),(2400,'1711AA1283','Furgan Khan','','9','9250693379','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1954,'',0,'1'),(2401,'1711AA1284','ABHISHEK VERMA','','9','9268276787','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1955,'',0,'1'),(2402,'1711AA1285','DIGVIJAY SINGH','','9','9312320515','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1956,'',0,'1'),(2403,'1711AA1286','AASHISH JAIN','','9','9312460376','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1957,'',0,'1'),(2404,'1711AA1287','Zenis Baluja','','9','9312655966','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1958,'',0,'1'),(2405,'1711AA1288','Kumar Vivek','','9','9355603078','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1959,'',0,'1'),(2406,'1711AA1289','Amit kumar','','9','9464446665','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1960,'',0,'1'),(2407,'1711AA1290','Bardani S','','9','9560166715','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1961,'',0,'1'),(2408,'1711AA1291','Dinesh Kumar','','9','9582425676','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1962,'',0,'1'),(2409,'1711AA1292','Ashwani Patel','','9','9582725588','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1963,'',0,'1'),(2410,'1711AA1293','Zeeshan Zafar','','9','9582890538','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:04','0',1964,'',0,'1'),(2411,'1711AA1294','Anubhav Srivastava','','9','9582893573','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1965,'',0,'1'),(2412,'1711AA1295','DHARMESH VARSHNEY','','9','9619666554','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1966,'',0,'1'),(2413,'1711AA1296','Alger','','9','9643887996','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1967,'',0,'1'),(2414,'1711AA1297','RAMESH TAMTA','','9','9650003025','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1968,'',0,'1'),(2415,'1711AA1298','roma bhadra','','9','9650020920','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1969,'',0,'1'),(2416,'1711AA1299','Arun Sharma','','9','9650109737','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1970,'',0,'1'),(2417,'1711AA1300','shashank sawardekar','','9','9650693311','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1971,'',0,'1'),(2418,'1711AA1301','ANAL KUMAR','','9','9650714262','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1972,'',0,'1'),(2419,'1711AA1302','MANISH SHARMA','','9','9654051085','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1973,'',0,'1'),(2420,'1711AA1303','Sujay Verma','','9','9654777761','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1974,'',0,'1'),(2421,'1711AA1304','Monika Charaya','','9','9702805725','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1975,'',0,'1'),(2422,'1711AA1305','sudarshan Tanwar','','9','9711126456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1976,'',0,'1'),(2423,'1711AA1306','Manushree Gupta','','9','9711195900','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1977,'',0,'1'),(2424,'1711AA1307','Amit Singh','','9','9711333021','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1978,'',0,'1'),(2425,'1711AA1308','AHMED ANSARI','','9','9711500424','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1979,'',0,'1'),(2426,'1711AA1309','sunil tiwary','','9','9711987549','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1980,'',0,'1'),(2427,'1711AA1310','SANDEEP TIWARI','','9','9716499044','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1981,'',0,'1'),(2428,'1711AA1311','Ashwin Sharma','','9','9717282061','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1982,'',0,'1'),(2429,'1711AA1312','Nitin Nagpal','','9','9717334335','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1983,'',0,'1'),(2430,'1711AA1313','Rohit Chopra','','9','9717477287','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1984,'',0,'1'),(2431,'1711AA1314','jatin loomba','','9','9717541050','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1985,'',0,'1'),(2432,'1711AA1315','Sushil Paul','','9','9717686711','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1986,'',0,'1'),(2433,'1711AA1316','IMRAN QADRI','','9','9717726224','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1987,'',0,'1'),(2434,'1711AA1317','CHANDNI DHAWAN','','9','9717897061','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1988,'',0,'1'),(2435,'1711AA1318','Navendu Bhushan','','9','9729870019','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1989,'',0,'1'),(2436,'1711AA1319','Bramdeep Singh','','9','9810019150','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1990,'',0,'1'),(2437,'1711AA1320','Inderjit Singh','','9','9810026791','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1991,'',0,'1'),(2438,'1711AA1321','Harsh Mittal','','9','9810076486','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1992,'',0,'1'),(2439,'1711AA1322','Manju Sharma','','9','9810104344','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1993,'',0,'1'),(2440,'1711AA1323','Avnish Sharma','','9','9810165680','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:09','0',1994,'',0,'1'),(2441,'1711AA1324','Vikas Gautam','','9','9810291154','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',1995,'',0,'1'),(2442,'1711AA1325','RUPALI','','9','9810308443','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',1996,'',0,'1'),(2443,'1711AA1326','Rajeev Gogne','','9','9810420126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',1997,'',0,'1'),(2444,'1711AA1327','divya vohra','','9','9810429871','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',1998,'',0,'1'),(2445,'1711AA1328','Deepak Sharma','','9','9811279353','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',1999,'',0,'1'),(2446,'1711AA1329','Vijay Gupta','','9','9811439874','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2000,'',0,'1'),(2447,'1711AA1330','Ramika Goel','','9','9811717097','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2001,'',0,'1'),(2448,'1711AA1331','KALI BHARDWAJ','','9','9818189201','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2002,'',0,'1'),(2449,'1711AA1332','brij mohan','','9','9818199795','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2003,'',0,'1'),(2450,'1711AA1333','Ritesh Wadhawan','','9','9818296689','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2004,'',0,'1'),(2451,'1711AA1334','VIJAY KAPOOR','','9','9818306538','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2005,'',0,'1'),(2452,'1711AA1335','O.P. Bhatia','','9','9818352990','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2006,'',0,'1'),(2453,'1711AA1336','AVIKAS','','9','9818721743','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2007,'',0,'1'),(2454,'1711AA1337','ESHAN KAUSHIK','','9','9818756575','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2008,'',0,'1'),(2455,'1711AA1338','Lucky Choudhary','','9','9818901222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2009,'',0,'1'),(2456,'1711AA1339','SANTHIL KUMAR','','9','9840438309','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2010,'',0,'1'),(2457,'1711AA1340','CHARLES SEN','','9','9868208647','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2011,'',0,'1'),(2458,'1711AA1341','Amit Chauhan','','9','9871117116','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2012,'',0,'1'),(2459,'1711AA1342','Rajesh Kumar Rai','','9','9871450450','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2013,'',0,'1'),(2460,'1711AA1343','Vaibhav Gupta','','9','9871455505','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2014,'',0,'1'),(2461,'1711AA1344','ravikumar','','9','9871582116','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2015,'',0,'1'),(2462,'1711AA1345','NEELU MAHAJAN','','9','9871589736','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2016,'',0,'1'),(2463,'1711AA1346','Rajesh Kumar','','9','9871811845','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2017,'',0,'1'),(2464,'1711AA1347','Avneet kaur Jassal','','9','9873015928','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2018,'',0,'1'),(2465,'1711AA1348','mukesh kakkar','','9','9873407513','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2019,'',0,'1'),(2466,'1711AA1349','Ankur Kataria','','9','9873456077','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2020,'',0,'1'),(2467,'1711AA1350','AMIR KUMAR JHA','','9','9873775596','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2021,'',0,'1'),(2468,'1711AA1351','Gaurav Asthana','','9','9891018470','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2022,'',0,'1'),(2469,'1711AA1352','Jagdish Cahandra','','9','9891289203','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2023,'',0,'1'),(2470,'1711AA1353','Dr ajay','','9','9891323055','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:14','0',2024,'',0,'1'),(2471,'1711AA1354','Dhruv Mahajan','','9','9891745111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2025,'',0,'1'),(2472,'1711AA1355','KAJAL SHARMA','','9','9899004265','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2026,'',0,'1'),(2473,'1711AA1356','ashis parija','','9','9899151343','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2027,'',0,'1'),(2474,'1711AA1357','ARUN KR VERMA','','9','9899270814','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2028,'',0,'1'),(2475,'1711AA1358','Brajesh Shrivastava','','9','9899590779','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2029,'',0,'1'),(2476,'1711AA1359','Naveen Mehta','','9','9899708951','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2030,'',0,'1'),(2477,'1711AA1360','SHALU KAUSHAL','','9','9899890064','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2031,'',0,'1'),(2478,'1711AA1361','HARSHA MENGHANI','','9','9899977122','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2032,'',0,'1'),(2479,'1711AA1362','Vimal Mittal','','9','9910062004','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2033,'',0,'1'),(2480,'1711AA1363','Saurabh Chatterjee','','9','9910091943','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2034,'',0,'1'),(2481,'1711AA1364','SAYEEDA PEARL A','','9','9910270789','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2035,'',0,'1'),(2482,'1711AA1365','gautam bahri','','9','9910294745','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2036,'',0,'1'),(2483,'1711AA1366','CHANDAN PANDEY','','9','9910381054','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2037,'',0,'1'),(2484,'1711AA1367','SANJAY Jain','','9','9910414858','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2038,'',0,'1'),(2485,'1711AA1368','Jagdeep Singh','','9','9910966770','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2039,'',0,'1'),(2486,'1711AA1369','Jeetendra Thakur','','9','9911042655','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2040,'',0,'1'),(2487,'1711AA1370','Mukesh Kumar','','9','9911447267','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2041,'',0,'1'),(2488,'1711AA1371','GAGAN SINGHAL','','9','9927359777','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2042,'',0,'1'),(2489,'1711AA1372','pranjal aeron','','9','9953485215','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2043,'',0,'1'),(2490,'1711AA1373','VISHAL SHARMA','','9','9953743155','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2044,'',0,'1'),(2491,'1711AA1374','Manindra Mallick','','9','9958061936','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2045,'',0,'1'),(2492,'1711AA1375','ANUJ SHARMA','','9','9958162882','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2046,'',0,'1'),(2493,'1711AA1376','ashish','','9','9958849404','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2047,'',0,'1'),(2494,'1711AA1377','sachin kumar','','9','9958934162','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2048,'',0,'1'),(2495,'1711AA1378','Kamal Maggo','','9','9968261529','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2049,'',0,'1'),(2496,'1711AA1379','RAJESH MOHANTY','','9','9971043770','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2050,'',0,'1'),(2497,'1711AA1380','ABHISHEK BAJPAI','','9','9971211114','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2051,'',0,'1'),(2498,'1711AA1381','Kheema Pandey','','9','9971943022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2052,'',0,'1'),(2499,'1711AA1382','parul singh','','9','9986710952','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2053,'',0,'1'),(2500,'1711AA1383','Sandeep Bhamrah','','9','9990009047','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:19','0',2054,'',0,'1'),(2501,'1711AA1384','mohan sharma','','9','9990022259','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2055,'',0,'1'),(2502,'1711AA1385','Rajesh Kumar','','9','9991252890','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2056,'',0,'1'),(2503,'1711AA1386','ManishSingh','','9','9999000307','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2057,'',0,'1'),(2504,'1711AA1387','Gerald O callaghan','','9','9999012550','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2058,'',0,'1'),(2505,'1711AA1388','Isha J Kumar','','9','9999049659','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2059,'',0,'1'),(2506,'1711AA1389','Nisha Gaur','','9','9999105093','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2060,'',0,'1'),(2507,'1711AA1390','ravinder kumar','','9','9999111015','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2061,'',0,'1'),(2508,'1711AA1391','Adarsh Khare','','9','9999111271','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2062,'',0,'1'),(2509,'1711AA1392','Akshay Kumar','','9','9999179558','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2063,'',0,'1'),(2510,'1711AA1393','Arvind Thakur','','9','9999221211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2064,'',0,'1'),(2511,'1711AA1394','hari murti','','9','9999239642','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2065,'',0,'1'),(2512,'1711AA1395','Atul Jain','','9','9999299004','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2066,'',0,'1'),(2513,'1711AA1396','GURMEET SINGH','','9','9999657563','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2067,'',0,'1'),(2514,'1711AA1397','Syed Husain Ali Naqvi','','9','9999894244','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2068,'',0,'1'),(2515,'1711AA1398','sonam rastogi','','9','9999915208','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2069,'',0,'1'),(2516,'1711AA1399','Saurabh Srivastava','','9','7042057001','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2070,'',0,'1'),(2517,'1711AA1400','Manoj Chopra','','9','7042960136','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2071,'',0,'1'),(2518,'1711AA1401','PRASHANT SWAROOP','','9','7428451778','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2072,'',0,'1'),(2519,'1711AA1402','Surjeet Sharma','','9','7838439455','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2073,'',0,'1'),(2520,'1711AA1403','Dheeraj Kumar','','9','8130107447','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2074,'',0,'1'),(2521,'1711AA1404','Nimesh Nair','','9','8130360888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2075,'',0,'1'),(2522,'1711AA1405','Jyoti Mor','','9','8130881231','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2076,'',0,'1'),(2523,'1711AA1406','OM DIXIT','','9','8133870949','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2077,'',0,'1'),(2524,'1711AA1407','Aditya Hui','','9','8375860212','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2078,'',0,'1'),(2525,'1711AA1408','Rajneesh Kaushik','','9','8437850324','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2079,'',0,'1'),(2526,'1711AA1409','SUKRIT KALIA','','9','8447505759','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2080,'',0,'1'),(2527,'1711AA1410','Kuldip Chaudhuri','','9','8447507820','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2081,'',0,'1'),(2528,'1711AA1411','mukesh yadav','','9','8587831961','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2082,'',0,'1'),(2529,'1711AA1412','Sushil kumar','','9','8588055260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2083,'',0,'1'),(2530,'1711AA1413','AQEEL AHMAD KHAN','','9','8750007839','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:25','0',2084,'',0,'1'),(2531,'1711AA1414','Anil Yadav','','9','8826257768','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2085,'',0,'1'),(2532,'1711AA1415','Topoban kaushik','','9','8860777702','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2086,'',0,'1'),(2533,'1711AA1416','adish kansal','','9','9013423030','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2087,'',0,'1'),(2534,'1711AA1417','ankit pandey','','9','9015696491','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2088,'',0,'1'),(2535,'1711AA1418','Kanj Goel','','9','9015980399','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2089,'',0,'1'),(2536,'1711AA1419','Mrinmoyee Maulik','','9','9250097977','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2090,'',0,'1'),(2537,'1711AA1420','Shivanand Venu Gopal','','9','9312002526','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2091,'',0,'1'),(2538,'1711AA1421','sunil ghiya','','9','9313321292','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2092,'',0,'1'),(2539,'1711AA1422','mohd azam khan','','9','9411428349','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2093,'',0,'1'),(2540,'1711AA1423','DHARMERDRA SINGH','','9','9437925728','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2094,'',0,'1'),(2541,'1711AA1424','Manjul Sisodiya','','9','9540396516','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2095,'',0,'1'),(2542,'1711AA1425','Renu','','9','9560270095','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2096,'',0,'1'),(2543,'1711AA1426','Sanvinder Dhillon','','9','9560527422','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2097,'',0,'1'),(2544,'1711AA1427','Nand Kishor Vashisht','','9','9560587006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2098,'',0,'1'),(2545,'1711AA1428','Ruhi Choudhary','','9','9560996250','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2099,'',0,'1'),(2546,'1711AA1429','Pammi Lingwal','','9','9582997216','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2100,'',0,'1'),(2547,'1711AA1430','VINAY TRIPATHI','','9','9643886124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2101,'',0,'1'),(2548,'1711AA1431','SUSHIL KUMAR BABBAR','','9','9650530111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2102,'',0,'1'),(2549,'1711AA1432','PriyaChhabra','','9','9650530513','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2103,'',0,'1'),(2550,'1711AA1433','MONA NEGI','','9','9650930590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2104,'',0,'1'),(2551,'1711AA1434','jainarayan singh','','9','9654561931','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2105,'',0,'1'),(2552,'1711AA1435','Omvir Singh','','9','9711069466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2106,'',0,'1'),(2553,'1711AA1436','Akshat Gupta','','9','9711714888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:29','0',2107,'',0,'1'),(2554,'1711AA1437','Jagjit Singh','','9','9717071685','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2108,'',0,'1'),(2555,'1711AA1438','ANIL KUMAR','','9','9717127878','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2109,'',0,'1'),(2556,'1711AA1439','Prachi Batra N','','9','9717431974','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2110,'',0,'1'),(2557,'1711AA1440','Mukul Thaman','','9','9718699121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2111,'',0,'1'),(2558,'1711AA1441','Ashish B Lal','','9','9810137905','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2112,'',0,'1'),(2559,'1711AA1442','SWATI SINGH','','9','9810165146','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2113,'',0,'1'),(2560,'1711AA1443','Swarup Dutta','','9','9810253955','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:30','0',2114,'',0,'1'),(2561,'1711AA1444','Jyoti','','9','9810276138','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2115,'',0,'1'),(2562,'1711AA1445','PARVINDER SINGH','','9','9810370257','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2116,'',0,'1'),(2563,'1711AA1446','Aridhman Ghulati','','9','9810873886','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2117,'',0,'1'),(2564,'1711AA1447','Dewang Angmo','','9','9810896270','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2118,'',0,'1'),(2565,'1711AA1448','Jaswant Negi','','9','9811632108','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2119,'',0,'1'),(2566,'1711AA1449','jamshed qureshi','','9','9811778228','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2120,'',0,'1'),(2567,'1711AA1450','BHAWNA SAHNI','','9','9811909343','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2121,'',0,'1'),(2568,'1711AA1451','Nitin Kathuria','','9','9818246486','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2122,'',0,'1'),(2569,'1711AA1452','Nitin grover','','9','9818418114','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2123,'',0,'1'),(2570,'1711AA1453','DEEP BARMI','','9','9818810203','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2124,'',0,'1'),(2571,'1711AA1454','Shubhendu Nayak','','9','9818989198','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2125,'',0,'1'),(2572,'1711AA1455','Mahendra Singh Rathore','','9','9829233456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2126,'',0,'1'),(2573,'1711AA1456','tarun vashishtha','','9','9868107504','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2127,'',0,'1'),(2574,'1711AA1457','MUKESH TALE','','9','9868307989','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2128,'',0,'1'),(2575,'1711AA1458','RanjayKumar Anju','','9','9868645599','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2129,'',0,'1'),(2576,'1711AA1459','Rajnesh Sharma','','9','9871117451','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2130,'',0,'1'),(2577,'1711AA1460','sumit kumar','','9','9871343478','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2131,'',0,'1'),(2578,'1711AA1461','BIJU MANI OOMMEN','','9','9871468366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2132,'',0,'1'),(2579,'1711AA1462','Vipan Mahajan','','9','9871744922','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2133,'',0,'1'),(2580,'1711AA1463','SUJOY BHATTACHARYA','','9','9871793246','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2134,'',0,'1'),(2581,'1711AA1464','ALOK JAIN','','9','9871925875','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2135,'',0,'1'),(2582,'1711AA1465','PARUL BANSAL','','9','9871977260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2136,'',0,'1'),(2583,'1711AA1466','Garima Gulati','','9','9873101561','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2137,'',0,'1'),(2584,'1711AA1467','Shainky Thareja','','9','9873439437','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2138,'',0,'1'),(2585,'1711AA1468','PRAVEEN KUMAR SINGH','','9','9873692009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2139,'',0,'1'),(2586,'1711AA1469','AMIT BAKSHI','','9','9873855340','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2140,'',0,'1'),(2587,'1711AA1470','Ajay Chopra','','9','9891010804','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2141,'',0,'1'),(2588,'1711AA1471','Amit Kumar','','9','9891190058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2142,'',0,'1'),(2589,'1711AA1472','Gurjit Singh','','9','9891798907','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2143,'',0,'1'),(2590,'1711AA1473','RamanVerma','','9','9891937391','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:34','0',2144,'',0,'1'),(2591,'1711AA1474','Parish Singh','','9','9899473006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2145,'',0,'1'),(2592,'1711AA1475','kmerh','','9','9899700876','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2146,'',0,'1'),(2593,'1711AA1476','rishi jangid','','9','9899750026','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2147,'',0,'1'),(2594,'1711AA1477','PRIYABRATA PANDA','','9','9899764558','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2148,'',0,'1'),(2595,'1711AA1478','Deepa Marwah','','9','9899777287','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2149,'',0,'1'),(2596,'1711AA1479','Mahesh Thakur','','9','9910020847','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2150,'',0,'1'),(2597,'1711AA1480','Mallykasinghchawla','','9','9910229949','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2151,'',0,'1'),(2598,'1711AA1481','Farhan Naqavi','','9','9910336334','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2152,'',0,'1'),(2599,'1711AA1482','Jyoti Tiwari','','9','9910867645','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2153,'',0,'1'),(2600,'1711AA1483','Sagar Gupta','','9','9911000181','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2154,'',0,'1'),(2601,'1711AA1484','ANJANI KUMAR','','9','9922307233','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2155,'',0,'1'),(2602,'1711AA1485','Hemant Suri','','9','9953079983','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2156,'',0,'1'),(2603,'1711AA1486','debashish patra','','9','9953097841','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2157,'',0,'1'),(2604,'1711AA1487','Mahesh Singh','','9','9953357209','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2158,'',0,'1'),(2605,'1711AA1488','Ashish Kukreti','','9','9953625555','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2159,'',0,'1'),(2606,'1711AA1489','shweta agarwal','','9','9953728700','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2160,'',0,'1'),(2607,'1711AA1490','nitin pandey','','9','9953737657','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2161,'',0,'1'),(2608,'1711AA1491','CHANDAN KALRA','','9','9958649477','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2162,'',0,'1'),(2609,'1711AA1492','ASHISH NAITHANI','','9','9958759898','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2163,'',0,'1'),(2610,'1711AA1493','rajesh tiwary','','9','9971392943','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2164,'',0,'1'),(2611,'1711AA1494','RITIKA VAID','','9','9971450633','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2165,'',0,'1'),(2612,'1711AA1495','Prakash Ranjan','','9','9971799612','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2166,'',0,'1'),(2613,'1711AA1496','ONKAR GAUTAM','','9','9971981222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2167,'',0,'1'),(2614,'1711AA1497','Navneet Singh','','9','9990044819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2168,'',0,'1'),(2615,'1711AA1498','Yogesh Kumar','','9','9990747880','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2169,'',0,'1'),(2616,'1711AA1499','Pritam Rana','','9','9999923061','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2170,'',0,'1'),(2617,'1711AA1500','Rohit Singh','','9','9999981870','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2171,'',0,'1'),(2618,'1711AA1501','MADHAVAN KOLAYAMPARAMPATH','','9','7053429998','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2172,'',0,'1'),(2619,'1711AA1502','KARAN SOHAL','','9','8017150370','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2173,'',0,'1'),(2620,'1711AA1503','Mohd. Shameem','','9','8130995986','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:39','0',2174,'',0,'1'),(2621,'1711AA1504','Kapil Gupta','','9','8447286668','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2175,'',0,'1'),(2622,'1711AA1505','ROHIT GUPTA','','9','8447957047','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2176,'',0,'1'),(2623,'1711AA1506','Harish Pandey','','9','8505806766','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2177,'',0,'1'),(2624,'1711AA1507','RANVEER SINGH','','9','8527371315','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2178,'',0,'1'),(2625,'1711AA1508','vishal chadha','','9','8586097599','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2179,'',0,'1'),(2626,'1711AA1509','Neha Tyagi','','9','8750396919','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2180,'',0,'1'),(2627,'1711AA1510','Mahender Singh','','9','8800930006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2181,'',0,'1'),(2628,'1711AA1511','UTSAV PARASHAR','','9','8860085650','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2182,'',0,'1'),(2629,'1711AA1512','Mohit Singla','','9','8860184000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2183,'',0,'1'),(2630,'1711AA1513','Vijay Chaudhary','','9','8860928833','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2184,'',0,'1'),(2631,'1711AA1514','Nishant Budhiraja','','9','9210322042','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2185,'',0,'1'),(2632,'1711AA1515','Rupendra Singh Chouhan','','9','9350123595','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2186,'',0,'1'),(2633,'1711AA1516','Sunil Lamba','','9','9416988349','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2187,'',0,'1'),(2634,'1711AA1517','Uday Deshpande','','9','9422220584','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2188,'',0,'1'),(2635,'1711AA1518','MUKULL SAKXENA','','9','9540311504','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2189,'',0,'1'),(2636,'1711AA1519','naveen sharma','','9','9540999533','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2190,'',0,'1'),(2637,'1711AA1520','NEERAJ AGARWAL','','9','9560087765','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2191,'',0,'1'),(2638,'1711AA1521','Nishtha','','9','9560166331','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2192,'',0,'1'),(2639,'1711AA1522','Nawal Kishore Mishra','','9','9560520010','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2193,'',0,'1'),(2640,'1711AA1523','Asha Sharma','','9','9650233118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2194,'',0,'1'),(2641,'1711AA1524','Sumeet Manga','','9','9711686871','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2195,'',0,'1'),(2642,'1711AA1525','Mohamed Sarfaraz','','9','9716669830','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2196,'',0,'1'),(2643,'1711AA1526','Uday Anand Soni','','9','9717025111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2197,'',0,'1'),(2644,'1711AA1527','Ravi Kant Sharma','','9','9717776446','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2198,'',0,'1'),(2645,'1711AA1528','Rakesh Malhotra','','9','9810084542','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2199,'',0,'1'),(2646,'1711AA1529','Rajeev Mishra','','9','9810222466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2200,'',0,'1'),(2647,'1711AA1530','vikas kaura','','9','9810667881','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2201,'',0,'1'),(2648,'1711AA1531','Gaurav Chadda','','9','9810717419','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2202,'',0,'1'),(2649,'1711AA1532','ravi kaushik','','9','9811549249','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2203,'',0,'1'),(2650,'1711AA1533','Rajeev Kumar','','9','9811689181','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:44','0',2204,'',0,'1'),(2651,'1711AA1534','Praveen Rohilla','','9','9811980639','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2205,'',0,'1'),(2652,'1711AA1535','safia rana','','9','9818334490','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2206,'',0,'1'),(2653,'1711AA1536','sachin sinha','','9','9818440026','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2207,'',0,'1'),(2654,'1711AA1537','Mohan singh Bijalwan','','9','9871055280','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2208,'',0,'1'),(2655,'1711AA1538','Ashwani Kumar SINGH','','9','9871326691','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2209,'',0,'1'),(2656,'1711AA1539','Gauraw Singh','','9','9871540069','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2210,'',0,'1'),(2657,'1711AA1540','Vidit Yadav','','9','9873862103','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2211,'',0,'1'),(2658,'1711AA1541','Poonam Gulati','','9','9891878178','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2212,'',0,'1'),(2659,'1711AA1542','Aman Sakhuja','','9','9899031743','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2213,'',0,'1'),(2660,'1711AA1543','SACHINJAIN','','9','9899329642','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2214,'',0,'1'),(2661,'1711AA1544','Brajesh Dedhwal','','9','9899770431','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2215,'',0,'1'),(2662,'1711AA1545','RAKESH PRASAD','','9','9910011275','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2216,'',0,'1'),(2663,'1711AA1546','Deepanshu Sachdeva','','9','9910473111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2217,'',0,'1'),(2664,'1711AA1547','Arvind Negi','','9','9911504211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2218,'',0,'1'),(2665,'1711AA1548','Neeraj Kumar','','9','9911883698','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2219,'',0,'1'),(2666,'1711AA1549','SANJAY NIGAM','','9','9953162222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2220,'',0,'1'),(2667,'1711AA1550','Rakesh Goyal','','9','9953164444','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2221,'',0,'1'),(2668,'1711AA1551','Yash','','9','9953837080','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2222,'',0,'1'),(2669,'1711AA1552','Saurabh Yadav','','9','9958002940','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2223,'',0,'1'),(2670,'1711AA1553','MEGHA KHANDELWAL','','9','9958457827','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2224,'',0,'1'),(2671,'1711AA1554','Saurabh Agrawal','','9','9958610077','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2225,'',0,'1'),(2672,'1711AA1555','Ram Prasad Dhara','','9','9958677006','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2226,'',0,'1'),(2673,'1711AA1556','Rajan Wadhwa','','9','9958881934','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2227,'',0,'1'),(2674,'1711AA1557','Ankita Jain','','9','9958992565','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2228,'',0,'1'),(2675,'1711AA1558','RAKESH SHUKLA','','9','9968021102','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2229,'',0,'1'),(2676,'1711AA1559','NIDHI GOEL','','9','9990210374','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2230,'',0,'1'),(2677,'1711AA1560','ANOJ DUBEY','','9','9990584691','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2231,'',0,'1'),(2678,'1711AA1561','Tapaswinee Mohanty','','9','9990666297','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2232,'',0,'1'),(2679,'1711AA1562','GAURAV BHAGLAL','','9','9990855774','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2233,'',0,'1'),(2680,'1711AA1563','Anupam Sharma','','9','9999023112','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:48','0',2234,'',0,'1'),(2681,'1711AA1564','Abhishek Sharma','','9','9999456737','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2235,'',0,'1'),(2682,'1711AA1565','amit kumar','','9','9999716510','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2236,'',0,'1'),(2683,'1711AA1566','KISLAY KUMAR','','9','8222870232','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2237,'',0,'1'),(2684,'1711AA1567','Makanjuola Oyekola','','9','8376825127','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2238,'',0,'1'),(2685,'1711AA1568','Nidhi Agarwal','','9','8447832381','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2239,'',0,'1'),(2686,'1711AA1569','syed gulfam ali','','9','8449447541','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','149','149','149','','','',2,'','test','1','','','131','2017-11-09 10:48:53','0',2240,'',0,'1'),(2687,'1711AA1570','gurpreet singh','','9','8527467760','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2241,'',0,'1'),(2688,'1711AA1571','mohit sharma','','9','8527715252','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2242,'',0,'1'),(2689,'1711AA1572','Pramod Kumar','','9','8800093260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','149','149','149','','','',2,'','test','1','','','131','2017-11-09 10:48:53','0',2243,'',0,'1'),(2690,'1711AA1573','Gaurav Joshi','','9','8800327069','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2244,'',0,'1'),(2691,'1711AA1574','VIPUL KOTHARI','','9','8802157684','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2245,'',0,'1'),(2692,'1711AA1575','Kumar Anshuman','','9','9013981058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2246,'',0,'1'),(2693,'1711AA1576','SHASHISHEKHAR SINGH','','9','9050129907','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2247,'',0,'1'),(2694,'1711AA1577','NASIM AHMAD','','9','9212074475','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2248,'',0,'1'),(2695,'1711AA1578','Manoj Mohanty','','9','9312968349','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2249,'',0,'1'),(2696,'1711AA1579','ALEXANDER NATHMAN','','9','9540677435','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2250,'',0,'1'),(2697,'1711AA1580','JEET SINGH','','9','9540949000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2251,'',0,'1'),(2698,'1711AA1581','Pankaj Bhardwaj','','9','9560093695','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2252,'',0,'1'),(2699,'1711AA1582','Gaurav Saxena','','9','9560690576','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2253,'',0,'1'),(2700,'1711AA1583','Diwakar sharma','','9','9580643263','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2254,'',0,'1'),(2701,'1711AA1584','Arun Singhal','','9','9711304064','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2255,'',0,'1'),(2702,'1711AA1585','Atal Bajpayee','','9','9711807748','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2256,'',0,'1'),(2703,'1711AA1586','Pushkar Misra','','9','9711990708','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2257,'',0,'1'),(2704,'1711AA1587','mrinal dutta','','9','9717855662','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2258,'',0,'1'),(2705,'1711AA1588','SAFI AHMAD IMANDAR','','9','9718771371','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2259,'',0,'1'),(2706,'1711AA1589','NITISH GARG','','9','9760099381','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2260,'',0,'1'),(2707,'1711AA1590','BRAJESH KUMAR','','9','9798280230','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2261,'',0,'1'),(2708,'1711AA1591','KADAVATH MENON','','9','9810027003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2262,'',0,'1'),(2709,'1711AA1592','Nevan Roy','','9','9810100121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2263,'',0,'1'),(2710,'1711AA1593','manish raghav','','9','9810300775','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:53','0',2264,'',0,'1'),(2711,'1711AA1594','ASHOK KUMAR M S','','9','9810319645','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2265,'',0,'1'),(2712,'1711AA1595','Rahul Singh','','9','9811366027','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2266,'',0,'1'),(2713,'1711AA1596','RAVI KISHORE','','9','9811596551','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2267,'',0,'1'),(2714,'1711AA1597','asif jamal','','9','9811674230','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2268,'',0,'1'),(2715,'1711AA1598','Mallikaa Bavishi','','9','9811797994','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2269,'',0,'1'),(2716,'1711AA1599','Shanti Verma','','9','9818312310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2270,'',0,'1'),(2717,'1711AA1600','PRAKASH Sharma','','9','9818663835','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2271,'',0,'1'),(2718,'1711AA1601','GirishKochhar','','9','9818677375','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2272,'',0,'1'),(2719,'1711AA1602','VISHAL KUMAR','','9','9818841151','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2273,'',0,'1'),(2720,'1711AA1603','Nischal Jain','','9','9818879270','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2274,'',0,'1'),(2721,'1711AA1604','SangitaChakrabarty','','9','9836112220','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2275,'',0,'1'),(2722,'1711AA1605','Keshav Kapoor','','9','9868058168','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2276,'',0,'1'),(2723,'1711AA1606','MALLIKA BANERJEE','','9','9868160805','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2277,'',0,'1'),(2724,'1711AA1607','Himanshu Shukla','','9','9582234166','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2278,'',0,'1'),(2725,'1711AA1608','vijay sharma','','9','9910026588','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2279,'',0,'1'),(2726,'1711AA1609','shovan kanungo','','9','9891212631','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2280,'',0,'1'),(2727,'1711AA1610','Md Zaifi Ahmad','','9','9810423387','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2281,'',0,'1'),(2728,'1711AA1611','Dilip Gayen','','9','9810991944','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2282,'',0,'1'),(2729,'1711AA1612','Rahul Vohra','','9','7838154451','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2283,'',0,'1'),(2730,'1711AA1613','ASTHA ARORA','','9','8860556875','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2284,'',0,'1'),(2731,'1711AA1614','Sajid Hussain','','9','8860754477','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2285,'',0,'1'),(2732,'1711AA1615','Dr.Sachin Batra','','9','9540166933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2286,'',0,'1'),(2733,'1711AA1616','DAVENDER AHUJA','','9','9560428222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2287,'',0,'1'),(2734,'1711AA1617','vivek jawa','','9','9718222685','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2288,'',0,'1'),(2735,'1711AA1618','Priyanka Bhatia','','9','9717020837','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2289,'',0,'1'),(2736,'1711AA1619','Akhilesh Kumar Vishwakarma','','9','9007733268','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2290,'',0,'1'),(2737,'1711AA1620','Anukesh Sharma','','9','9811477497','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2291,'',0,'1'),(2738,'1711AA1621','shaela anjum','','9','9953159083','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2292,'',0,'1'),(2739,'1711AA1622','Amit Pithwal','','9','8937099375','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2293,'',0,'1'),(2740,'1711AA1623','GURPREET KAUR','','9','9582267766','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:48:58','0',2294,'',0,'1'),(2741,'1711AA1624','vijay chowdhary','','9','9818356857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2295,'',0,'1'),(2742,'1711AA1625','Harpreet Singh','','9','9891351777','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2296,'',0,'1'),(2743,'1711AA1626','JITENDER SINGH','','9','8397970507','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2297,'',0,'1'),(2744,'1711AA1627','shivangi sharma','','9','8800664309','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2298,'',0,'1'),(2745,'1711AA1628','Pankaj Malik','','9','9582502225','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2299,'',0,'1'),(2746,'1711AA1629','Manish Arote','','9','9716370077','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2300,'',0,'1'),(2747,'1711AA1630','Dhruv Gupta','','9','9810389433','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2301,'',0,'1'),(2748,'1711AA1631','PriyaBehal','','9','9811260744','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2302,'',0,'1'),(2749,'1711AA1632','Debarati H Arora','','9','9873690801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2303,'',0,'1'),(2750,'1711AA1633','akshay bhatt','','9','8800924609','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2304,'',0,'1'),(2751,'1711AA1634','Sohaib Beg','','9','9811282126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2305,'',0,'1'),(2752,'1711AA1635','DEEKSHA SHARMA','','9','9971357523','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2306,'',0,'1'),(2753,'1711AA1636','VIVEK KUMAR','','9','9560837999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2307,'',0,'1'),(2754,'1711AA1637','REETA CHHACHHIYA','','9','9958899962','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2308,'',0,'1'),(2755,'1711AA1638','Amit Veshnavi','','9','8447080676','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2309,'',0,'1'),(2756,'1711AA1639','GAURAV SRIVASTAVA','','9','9910670066','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2310,'',0,'1'),(2757,'1711AA1640','Santosh Kumar Jha','','9','9999481983','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2311,'',0,'1'),(2758,'1711AA1641','santosh pandey','','9','9810578723','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2312,'',0,'1'),(2759,'1711AA1642','shailendra singh','','9','9818345941','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2313,'',0,'1'),(2760,'1711AA1643','manish nanda','','9','9910176468','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2314,'',0,'1'),(2761,'1711AA1644','SAURABH PANDEY','','9','8527373455','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2315,'',0,'1'),(2762,'1711AA1645','MD RASHID AHMAD','','9','8595069493','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2316,'',0,'1'),(2763,'1711AA1646','Jahnabi Medhi','','9','9573622022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2317,'',0,'1'),(2764,'1711AA1647','Ajay kumar singh','','9','9582945926','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2318,'',0,'1'),(2765,'1711AA1648','Feeroz Ahmed','','9','9654307679','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2319,'',0,'1'),(2766,'1711AA1649','KAPIL RANA','','9','9818999238','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2320,'',0,'1'),(2767,'1711AA1650','Ruchi Sharma','','9','9891879757','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2321,'',0,'1'),(2768,'1711AA1651','RAKESH MEHTA','','9','9899076604','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2322,'',0,'1'),(2769,'1711AA1652','sumit sharma','','9','9911820521','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2323,'',0,'1'),(2770,'1711AA1653','GAGANDEEP SINGH','','9','9953425300','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:02','0',2324,'',0,'1'),(2771,'1711AA1654','PRERANA PALLAVI','','9','8287937437','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2325,'',0,'1'),(2772,'1711AA1655','BHARAT KUMAR K','','9','8826382200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2326,'',0,'1'),(2773,'1711AA1656','HITAISHI GANGWANI','','9','9717708227','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2327,'',0,'1'),(2774,'1711AA1657','Deepak Singhal','','9','9868497237','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2328,'',0,'1'),(2775,'1711AA1658','Jag Mohan Dhoundiyal','','9','9871743194','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2329,'',0,'1'),(2776,'1711AA1659','Mohd Shadab','','9','9891843075','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2330,'',0,'1'),(2777,'1711AA1660','SANDEEP RIKHI','','9','9971370925','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2331,'',0,'1'),(2778,'1711AA1661','Anu Srivastava','','9','9999307957','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2332,'',0,'1'),(2779,'1711AA1662','SHOUKKATH ali','','9','7042844199','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2333,'',0,'1'),(2780,'1711AA1663','Sunprit Singh','','9','9582052525','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2334,'',0,'1'),(2781,'1711AA1664','MUKESH KUMAR','','9','9717001152','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2335,'',0,'1'),(2782,'1711AA1665','rahul goila','','9','9818468962','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2336,'',0,'1'),(2783,'1711AA1666','DUSHYANT CHAUHAN','','9','9871689095','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2337,'',0,'1'),(2784,'1711AA1667','GUNMEET SINGH','','9','9999884326','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2338,'',0,'1'),(2785,'1711AA1668','Shweta Sinha','','9','9312113300','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2339,'',0,'1'),(2786,'1711AA1669','Sumit Garg','','9','9560171061','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2340,'',0,'1'),(2787,'1711AA1670','Rajesh Kumar','','9','8792768587','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2341,'',0,'1'),(2788,'1711AA1671','Partho Ghosh','','9','9818479126','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2342,'',0,'1'),(2789,'1711AA1672','sanjay khasa','','9','9728768008','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2343,'',0,'1'),(2790,'1711AA1673','vineet ballagan','','9','8447750650','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2344,'',0,'1'),(2791,'1711AA1674','kalpana sharma','','9','8860387178','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2345,'',0,'1'),(2792,'1711AA1675','jasbeer bhatia','','9','9818361118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2346,'',0,'1'),(2793,'1711AA1676','Kushal Dev Sharma','','9','9818029819','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2347,'',0,'1'),(2794,'1711AA1677','Neelam Patra','','9','7838850684','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2348,'',0,'1'),(2795,'1711AA1678','chithirai selvan','','9','9717361196','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2349,'',0,'1'),(2796,'1711AA1679','subrato yadav','','9','9873595715','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2350,'',0,'1'),(2797,'1711AA1680','Kailash Chandra','','9','9540067999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2351,'',0,'1'),(2798,'1711AA1681','sukhendudas','','9','9811930874','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2352,'',0,'1'),(2799,'1711AA1682','Prem Chand Singh','','9','9873529752','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2353,'',0,'1'),(2800,'1711AA1683','vijay kumar','','9','9873582484','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:07','0',2354,'',0,'1'),(2801,'1711AA1684','Rohit Sharma','','9','7838093211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2355,'',0,'1'),(2802,'1711AA1685','swati jain','','9','9899569784','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2356,'',0,'1'),(2803,'1711AA1686','Manoj Lilani','','9','7838838849','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2357,'',0,'1'),(2804,'1711AA1687','Vivek Agarwal','','9','9560865634','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2358,'',0,'1'),(2805,'1711AA1688','kazim Husain','','9','7753081496','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2359,'',0,'1'),(2806,'1711AA1689','Shubham Jain','','9','8447695242','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2360,'',0,'1'),(2807,'1711AA1690','parul verma','','9','8505925999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2361,'',0,'1'),(2808,'1711AA1691','Priyanka Sharma','','9','8826065207','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2362,'',0,'1'),(2809,'1711AA1692','Hemant Sharma','','9','8826683636','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2363,'',0,'1'),(2810,'1711AA1693','rahul pandey','','9','9717137433','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2364,'',0,'1'),(2811,'1711AA1694','ASHISH BALUNI','','9','9717179887','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2365,'',0,'1'),(2812,'1711AA1695','Shruti Bhargava','','9','9810108544','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2366,'',0,'1'),(2813,'1711AA1696','Pramod kumar','','9','9818778479','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2367,'',0,'1'),(2814,'1711AA1697','Rahul Sethi','','9','9896118913','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2368,'',0,'1'),(2815,'1711AA1698','gaurav joshi','','9','9899168697','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2369,'',0,'1'),(2816,'1711AA1699','MANOJ KUMAR','','9','9958111443','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2370,'',0,'1'),(2817,'1711AA1700','Mukti Ranjan','','9','9958481111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2371,'',0,'1'),(2818,'1711AA1701','Amit Naudiyal','','9','9990336450','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2372,'',0,'1'),(2819,'1711AA1702','Manak Budhiraja','','9','9999001427','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2373,'',0,'1'),(2820,'1711AA1703','Ritik Joshi','','9','9999797791','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2374,'',0,'1'),(2821,'1711AA1704','sanjeev Kumar pathak','','9','8374236540','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2375,'',0,'1'),(2822,'1711AA1705','PARVEEN TANWAR','','9','8527715678','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2376,'',0,'1'),(2823,'1711AA1706','Pankaj Gupta','','9','8800514767','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2377,'',0,'1'),(2824,'1711AA1707','RITESH JAIN','','9','9718329532','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2378,'',0,'1'),(2825,'1711AA1708','SHUCHI CHATURVEDI','','9','9810560021','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2379,'',0,'1'),(2826,'1711AA1709','AMIT K GUPTA','','9','9811099422','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2380,'',0,'1'),(2827,'1711AA1710','Swapan Dutta','','9','9811844005','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2381,'',0,'1'),(2828,'1711AA1711','Hitesh Khurana','','9','9871199992','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2382,'',0,'1'),(2829,'1711AA1712','Virender Kumar','','9','9891962262','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2383,'',0,'1'),(2830,'1711AA1713','deepak kumar','','9','9899035218','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:12','0',2384,'',0,'1'),(2831,'1711AA1714','NIKHIL ANAND','','9','9899154729','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2385,'',0,'1'),(2832,'1711AA1715','radhika','','9','9971633622','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2386,'',0,'1'),(2833,'1711AA1716','Manish Kushwaha','','9','9971762266','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2387,'',0,'1'),(2834,'1711AA1717','GAURI SHANKER','','9','9971888031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2388,'',0,'1'),(2835,'1711AA1718','Umesh Soni','','9','9999058193','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2389,'',0,'1'),(2836,'1711AA1719','ANURAG MATHUR','','9','7042986466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2390,'',0,'1'),(2837,'1711AA1720','sandeep naithani','','9','9555547535','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2391,'',0,'1'),(2838,'1711AA1721','Anubhav Gupta','','9','9560058409','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2392,'',0,'1'),(2839,'1711AA1722','IMRAN KHAN','','9','9582083178','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2393,'',0,'1'),(2840,'1711AA1723','VIKRAM SHARMA','','9','9654775429','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2394,'',0,'1'),(2841,'1711AA1724','JACOB VERGHESE','','9','9811510098','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2395,'',0,'1'),(2842,'1711AA1725','mohitkumarkumar','','9','9871764494','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2396,'',0,'1'),(2843,'1711AA1726','Prashant Das','','9','9873732166','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2397,'',0,'1'),(2844,'1711AA1727','Ankush Handa','','9','9899473461','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2398,'',0,'1'),(2845,'1711AA1728','Pushp Raj','','9','9911513031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2399,'',0,'1'),(2846,'1711AA1729','Neha Agarwal','','9','9971107979','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2400,'',0,'1'),(2847,'1711AA1730','PRASHANT SHARMA','','9','9971403613','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2401,'',0,'1'),(2848,'1711AA1731','Rahul Meena','','9','8860611982','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2402,'',0,'1'),(2849,'1711AA1732','KIRTI SHARMA','','9','9717300767','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2403,'',0,'1'),(2850,'1711AA1733','Irwanjeet Singh Hanspal','','9','9868910022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2404,'',0,'1'),(2851,'1711AA1734','Manish Singh','','9','9953000492','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2405,'',0,'1'),(2852,'1711AA1735','PRIYANKA PAHUJA','','9','9899223804','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2406,'',0,'1'),(2853,'1711AA1736','Kapil Mehra','','9','9811133770','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2407,'',0,'1'),(2854,'1711AA1737','Parul Kapoor','','9','8527603377','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2408,'',0,'1'),(2855,'1711AA1738','VAIBHAV KOTASTHANE','','9','7838344464','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2409,'',0,'1'),(2856,'1711AA1739','JATINSHARMA','','9','9871299199','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2410,'',0,'1'),(2857,'1711AA1740','Mustaqeem Burney','','9','7042807103','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2411,'',0,'1'),(2858,'1711AA1741','AMIT SAINI','','9','9818790366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2412,'',0,'1'),(2859,'1711AA1742','Kalpana Dwivedi','','9','8527717878','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2413,'',0,'1'),(2860,'1711AA1743','VAIBHAV GODSE','','9','8588041743','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:17','0',2414,'',0,'1'),(2861,'1711AA1744','RAKESH DHIMAN','','9','9416362414','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2415,'',0,'1'),(2862,'1711AA1745','PANKAJ TIWARI','','9','9582181407','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2416,'',0,'1'),(2863,'1711AA1746','SANJAY MOHAN SHARMA','','9','9720170331','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2417,'',0,'1'),(2864,'1711AA1747','LokanathMahapatra','','9','7042865609','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2418,'',0,'1'),(2865,'1711AA1748','NEHA MISRA','','9','9582863974','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2419,'',0,'1'),(2866,'1711AA1749','BATTAL SINGH','','9','9999384700','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2420,'',0,'1'),(2867,'1711AA1750','Amit Kumar','','9','7838527000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2421,'',0,'1'),(2868,'1711AA1751','AMIT KUMAR','','9','9650967773','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2422,'',0,'1'),(2869,'1711AA1752','Virendar Tickoo','','9','9810506549','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2423,'',0,'1'),(2870,'1711AA1753','shashank chaturvedi','','9','9013522188','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2424,'',0,'1'),(2871,'1711AA1754','MANAV GROVER','','9','9416924756','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2425,'',0,'1'),(2872,'1711AA1755','KAPIL MADAN','','9','9811955662','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2426,'',0,'1'),(2873,'1711AA1756','nagendra tripathi','','9','8826655540','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2427,'',0,'1'),(2874,'1711AA1757','SANDESH KUSHWAHA','','9','9928364967','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2428,'',0,'1'),(2875,'1711AA1758','Ipshita Banerjee Chandra','','9','9910725411','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2429,'',0,'1'),(2876,'1711AA1759','AJAY SHARMA','','9','9711211031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2430,'',0,'1'),(2877,'1711AA1760','BASANT KUMAR','','9','7574812241','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2431,'',0,'1'),(2878,'1711AA1761','PRANAV VISHNOI','','9','7350664302','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2432,'',0,'1'),(2879,'1711AA1762','Harleen Kaur','','9','7696248511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2433,'',0,'1'),(2880,'1711AA1763','RISHI TEWARI','','9','7838253363','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2434,'',0,'1'),(2881,'1711AA1764','sanjay sharma','','9','9810741584','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2435,'',0,'1'),(2882,'1711AA1765','Deepak Prasad','','9','9871872299','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2436,'',0,'1'),(2883,'1711AA1766','Anil Kunwar','','9','9899853221','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2437,'',0,'1'),(2884,'1711AA1767','Abhijit Bhattacharjee','','9','9958073681','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2438,'',0,'1'),(2885,'1711AA1768','DEW NATH PANDEY','','9','9971479398','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2439,'',0,'1'),(2886,'1711AA1769','Akshat Sharma','','9','9990359091','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2440,'',0,'1'),(2887,'1711AA1770','SAURABH SINGH','','9','8447299967','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2441,'',0,'1'),(2888,'1711AA1771','RAVI RAJ','','9','9643453707','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2442,'',0,'1'),(2889,'1711AA1772','Chander Nakul','','9','9810011263','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2443,'',0,'1'),(2890,'1711AA1773','Praveen Kumar','','9','9835251245','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:22','0',2444,'',0,'1'),(2891,'1711AA1774','Rashmita Dash','','9','9871149578','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2445,'',0,'1'),(2892,'1711AA1775','AKHILESH VISHWAKARMA','','9','9871403504','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2446,'',0,'1'),(2893,'1711AA1776','VIKAS SINGH','','9','9899299063','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2447,'',0,'1'),(2894,'1711AA1777','Vivek Dwivedi','','9','9953868447','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2448,'',0,'1'),(2895,'1711AA1778','sourabh khanna','','9','9999617811','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2449,'',0,'1'),(2896,'1711AA1779','MukeshKumar','','9','9999633345','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2450,'',0,'1'),(2897,'1711AA1780','Rupantar Barua','','9','9582727339','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2451,'',0,'1'),(2898,'1711AA1781','Balwinder Singh','','9','9953315001','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2452,'',0,'1'),(2899,'1711AA1782','Nisha Dawar','','9','9911656370','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2453,'',0,'1'),(2900,'1711AA1783','ashutosh kumar','','9','9718359087','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2454,'',0,'1'),(2901,'1711AA1784','Kamlesh Kumar','','9','9718994496','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2455,'',0,'1'),(2902,'1711AA1785','Ram Rattan Baghel','','9','9810608105','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2456,'',0,'1'),(2903,'1711AA1786','Rajan Bhasin','','9','9910571733','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2457,'',0,'1'),(2904,'1711AA1787','pawan prajapati','','9','9654587766','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2458,'',0,'1'),(2905,'1711AA1788','Shikha Gill Sokhal','','9','9811347641','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2459,'',0,'1'),(2906,'1711AA1789','ABHINEET PRASHANT','','9','7838057527','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2460,'',0,'1'),(2907,'1711AA1790','SANOOP SREEDHAR','','9','8594088673','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2461,'',0,'1'),(2908,'1711AA1791','Manas Behera','','9','8860651962','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2462,'',0,'1'),(2909,'1711AA1792','Smita Nilakhe','','9','9657859091','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2463,'',0,'1'),(2910,'1711AA1793','MANOJ KUMAR','','9','7830383743','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2464,'',0,'1'),(2911,'1711AA1794','sumit jha','','9','9350159330','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2465,'',0,'1'),(2912,'1711AA1795','ABHISHEK SABHERWAL','','9','9818852160','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2466,'',0,'1'),(2913,'1711AA1796','Tarun Kumar','','9','9899204124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2467,'',0,'1'),(2914,'1711AA1797','AKASH KUMAR','','9','9910269024','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2468,'',0,'1'),(2915,'1711AA1798','OMVEER CHAUHAN','','9','8057947000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2469,'',0,'1'),(2916,'1711AA1799','Gagandeep Kaur','','9','9873331200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2470,'',0,'1'),(2917,'1711AA1800','Tejashri Kambli','','9','9910087568','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2471,'',0,'1'),(2918,'1711AA1801','Vipul Shah','','9','9811089837','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2472,'',0,'1'),(2919,'1711AA1802','Jitender Kumar','','9','7042861760','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2473,'',0,'1'),(2920,'1711AA1803','Namit Aneja','','9','8447247475','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:28','0',2474,'',0,'1'),(2921,'1711AA1804','Yogendra Kumar','','9','8512828811','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2475,'',0,'1'),(2922,'1711AA1805','SAGORIKA RAY','','9','8588864655','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2476,'',0,'1'),(2923,'1711AA1806','neeraj bharti','','9','8800965544','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2477,'',0,'1'),(2924,'1711AA1807','Kalaswan Datta','','9','9310377005','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2478,'',0,'1'),(2925,'1711AA1808','Pooja Gupta','','9','9711065570','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2479,'',0,'1'),(2926,'1711AA1809','Harveer singh','','9','9811277714','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2480,'',0,'1'),(2927,'1711AA1810','atul kumar gupta','','9','9871841754','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2481,'',0,'1'),(2928,'1711AA1811','Dinesh Raut','','9','9899378141','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2482,'',0,'1'),(2929,'1711AA1812','Mohd Shadab','','9','9911120419','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2483,'',0,'1'),(2930,'1711AA1813','Arun Pratap Singh','','9','9911369689','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2484,'',0,'1'),(2931,'1711AA1814','subsubhash chand','','9','9997464634','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2485,'',0,'1'),(2932,'1711AA1815','ABDUL SALAM','','9','9555173866','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2486,'',0,'1'),(2933,'1711AA1816','MEHUL C PARMAR','','9','9818018675','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2487,'',0,'1'),(2934,'1711AA1817','Gurdeep Singh Bindra','','9','9910401911','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2488,'',0,'1'),(2935,'1711AA1818','CA. Harish Bansal','','9','9971469931','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2489,'',0,'1'),(2936,'1711AA1819','MOHIT GOYAL','','9','7838818203','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2490,'',0,'1'),(2937,'1711AA1820','dr vineet tyagi','','9','8860146961','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2491,'',0,'1'),(2938,'1711AA1821','monisha jolly','','9','9716773773','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2492,'',0,'1'),(2939,'1711AA1822','mubarak ali','','9','7838901643','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2493,'',0,'1'),(2940,'1711AA1823','Himanshu Joshi','','9','9717231225','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2494,'',0,'1'),(2941,'1711AA1824','Dinesh Chand Sharma','','9','9810821764','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2495,'',0,'1'),(2942,'1711AA1825','Vichitra Mohan','','9','9910467935','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2496,'',0,'1'),(2943,'1711AA1826','Bhupendra Sinha','','9','9911921554','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2497,'',0,'1'),(2944,'1711AA1827','RANA PRATAP SINGH','','9','9312493127','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2498,'',0,'1'),(2945,'1711AA1828','Navneet Kumar','','9','9717730354','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2499,'',0,'1'),(2946,'1711AA1829','satish bansal','','9','9810586106','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2500,'',0,'1'),(2947,'1711AA1830','Indu Chaudhary','','9','9818082968','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2501,'',0,'1'),(2948,'1711AA1831','DEEPAK BHUTANI','','9','9818224348','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2502,'',0,'1'),(2949,'1711AA1832','Shubhashish Chakravorty','','9','9899157770','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2503,'',0,'1'),(2950,'1711AA1833','Rakesh Kumar','','9','9899256496','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:32','0',2504,'',0,'1'),(2951,'1711AA1834','ashvini maurya','','9','9968620412','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2505,'',0,'1'),(2952,'1711AA1835','devendra kumar','','9','7417357703','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2506,'',0,'1'),(2953,'1711AA1836','Rajiv Vishwkarma','','9','7838306060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2507,'',0,'1'),(2954,'1711AA1837','Raman Mahajan','','9','7838670124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2508,'',0,'1'),(2955,'1711AA1838','RAJIB BHOWIMIK','','9','8010045364','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2509,'',0,'1'),(2956,'1711AA1839','ambuja sarkar','','9','8447297056','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2510,'',0,'1'),(2957,'1711AA1840','Dimple Sindhi','','9','8510011987','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2511,'',0,'1'),(2958,'1711AA1841','Saurabh Arora','','9','8527905454','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2512,'',0,'1'),(2959,'1711AA1842','Sunil Korade','','9','8860492037','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2513,'',0,'1'),(2960,'1711AA1843','Dinesh Pandey','','9','9015825778','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2514,'',0,'1'),(2961,'1711AA1844','Shama Patni','','9','9212108490','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2515,'',0,'1'),(2962,'1711AA1845','surya prakash singh','','9','9310772109','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2516,'',0,'1'),(2963,'1711AA1846','satpal singh','','9','9450725726','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2517,'',0,'1'),(2964,'1711AA1847','SANJEEV RANJAN NILMANI','','9','9471452496','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2518,'',0,'1'),(2965,'1711AA1848','Sandip kumar Rahul','','9','9555630966','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2519,'',0,'1'),(2966,'1711AA1849','Kusum Agrawal','','9','9560155066','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2520,'',0,'1'),(2967,'1711AA1850','Preeti Gupta','','9','9650111365','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2521,'',0,'1'),(2968,'1711AA1851','TARUN SINGH INDOLIA','','9','9650777581','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2522,'',0,'1'),(2969,'1711AA1852','Ujjaldeep Singh','','9','9711441172','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2523,'',0,'1'),(2970,'1711AA1853','Surbhi Khatry','','9','9711506256','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2524,'',0,'1'),(2971,'1711AA1854','Ankit Nagar','','9','9711724957','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2525,'',0,'1'),(2972,'1711AA1855','RAJENDRA DAS','','9','9711901386','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2526,'',0,'1'),(2973,'1711AA1856','Anil Kumar Verma','','9','9711962417','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2527,'',0,'1'),(2974,'1711AA1857','Swernim Bhardwaj','','9','9717134644','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2528,'',0,'1'),(2975,'1711AA1858','Ekta Sudan','','9','9717157999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2529,'',0,'1'),(2976,'1711AA1859','Mohammad CAN JOIN IN one MONTH Amin','','9','9717489211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2530,'',0,'1'),(2977,'1711AA1860','Dilshad Mohd','','9','9717500173','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2531,'',0,'1'),(2978,'1711AA1861','MONIKA SHARMA','','9','9717544490','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2532,'',0,'1'),(2979,'1711AA1862','sorabh setia','','9','9717799747','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2533,'',0,'1'),(2980,'1711AA1863','kailash mathpal','','9','9797397446','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:37','0',2534,'',0,'1'),(2981,'1711AA1864','AAKANKSHA DWIVEDI','','9','9810359406','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2535,'',0,'1'),(2982,'1711AA1865','DR. MUKESH KAUSHIK','','9','9810641800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2536,'',0,'1'),(2983,'1711AA1866','Paras Kalra','','9','9810666066','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2537,'',0,'1'),(2984,'1711AA1867','Rajendra Prasd Bhatt','','9','9810968823','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2538,'',0,'1'),(2985,'1711AA1868','GAURAV JAIN','','9','9811040302','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2539,'',0,'1'),(2986,'1711AA1869','PRADEEP KUMAR GARG','','9','9811158511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2540,'',0,'1'),(2987,'1711AA1870','keerti pawar','','9','9811423516','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2541,'',0,'1'),(2988,'1711AA1871','Gourang Acharya','','9','9811707328','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2542,'',0,'1'),(2989,'1711AA1872','SAMBIT SAWANT','','9','9818066449','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2543,'',0,'1'),(2990,'1711AA1873','SHIKHA MAKKAR','','9','9818447696','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2544,'',0,'1'),(2991,'1711AA1874','Anarasi Amruth','','9','9868344688','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2545,'',0,'1'),(2992,'1711AA1875','Rakesh Surya','','9','9871292011','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2546,'',0,'1'),(2993,'1711AA1876','CA Sanjay Dwivedi','','9','9871530171','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2547,'',0,'1'),(2994,'1711AA1877','Nitin','','9','9871834868','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2548,'',0,'1'),(2995,'1711AA1878','Nutan Singhal','','9','9871923627','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2549,'',0,'1'),(2996,'1711AA1879','Anubhav Bansal','','9','9871991590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2550,'',0,'1'),(2997,'1711AA1880','ANIL SINGH','','9','9873557923','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2551,'',0,'1'),(2998,'1711AA1881','VISHANK GOEL','','9','9873919231','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2552,'',0,'1'),(2999,'1711AA1882','Kapil Kumar','','9','9899000831','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2553,'',0,'1'),(3000,'1711AA1883','MUMTAZ AHMAD','','9','9899018875','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2554,'',0,'1'),(3001,'1711AA1884','KESHAV DUBAL','','9','9899384722','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2555,'',0,'1'),(3002,'1711AA1885','VIVEK KAKKAR','','9','9899471711','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2556,'',0,'1'),(3003,'1711AA1886','VISHWAS SAXENA','','9','9899558416','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2557,'',0,'1'),(3004,'1711AA1887','Ranjan Kumar','','9','9899741079','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2558,'',0,'1'),(3005,'1711AA1888','AMIT MUDGAL','','9','9899844436','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2559,'',0,'1'),(3006,'1711AA1889','Manoj','','9','9899864894','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2560,'',0,'1'),(3007,'1711AA1890','Rashna Verma','','9','9899930575','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2561,'',0,'1'),(3008,'1711AA1891','SHWETA JAIN','','9','9910078886','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2562,'',0,'1'),(3009,'1711AA1892','Sandeep Mittal','','9','9910078920','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2563,'',0,'1'),(3010,'1711AA1893','Neeraj Kumar Awasthi','','9','9910208930','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:42','0',2564,'',0,'1'),(3011,'1711AA1894','DIVYA MITTAL','','9','9910713469','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2565,'',0,'1'),(3012,'1711AA1895','CA NAVIN JAIN','','9','9910955972','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2566,'',0,'1'),(3013,'1711AA1896','ROHIT BANSAL','','9','9911049852','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2567,'',0,'1'),(3014,'1711AA1897','Ishwar Singh','','9','9911751190','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2568,'',0,'1'),(3015,'1711AA1898','VISHRUTI ARORA','','9','9953023912','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2569,'',0,'1'),(3016,'1711AA1899','Arunima Bharti','','9','9953630973','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2570,'',0,'1'),(3017,'1711AA1900','Lalit Goyal','','9','9971067790','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2571,'',0,'1'),(3018,'1711AA1901','Pawan Gupta','','9','9983994678','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2572,'',0,'1'),(3019,'1711AA1902','yogita kinha','','9','9999135316','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2573,'',0,'1'),(3020,'1711AA1903','Tarasankar Banerjee','','9','9999661332','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2574,'',0,'1'),(3021,'1711AA1904','sachin kumar','','9','7027198617','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2575,'',0,'1'),(3022,'1711AA1905','Hitesh Bhatia','','9','7506378094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2576,'',0,'1'),(3023,'1711AA1906','SANJAY PANDEY','','9','7838509923','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2577,'',0,'1'),(3024,'1711AA1907','Pooja Khanna','','9','8527817070','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2578,'',0,'1'),(3025,'1711AA1908','DORJEE SHERPA','','9','8588893309','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2579,'',0,'1'),(3026,'1711AA1909','Shashi Kukreti','','9','8745078542','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2580,'',0,'1'),(3027,'1711AA1910','YOGENDRA KUMAR','','9','8800387044','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2581,'',0,'1'),(3028,'1711AA1911','Anil Singh','','9','8800855041','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2582,'',0,'1'),(3029,'1711AA1912','Sanjiv Sah','','9','8800906688','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2583,'',0,'1'),(3030,'1711AA1913','Ajay Bhat','','9','8826977972','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2584,'',0,'1'),(3031,'1711AA1914','ADUAIT POKHRIYAL','','9','8860619556','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2585,'',0,'1'),(3032,'1711AA1915','lovelaish dassi','','9','9313829953','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2586,'',0,'1'),(3033,'1711AA1916','Naveen Gupta','','9','9416498403','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2587,'',0,'1'),(3034,'1711AA1917','Ravindra kumar','','9','9560003378','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2588,'',0,'1'),(3035,'1711AA1918','kumar siddharth','','9','9650015225','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2589,'',0,'1'),(3036,'1711AA1919','Abhaya Sinha','','9','9650158303','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2590,'',0,'1'),(3037,'1711AA1920','Nimesh Sinha','','9','9654685618','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2591,'',0,'1'),(3038,'1711AA1921','nitin mahna','','9','9654767777','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2592,'',0,'1'),(3039,'1711AA1922','Manoj Kukreja','','9','9717176985','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2593,'',0,'1'),(3040,'1711AA1923','Prateek Sharma','','9','9717264222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:47','0',2594,'',0,'1'),(3041,'1711AA1924','Sunmeet singh Anand','','9','9717598358','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2595,'',0,'1'),(3042,'1711AA1925','Vikas Satsangi','','9','9718290590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2596,'',0,'1'),(3043,'1711AA1926','Jyoti Bhaskar','','9','9810771740','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2597,'',0,'1'),(3044,'1711AA1927','Drohn Sharma','','9','9810789233','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2598,'',0,'1'),(3045,'1711AA1928','SURINDER ARORA','','9','9810902965','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2599,'',0,'1'),(3046,'1711AA1929','MANU ASHOK','','9','9818145283','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2600,'',0,'1'),(3047,'1711AA1930','Er Singh','','9','9888584839','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2601,'',0,'1'),(3048,'1711AA1931','KAPILDEV SAIKIA','','9','9899123468','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2602,'',0,'1'),(3049,'1711AA1932','sanjana bhasin','','9','9911160042','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2603,'',0,'1'),(3050,'1711AA1933','Rajat Chopra','','9','9911173755','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2604,'',0,'1'),(3051,'1711AA1934','hunny sharma','','9','9911694492','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2605,'',0,'1'),(3052,'1711AA1935','Nipun Raj Shrivastava','','9','9953230199','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2606,'',0,'1'),(3053,'1711AA1936','Shivam wadhera','','9','9953250185','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2607,'',0,'1'),(3054,'1711AA1937','Anil Kumari','','9','9953949590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2608,'',0,'1'),(3055,'1711AA1938','Ritesh Jain','','9','7838380976','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2609,'',0,'1'),(3056,'1711AA1939','akshit dhamecha','','9','8447019206','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2610,'',0,'1'),(3057,'1711AA1940','Sandeep Kumar','','9','8447769456','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2611,'',0,'1'),(3058,'1711AA1941','Anil Raj Kumar','','9','8459130431','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2612,'',0,'1'),(3059,'1711AA1942','pradosh bal','','9','8800795697','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2613,'',0,'1'),(3060,'1711AA1943','SHREYAS TUPTEWAR','','9','8800835831','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2614,'',0,'1'),(3061,'1711AA1944','Jishnu Das','','9','9212233359','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2615,'',0,'1'),(3062,'1711AA1945','ankur bhasin','','9','9213524281','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2616,'',0,'1'),(3063,'1711AA1946','CHHAVI ANAND','','9','9582212150','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2617,'',0,'1'),(3064,'1711AA1947','Tapan Rastogi','','9','9810344656','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2618,'',0,'1'),(3065,'1711AA1948','Parminder Singh','','9','9810991215','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2619,'',0,'1'),(3066,'1711AA1949','Ajay Gupta','','9','9811071956','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2620,'',0,'1'),(3067,'1711AA1950','Abhishek Gupta','','9','9811242569','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2621,'',0,'1'),(3068,'1711AA1951','Niketa Bose Bose','','9','9811278162','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2622,'',0,'1'),(3069,'1711AA1952','Garima Rathi','','9','9811498596','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2623,'',0,'1'),(3070,'1711AA1953','Puneet Bajpai','','9','9811966431','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:52','0',2624,'',0,'1'),(3071,'1711AA1954','S.M.HUSSAIN HUSSAIN','','9','9818324045','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2625,'',0,'1'),(3072,'1711AA1955','nitin gandotra','','9','9818698494','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2626,'',0,'1'),(3073,'1711AA1956','Chinna Durai','','9','9833319009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2627,'',0,'1'),(3074,'1711AA1957','GAURAV HORA','','9','9871078111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2628,'',0,'1'),(3075,'1711AA1958','Shujauddin','','9','9873158786','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2629,'',0,'1'),(3076,'1711AA1959','DEEPAK RANA','','9','9873766300','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2630,'',0,'1'),(3077,'1711AA1960','SUMAN PARAMANICK','','9','9874063517','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2631,'',0,'1'),(3078,'1711AA1961','priyank shukla','','9','9899374000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2632,'',0,'1'),(3079,'1711AA1962','sowmya','','9','9900013661','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2633,'',0,'1'),(3080,'1711AA1963','AKSHAY KUMAR','','9','9910093307','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2634,'',0,'1'),(3081,'1711AA1964','Surajit Banerjee','','9','9910953773','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2635,'',0,'1'),(3082,'1711AA1965','Rajesh Kumar','','9','9971839379','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2636,'',0,'1'),(3083,'1711AA1966','SUNIL MALHOTRA','','9','9999767854','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2637,'',0,'1'),(3084,'1711AA1967','ALOK KUMAR SRIVASTAVA','','9','9999884810','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2638,'',0,'1'),(3085,'1711AA1968','BALAM SINGH MEHTA','','9','7728806893','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2639,'',0,'1'),(3086,'1711AA1969','ASHIS DASGUPTA','','9','8505902600','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2640,'',0,'1'),(3087,'1711AA1970','surender bharti','','9','8527892718','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2641,'',0,'1'),(3088,'1711AA1971','Sanjay Gupta','','9','9555898128','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2642,'',0,'1'),(3089,'1711AA1972','vishal kumar','','9','9582132942','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2643,'',0,'1'),(3090,'1711AA1973','monika bahl','','9','9639646788','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2644,'',0,'1'),(3091,'1711AA1974','ATINDRA MISHRA','','9','9711860446','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2645,'',0,'1'),(3092,'1711AA1975','Harish Garg','','9','9718107096','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2646,'',0,'1'),(3093,'1711AA1976','Sanjay Sood','','9','9810227341','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2647,'',0,'1'),(3094,'1711AA1977','A ROYCHOWDHURY','','9','9810261644','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2648,'',0,'1'),(3095,'1711AA1978','Surender Yadav','','9','9810534260','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2649,'',0,'1'),(3096,'1711AA1979','Vinod Kumar Bhat','','9','9810583981','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2650,'',0,'1'),(3097,'1711AA1980','Dr Ritesh Bansal','','9','9810750935','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2651,'',0,'1'),(3098,'1711AA1981','Gaurav Sharma','','9','9811215821','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2652,'',0,'1'),(3099,'1711AA1982','ASHISH SINGH','','9','9818331656','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2653,'',0,'1'),(3100,'1711AA1983','NIKHIL ARORA','','9','9818695493','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:49:57','0',2654,'',0,'1'),(3101,'1711AA1984','KEERTI VERMA','','9','9868135999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2655,'',0,'1'),(3102,'1711AA1985','Kishan K B','','9','9871028213','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2656,'',0,'1'),(3103,'1711AA1986','kapil sharma','','9','8527472545','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2657,'',0,'1'),(3104,'1711AA1987','Pooja Jasrotia','','9','9582218727','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2658,'',0,'1'),(3105,'1711AA1988','NILADRI KANJILAL','','9','9953762776','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2659,'',0,'1'),(3106,'1711AA1989','TARUN BHANDARI','','9','9871990140','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2660,'',0,'1'),(3107,'1711AA1990','Nitika Sudha','','9','9718613016','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2661,'',0,'1'),(3108,'1711AA1991','govind kumar','','9','9999024865','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2662,'',0,'1'),(3109,'1711AA1992','Rajesh Badmunda','','9','9891140955','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2663,'',0,'1'),(3110,'1711AA1993','timin arora','','9','9212102817','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2664,'',0,'1'),(3111,'1711AA1994','Rekha Maheshwari','','9','9818190926','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2665,'',0,'1'),(3112,'1711AA1995','Arvind Kumar','','9','9953748285','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2666,'',0,'1'),(3113,'1711AA1996','NITESH K','','9','8826538742','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2667,'',0,'1'),(3114,'1711AA1997','Hitesh Mudgil','','9','9212101292','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2668,'',0,'1'),(3115,'1711AA1998','vishal Mittal','','9','9815092165','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2669,'',0,'1'),(3116,'1711AA1999','Abhinav Sharda','','9','8800621010','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2670,'',0,'1'),(3117,'1711AA2000','Devendra Kumar Devesh Page','','9','9990899951','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2671,'',0,'1'),(3118,'1711AA2001','Urvashi Khanna','','9','9873648131','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2672,'',0,'1'),(3119,'1711AA2002','Rohan sadan','','9','8586933007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2673,'',0,'1'),(3120,'1711AA2003','Shantanu Kanjilal','','9','7838330170','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2674,'',0,'1'),(3121,'1711AA2004','abhishek srivastava','','9','7838538888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2675,'',0,'1'),(3122,'1711AA2005','radhika tiwari','','9','7838653255','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2676,'',0,'1'),(3123,'1711AA2006','vipat bhanjan','','9','8287426385','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2677,'',0,'1'),(3124,'1711AA2007','Arvind mohan dwivedi','','9','8447649461','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2678,'',0,'1'),(3125,'1711AA2008','Manoj Yadav','','9','8527199009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2679,'',0,'1'),(3126,'1711AA2009','angshuman mondal','','9','8761076645','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2680,'',0,'1'),(3127,'1711AA2010','Rohit Chauhan','','9','8800827155','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2681,'',0,'1'),(3128,'1711AA2011','Santrupta das','','9','8860782155','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2682,'',0,'1'),(3129,'1711AA2012','Navneet Mishra','','9','8882388049','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2683,'',0,'1'),(3130,'1711AA2013','pankaj grover','','9','9136180695','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:02','0',2684,'',0,'1'),(3131,'1711AA2014','Narender Kumar','','9','9540588750','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2685,'',0,'1'),(3132,'1711AA2015','DR Anirudh Negi','','9','9582399362','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2686,'',0,'1'),(3133,'1711AA2016','subhash jha','','9','9599430795','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2687,'',0,'1'),(3134,'1711AA2017','Navin Kumar','','9','9643477891','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2688,'',0,'1'),(3135,'1711AA2018','Jaiveer singh','','9','9711303900','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2689,'',0,'1'),(3136,'1711AA2019','Nitin Vig','','9','9810656636','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2690,'',0,'1'),(3137,'1711AA2020','GAGANDEEP SACHDEVA','','9','9811279779','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2691,'',0,'1'),(3138,'1711AA2021','Ajay Agarwal','','9','9811895920','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2692,'',0,'1'),(3139,'1711AA2022','RAJ PRASAD','','9','9818004310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2693,'',0,'1'),(3140,'1711AA2023','devajit nath','','9','9868477534','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2694,'',0,'1'),(3141,'1711AA2024','Bhavana Gulaty','','9','9871096978','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2695,'',0,'1'),(3142,'1711AA2025','BHOOPENDRA SINGH','','9','9873945604','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2696,'',0,'1'),(3143,'1711AA2026','RAJENDRA PRADHAN','','9','9891595977','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2697,'',0,'1'),(3144,'1711AA2027','DINESH DEVNANI','','9','9899911074','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2698,'',0,'1'),(3145,'1711AA2028','KAMAL SHARMA','','9','9910220080','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2699,'',0,'1'),(3146,'1711AA2029','Brijveer Singh','','9','9971000759','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2700,'',0,'1'),(3147,'1711AA2030','Gulab Rajput','','9','9971917579','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2701,'',0,'1'),(3148,'1711AA2031','Amarpal Singh Khurana','','9','9999641765','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2702,'',0,'1'),(3149,'1711AA2032','Aditya Sahi','','9','9999798749','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2703,'',0,'1'),(3150,'1711AA2033','Manish Sharma','','9','7838585283','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2704,'',0,'1'),(3151,'1711AA2034','Prashant Bhore','','9','7875070994','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2705,'',0,'1'),(3152,'1711AA2035','Deepak Dhasmana','','9','8510053030','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2706,'',0,'1'),(3153,'1711AA2036','RICHA SEHRA','','9','8587009905','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2707,'',0,'1'),(3154,'1711AA2037','RAM GUPTA','','9','8755770099','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2708,'',0,'1'),(3155,'1711AA2038','PARTH SARTHI','','9','8826456392','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2709,'',0,'1'),(3156,'1711AA2039','akshaya sahu','','9','9350149414','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2710,'',0,'1'),(3157,'1711AA2040','RAKESH Kumar','','9','9416935538','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2711,'',0,'1'),(3158,'1711AA2041','vivek','','9','9643393394','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2712,'',0,'1'),(3159,'1711AA2042','S. Nazim Hussain','','9','9810868908','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2713,'',0,'1'),(3160,'1711AA2043','gaurav misra','','9','9818013475','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:07','0',2714,'',0,'1'),(3161,'1711AA2044','Saurabh Singh','','9','9818573627','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2715,'',0,'1'),(3162,'1711AA2045','Himanshu Grover','','9','9818712299','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2716,'',0,'1'),(3163,'1711AA2046','B.S.DHIMAN','','9','9818853592','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2717,'',0,'1'),(3164,'1711AA2047','Ashish Bagga','','9','9871021400','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2718,'',0,'1'),(3165,'1711AA2048','dr devendra kumar','','9','9891250880','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2719,'',0,'1'),(3166,'1711AA2049','RAJKUMAR SRIVASTAVA','','9','9899758581','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2720,'',0,'1'),(3167,'1711AA2050','HIMANSHU KHARE','','9','9910001012','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2721,'',0,'1'),(3168,'1711AA2051','faiyazalam','','9','9911074150','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2722,'',0,'1'),(3169,'1711AA2052','LALIT KUMAR','','9','9927078511','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2723,'',0,'1'),(3170,'1711AA2053','prabhakar choudhary','','9','9971734497','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2724,'',0,'1'),(3171,'1711AA2054','RAJIV SHARMA','','9','9990654723','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2725,'',0,'1'),(3172,'1711AA2055','ANEESH KUMAR KM','','9','7838007704','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2726,'',0,'1'),(3173,'1711AA2056','Saptarshi Biswas','','9','8431992742','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2727,'',0,'1'),(3174,'1711AA2057','anil goyal','','9','8527619872','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2728,'',0,'1'),(3175,'1711AA2058','Birendra Kumar Mohanty','','9','8745064839','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2729,'',0,'1'),(3176,'1711AA2059','Shashidhar Kamat','','9','9158444044','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2730,'',0,'1'),(3177,'1711AA2060','keithellakpam james','','9','9435539891','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2731,'',0,'1'),(3178,'1711AA2061','PULKIT GUPTA','','9','9600065008','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2732,'',0,'1'),(3179,'1711AA2062','MUKESH KUMAR','','9','9650600263','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2733,'',0,'1'),(3180,'1711AA2063','Sanjay Ahuja','','9','9650626007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2734,'',0,'1'),(3181,'1711AA2064','Hitender Tanwar','','9','9810685229','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2735,'',0,'1'),(3182,'1711AA2065','SURESH KUMAR','','9','9811047942','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2736,'',0,'1'),(3183,'1711AA2066','sajid ansari','','9','9811641466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2737,'',0,'1'),(3184,'1711AA2067','Aanchal Saini','','9','9818277992','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2738,'',0,'1'),(3185,'1711AA2068','VARUN SEWANI','','9','9818933880','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2739,'',0,'1'),(3186,'1711AA2069','AVIJIT CHAKRABORTY','','9','9831076675','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2740,'',0,'1'),(3187,'1711AA2070','VARUN SETHI','','9','9871580368','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2741,'',0,'1'),(3188,'1711AA2071','Dr NEERJA THERGAONKAR','','9','9910071253','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2742,'',0,'1'),(3189,'1711AA2072','Vivek Varshney','','9','9911548007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2743,'',0,'1'),(3190,'1711AA2073','NITIN BHATIA','','9','9971005983','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:11','0',2744,'',0,'1'),(3191,'1711AA2074','VIVEK AGARWAL','','9','8527124067','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2745,'',0,'1'),(3192,'1711AA2075','Pradeep Sandhir','','9','8588823962','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2746,'',0,'1'),(3193,'1711AA2076','VIVEK AGGARWAL','','9','9313433628','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2747,'',0,'1'),(3194,'1711AA2077','Reema Singh','','9','9419018311','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2748,'',0,'1'),(3195,'1711AA2078','SWAPNIL SRIVASTAVA','','9','9650103096','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2749,'',0,'1'),(3196,'1711AA2079','SHALINEE TRIPATHI','','9','9711128138','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2750,'',0,'1'),(3197,'1711AA2080','titi','','9','9799406600','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2751,'',0,'1'),(3198,'1711AA2081','AMIT TALWAR','','9','9810479993','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2752,'',0,'1'),(3199,'1711AA2082','vikas khatri','','9','9811798159','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2753,'',0,'1'),(3200,'1711AA2083','Abhijit Pal','','9','9873914122','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2754,'',0,'1'),(3201,'1711AA2084','Reetika Hatria','','9','9999203366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2755,'',0,'1'),(3202,'1711AA2085','ATIT SHARMA','','9','7838529090','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2756,'',0,'1'),(3203,'1711AA2086','SOURABH YADAV','','9','8826390248','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2757,'',0,'1'),(3204,'1711AA2087','Ranjeet Kumar','','9','9015998025','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2758,'',0,'1'),(3205,'1711AA2088','ASHWANI AGGARWAL','','9','9873007775','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2759,'',0,'1'),(3206,'1711AA2089','Jairaman Parasuraman','','9','9711003298','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2760,'',0,'1'),(3207,'1711AA2090','MANOJ GODIYAL','','9','9873747933','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2761,'',0,'1'),(3208,'1711AA2091','SUBROTO PAL','','9','9810056607','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2762,'',0,'1'),(3209,'1711AA2092','Joe Varghese','','9','7838145199','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2763,'',0,'1'),(3210,'1711AA2093','Vishwajit Tejpal','','9','9818676330','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2764,'',0,'1'),(3211,'1711AA2094','BIJAY DAS','','9','8587038551','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2765,'',0,'1'),(3212,'1711AA2095','Ankit Garg','','9','9999007270','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2766,'',0,'1'),(3213,'1711AA2096','Kanwar Raghav Jamwal','','9','9899175552','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2767,'',0,'1'),(3214,'1711AA2097','AKSHAT JINDAL','','9','9999535298','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2768,'',0,'1'),(3215,'1711AA2098','Gagandeep kumar','','9','8376903542','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2769,'',0,'1'),(3216,'1711AA2099','ABHISHEK CHAUHAN','','9','8585955565','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2770,'',0,'1'),(3217,'1711AA2100','Inder Singh','','9','8826547497','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2771,'',0,'1'),(3218,'1711AA2101','Rajesh Mohanty','','9','9711993016','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2772,'',0,'1'),(3219,'1711AA2102','sandeep bohra','','9','9717816669','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2773,'',0,'1'),(3220,'1711AA2103','AMAN SINGH','','9','9718554999','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Ghaziabad','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:16','0',2774,'',0,'1'),(3221,'1711AA2104','Dhiraj Chopra','','9','9871576056','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2775,'',0,'1'),(3222,'1711AA2105','Manish Kumar','','9','9891481175','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2776,'',0,'1'),(3223,'1711AA2106','RAVISHASTRI GADASU','','9','9953867917','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2777,'',0,'1'),(3224,'1711AA2107','Sreekanth.K.C','','9','9963222332','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2778,'',0,'1'),(3225,'1711AA2108','Arpit Lal','','9','9560082166','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2779,'',0,'1'),(3226,'1711AA2109','shekher singh','','9','9873802314','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2780,'',0,'1'),(3227,'1711AA2110','Himanshu Raghav','','9','8447738195','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2781,'',0,'1'),(3228,'1711AA2111','Swayam Prabha','','9','9717224988','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2782,'',0,'1'),(3229,'1711AA2112','SUMIT NEGI','','9','9871483502','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2783,'',0,'1'),(3230,'1711AA2113','poonam powar','','9','9910974841','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2784,'',0,'1'),(3231,'1711AA2114','Shilpi Mishra','','9','9910990920','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2785,'',0,'1'),(3232,'1711AA2115','Rajesh K','','9','9811227666','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2786,'',0,'1'),(3233,'1711AA2116','Himanshu Bomb','','9','7042249990','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2787,'',0,'1'),(3234,'1711AA2117','ADNAN WARSI','','9','8287174279','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2788,'',0,'1'),(3235,'1711AA2118','Shashi Bhushan Singh','','9','8744058175','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','0','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2789,'',0,'1'),(3236,'1711AA2119','RAKESH DEEPAKSHUKLA','','9','9044338928','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2790,'',0,'1'),(3237,'1711AA2120','Vinay Sharma','','9','9582363282','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2791,'',0,'1'),(3238,'1711AA2121','Sunaina Mehrotra','','9','9582437466','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2792,'',0,'1'),(3239,'1711AA2122','Gurjas Kohli','','9','9871416660','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2793,'',0,'1'),(3240,'1711AA2123','Sanjay Sharma','','9','9891965982','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2794,'',0,'1'),(3241,'1711AA2124','Jaswin Sood','','9','9892215009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2795,'',0,'1'),(3242,'1711AA2125','ANKUR ARORA','','9','9953018070','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2796,'',0,'1'),(3243,'1711AA2126','KAMLESH SINGH yadav','','9','9999767030','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2797,'',0,'1'),(3244,'1711AA2127','SHASHANK GARG','','9','7838434586','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2798,'',0,'1'),(3245,'1711AA2128','SANDEEP AGGARWAL','','9','8586084194','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2799,'',0,'1'),(3246,'1711AA2129','Avinash Sagar','','9','8826601797','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2800,'',0,'1'),(3247,'1711AA2130','Gautam Sangwan','','9','9898268934','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2801,'',0,'1'),(3248,'1711AA2131','Ankush Kathuria','','9','9899133276','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2802,'',0,'1'),(3249,'1711AA2132','LOKESH RAGHUVANSHI','','9','9990212746','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2803,'',0,'1'),(3250,'1711AA2133','Rajesh Chandran','','9','8285252386','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:20','0',2804,'',0,'1'),(3251,'1711AA2134','Shishpal singh','','9','8447587451','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2805,'',0,'1'),(3252,'1711AA2135','sanjeet kumar','','9','8950895886','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2806,'',0,'1'),(3253,'1711AA2136','Sunil Taneja','','9','9871536363','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2807,'',0,'1'),(3254,'1711AA2137','IMRAN SAYYAD','','9','8800298574','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2808,'',0,'1'),(3255,'1711AA2138','SAIKAT KUMAR ROY','','9','8588821796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2809,'',0,'1'),(3256,'1711AA2139','Rahul Sharma','','9','7838817447','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2810,'',0,'1'),(3257,'1711AA2140','vipin walia','','9','7093994777','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2811,'',0,'1'),(3258,'1711AA2141','Anurag Shukla','','9','8527580205','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2812,'',0,'1'),(3259,'1711AA2142','Vishal Sharma','','9','8802007476','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2813,'',0,'1'),(3260,'1711AA2143','mahesh gupta','','9','9165653766','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2814,'',0,'1'),(3261,'1711AA2144','TAPAS SWAIN','','9','9599506311','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2815,'',0,'1'),(3262,'1711AA2145','VIVEK NAGAR','','9','9650241425','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2816,'',0,'1'),(3263,'1711AA2146','satyendra mishra','','9','9721278622','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2817,'',0,'1'),(3264,'1711AA2147','AMNINDER SINGH','','9','9811300563','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2818,'',0,'1'),(3265,'1711AA2148','Sudhir Narang','','9','9953170744','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2819,'',0,'1'),(3266,'1711AA2149','Bhupender Kumar','','9','9990491055','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2820,'',0,'1'),(3267,'1711AA2150','CHAUDHARI NARENDRA','','9','9996787214','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2821,'',0,'1'),(3268,'1711AA2151','RajnishKumar','','9','9999005357','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2822,'',0,'1'),(3269,'1711AA2152','Ritu Vazirani','','9','9999094695','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2823,'',0,'1'),(3270,'1711AA2153','Mohd Rasikhul Hassan','','9','8130188072','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2824,'',0,'1'),(3271,'1711AA2154','Gaurav Sachan','','9','8130915566','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2825,'',0,'1'),(3272,'1711AA2155','kailash pandey','','9','9873407475','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2826,'',0,'1'),(3273,'1711AA2156','Rudranil Kanjilal','','9','9899237359','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2827,'',0,'1'),(3274,'1711AA2157','ASHUTOSH KUMAR TIWARI','','9','9711800550','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2828,'',0,'1'),(3275,'1711AA2158','ISHAN SHARAN','','9','9871343339','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2829,'',0,'1'),(3276,'1711AA2159','Deepa Sharma','','9','9910969393','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2830,'',0,'1'),(3277,'1711AA2160','ASHU Goswami Sharma','','9','9312536789','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2831,'',0,'1'),(3278,'1711AA2161','MANI PRATAP SINHA','','9','9582997683','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2832,'',0,'1'),(3279,'1711AA2162','MangatRam Verma','','9','9711968888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2833,'',0,'1'),(3280,'1711AA2163','deepak rathour','','9','9818088277','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:26','0',2834,'',0,'1'),(3281,'1711AA2164','SATINDER PREETSINGH','','9','9868097200','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2835,'',0,'1'),(3282,'1711AA2165','ShashankJindal','','9','9818601220','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2836,'',0,'1'),(3283,'1711AA2166','Nitesh Pandey','','9','9389408889','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2837,'',0,'1'),(3284,'1711AA2167','RAJAN RANGARH','','9','8191008658','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2838,'',0,'1'),(3285,'1711AA2168','Nitesh Thapa','','9','9818008392','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2839,'',0,'1'),(3286,'1711AA2169','Sonal Garg','','9','9911416789','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2840,'',0,'1'),(3287,'1711AA2170','nabaghan parida','','9','9717994696','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2841,'',0,'1'),(3288,'1711AA2171','Vikas Bhardwaj','','9','7692066606','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2842,'',0,'1'),(3289,'1711AA2172','Rajan bhardwaj','','9','9899252639','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2843,'',0,'1'),(3290,'1711AA2173','Sumit Malhotra','','9','9910209022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2844,'',0,'1'),(3291,'1711AA2174','Manish Sobti','','9','9467055005','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2845,'',0,'1'),(3292,'1711AA2175','Abhishek kumar','','9','7042343168','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2846,'',0,'1'),(3293,'1711AA2176','Nitin Vinocha','','9','9560452644','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2847,'',0,'1'),(3294,'1711AA2177','KALYAN KUNDU','','9','9804843656','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2848,'',0,'1'),(3295,'1711AA2178','Pankaj Rohila','','9','9582943814','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2849,'',0,'1'),(3296,'1711AA2179','DHRUBO MITRA','','9','9717302865','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2850,'',0,'1'),(3297,'1711AA2180','Pardeep Kumar Saini','','9','9213367935','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2851,'',0,'1'),(3298,'1711AA2181','sandeep guliani','','9','9717432001','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2852,'',0,'1'),(3299,'1711AA2182','ADARSH SRIVASTAVA','','9','9810485625','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2853,'',0,'1'),(3300,'1711AA2183','Akriti Puri','','9','9818715442','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2854,'',0,'1'),(3301,'1711AA2184','Amitesh Asthana','','9','9873978216','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2855,'',0,'1'),(3302,'1711AA2185','Abhay Singh','','9','9891476821','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2856,'',0,'1'),(3303,'1711AA2186','Navneeta Joshi','','9','8447743441','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Gurgaon','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2857,'',0,'1'),(3304,'1711AA2187','ZAID Ghayas','','9','9650416661','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2858,'',0,'1'),(3305,'1711AA2188','MAUSAM LAVANIA','','9','9818809781','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2859,'',0,'1'),(3306,'1711AA2189','Waseem Athar','','9','9910056310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2860,'',0,'1'),(3307,'1711AA2190','Binita Mallik','','9','9005095385','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2861,'',0,'1'),(3308,'1711AA2191','Anupama Kumari','','9','9650043493','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2862,'',0,'1'),(3309,'1711AA2192','vaibhav tandon','','9','9971992969','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2863,'',0,'1'),(3310,'1711AA2193','Rajneesh Sahai Mathur','','9','9198108060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:32','0',2864,'',0,'1'),(3311,'1711AA2194','Anil Kumar','','9','9711119368','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2865,'',0,'1'),(3312,'1711AA2195','MANISHJAIN','','9','9810927100','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Faridabad','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2866,'',0,'1'),(3313,'1711AA2196','Manu Mahajan','','9','9650911663','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2867,'',0,'1'),(3314,'1711AA2197','Arya K Madanmohan','','9','9310649650','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','132','','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2868,'',0,'1'),(3315,'1711AA2198','Mob Tbsl','','9','8080908089','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Noida/ Greater Noida','AR','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2869,'',0,'1'),(3316,'1711AA2199','Shailesh Sharma','','9','9871036750','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2870,'',0,'1'),(3317,'1711AA2200','S PRASAD','','9','9849709323','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2871,'',0,'1'),(3318,'1711AA2201','S...... M.......','','9','9810243010','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','9.0 Lac','Demo','Delhi','AR','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-09 10:50:35','0',2872,'',0,'1'),(3589,'1711AA2202','Sanjay','Demo','11','9910999635','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer Not picking calls// he is intretsed for chery county 891 sqft , park facing unit andt tower A4.\r','','14-11-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:29','0',3143,'',0,'1'),(3590,'1711AA2203','Kaushal saini ','Demo','11','9910206643','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number \r','0','','','131','2017-11-11 12:16:29','0',3144,'',0,'1'),(3591,'1711AA2204','Rajeev','Demo','11','9873620975','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-11-11 12:16:29','0',3145,'',0,'1'),(3592,'1711AA2205','Jp Singh','Demo','11','9450042914','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 3bhk,R2M FLOOR 7 TO 9 BUDGET 40 LAC \r','','16-11-2017 - 12:00 ,Thursday','','131','2017-11-11 12:16:29','0',3146,'',0,'1'),(3593,'1711AA2206','Aniket','Demo','11','9205354672','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back \r','0','','','131','2017-11-11 12:16:29','0',3147,'',0,'1'),(3594,'1711AA2207','Prabhat','Demo','11','9818650338','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2bhk ,floor 5 to 6th and budget 50 to 60 lac ,nimbus /zenthi \r','','16-11-2017 - 13:30 ,Thursday','','131','2017-11-11 12:16:29','0',3148,'',0,'1'),(3595,'1711AA2208','Pankaj','Demo','11','9620076776','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call second half//call not pic \r','0','','','131','2017-11-11 12:16:29','0',3149,'',0,'1'),(3596,'1711AA2209','Ravi Kumar','Demo','11','7065295800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','4 o clock k baad baat krna hai ... bzy in meeting\r','','16-11-2017 - 12:30 ,Thursday','','131','2017-11-11 12:16:29','0',3150,'',0,'1'),(3597,'1711AA2210','pankaj malhotra','Demo','11','9711000588','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. Send him list of docs.\r','','16-11-2017 - 12:30 ,Thursday','','131','2017-11-11 12:16:29','0',3151,'',0,'1'),(3598,'1711AA2211','Akshaya Tomar ','Demo','11','9552082700','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is looking for the investment of 15-20lac commercial/details send to him on whats app\r','','16-11-2017 - 13:30 ,Thursday','','131','2017-11-11 12:16:29','0',3152,'',0,'1'),(3599,'1711AA2212','Subhash jha','Demo','11','9818165324','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reachable/not pick\r','0','','','131','2017-11-11 12:16:29','0',3153,'',0,'1'),(3600,'1711AA2213','Chandan kumar','Demo','11','9717523114','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is looking for residencial property but call him on 12th nov\r','','12-11-2017 - 14:00 ,Sunday','','131','2017-11-11 12:16:29','0',3154,'',0,'1'),(3601,'1711AA2214','Saurabh','Demo','11','9910344087','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','discussed over the call/not interested\r','0','','','131','2017-11-11 12:16:29','0',3155,'',0,'1'),(3602,'1711AA2215','Arvind kumar','Demo','11','9760206799','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is looking residencial property in nanital 22lac\r','0','','','131','2017-11-11 12:16:29','0',3156,'',0,'1'),(3603,'1711AA2216','Pawan','Demo','11','9643226014','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not responding\r','0','','','131','2017-11-11 12:16:29','0',3157,'',0,'1'),(3604,'1711AA2217','Anto ','Demo','11','8800568435','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','language problem\r','0','','','131','2017-11-11 12:16:29','0',3158,'',0,'1'),(3605,'1711AA2218','Preeti','Demo','11','8448513121','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking PR in delhi 15 lac\r','0','','','131','2017-11-11 12:16:29','0',3159,'',0,'1'),(3606,'1711AA2219','Lalit ','Demo','11','8700027593','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','out of service\r','0','','','131','2017-11-11 12:16:29','0',3160,'',0,'1'),(3607,'1711AA2220','Chandela','Demo','11','8285279347','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking property\r','0','','','131','2017-11-11 12:16:29','0',3161,'',0,'1'),(3608,'1711AA2221','Shivani singh','Demo','11','9971636048','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick/switch off\r','0','','','131','2017-11-11 12:16:29','0',3162,'',0,'1'),(3609,'1711AA2222','Kuldeep singh','Demo','11','9899005101','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick/disc.\r','0','','','131','2017-11-11 12:16:29','0',3163,'',0,'1'),(3610,'1711AA2223','Himanshu dutt Sharma ','Demo','11','9911231645','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-11 12:16:29','0',3164,'',0,'1'),(3611,'1711AA2224','Kapil ','Demo','11','7838173807','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans-10-11-2017, line disc-2 times-11-11-2017, not ans_15-11-2017\r','0','','','131','2017-11-11 12:16:29','0',3165,'',0,'1'),(3612,'1711AA2225','Manish','Demo','11','9910009618','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 1735 @ 90 lakhs including TM, price is 1.04 cr, also looking 1665 in grand ajnra @ 80 lakhs including tm-10-11-2017\r','','10-11-2017 - 12:00 ,Friday','','131','2017-11-11 12:16:29','0',3166,'',0,'1'),(3613,'1711AA2226','Kareen','Demo','11','9910090306','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','low budget customer, looking 1779 @ 80 LAKHS, mkt price 90 lakhs, already having a deal in aroma 1550 @ 70 lakhs-10-11-2017\r','0','','','131','2017-11-11 12:16:29','0',3167,'',0,'1'),(3614,'1711AA2227','Pradeep kumar ','Demo','11','9540344911','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer not willing to meet\r','0','','','131','2017-11-11 12:16:29','0',3168,'',0,'1'),(3615,'1711AA2228','Akhil bhardwaj','Demo','11','9716053406','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','he is call not picked ( 15-nov)// call not picked \r','0','','','131','2017-11-11 12:16:29','0',3169,'',0,'1'),(3616,'1711AA2229','Amit anand','Demo','11','7834994638','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is call not picked ( 15-nov)// call not picked \r','','15-11-2017 - 14:10 ,Wednesday','','131','2017-11-11 12:16:29','0',3170,'',0,'1'),(3617,'1711AA2230','Vijay','Demo','11','9582816725','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming tomm site visit plan ( 15-nov)// he is busy now please call after 4 days\r','','15-11-2017 - 12:00 ,Wednesday','','131','2017-11-11 12:16:29','0',3171,'',0,'1'),(3618,'1711AA2231','Pramod','Demo','11','8130894622','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Saturday ( 15-nov)// he is busy yestrday Sunday, next plan site visit coming Saturday \r','','15-11-2017 - 12:00 ,Wednesday','','131','2017-11-11 12:16:29','0',3172,'',0,'1'),(3619,'1711AA2232','Manoj kumar','Demo','11','7739628454','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','tommorrow  visit @ 11 //not done ,\r','','16-11-2017 - 12:30 ,Thursday','','131','2017-11-11 12:16:34','0',3173,'',0,'1'),(3620,'1711AA2233','Mahendra kumar ','Demo','11','9868963391','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come next week for visit pitch divyansh and exotica\r','','16-11-2017 - 13:00 ,Thursday','','131','2017-11-11 12:16:34','0',3174,'',0,'1'),(3621,'1711AA2234','Anant','Demo','11','9718020503','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //followups by deeksha \r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:34','0',3175,'',0,'1'),(3622,'1711AA2235','Prateek mundra','Demo','11','9953133383','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not give to proper respons \r','0','','','131','2017-11-11 12:16:34','0',3176,'',0,'1'),(3623,'1711AA2236','Shagub','Demo','11','9176011755','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-11-11 12:16:34','0',3177,'',0,'1'),(3624,'1711AA2237','Pramod','Demo','11','8802220238','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker lead return\r','0','','','131','2017-11-11 12:16:34','0',3178,'',0,'1'),(3625,'1711AA2238','Laxman Bisht','Demo','11','9887621817','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return. He lives in jaipur\r','0','','','131','2017-11-11 12:16:34','0',3179,'',0,'1'),(3626,'1711AA2239','Shobhit kumar','Demo','11','9540426862','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','not interested in our product mix. Yogesh ji following this lead\r','','16-11-2017 - 14:00 ,Thursday','','131','2017-11-11 12:16:34','0',3180,'',0,'1'),(3627,'1711AA2240','Danish ','Demo','11','7210020786','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','need to call him on 12th nov\r','','12-11-2017 - 14:00 ,Sunday','','131','2017-11-11 12:16:34','0',3181,'',0,'1'),(3628,'1711AA2241','Rahul Gupta','Demo','11','7838008087','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intersted','0','','','131','2017-11-11 12:16:34','0',3182,'',0,'1'),(3629,'1711AA2242','Manish kumar singh ','Demo','11','9953196314','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done with the client ,will revert within this month\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:34','0',3183,'',0,'1'),(3630,'1711AA2243','Mayank','Demo','11','7838995211','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in capetown on 11-11, will update shortly for final decission_11-11-2017\r','','11-11-2017 - 13:00 ,Saturday','','131','2017-11-11 12:16:34','0',3184,'',0,'1'),(3631,'1711AA2244','Uday Bhan ','Demo','11','9773935454','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','expected visit on Sunday for hyde park-18th floor, capetown 1150-10th floor, ajnara grand-14th floor-10-11-2017\r','','10-11-2017 - 12:00 ,Friday','','131','2017-11-11 12:16:34','0',3185,'',0,'1'),(3632,'1711AA2245','Akhil kumar','Demo','11','9953817005','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not looking any property-10-11-2017\r','0','','','131','2017-11-11 12:16:34','0',3186,'',0,'1'),(3633,'1711AA2246','Anuj ','Demo','11','9815467684','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','line busy_13-11-2017\r','','13-11-2017 - 12:00 ,Monday','','131','2017-11-11 12:16:34','0',3187,'',0,'1'),(3634,'1711AA2247','Akhil kumar','Demo','11','9953817005','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not looking any property-10-11-2017\r','0','','','131','2017-11-11 12:16:34','0',3188,'',0,'1'),(3635,'1711AA2248','Piyush raj','Demo','11','9555040951','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer followup , not coming to office, not giving his office address\r','','13-11-2017 - 12:00 ,Monday','','131','2017-11-11 12:16:34','0',3189,'',0,'1'),(3636,'1711AA2249','Ajeet singh','Demo','11','8130797575','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested in gaur saundaryam, 1550sqft,below 10th floor, park facing follow up\r','','16-11-2017 - 22:55 ,Thursday','','131','2017-11-11 12:16:34','0',3190,'',0,'1'),(3637,'1711AA2250','Raghav','Demo','11','9899918855','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Sunday // plan posspoend few days \r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-11 12:16:34','0',3191,'',0,'1'),(3638,'1711AA2251','Nikhil Sharma','Demo','11','7827134204','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is saying did not speak to anyone, cutt off call lead return\r','0','','','131','2017-11-11 12:16:34','0',3192,'',0,'1'),(3639,'1711AA2252','Rajnish Kumar','Demo','11','9639135190','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking for independent house or in proper GN. NI in extension\r','0','','','131','2017-11-11 12:16:34','0',3193,'',0,'1'),(3640,'1711AA2253','Rohit ','Demo','11','9711769440','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not looking for property lead return\r','0','','','131','2017-11-11 12:16:34','0',3194,'',0,'1'),(3641,'1711AA2254','Prakash singh','Demo','11','7531845120','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of station 2 weeks // he Is out of station \r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:34','0',3195,'',0,'1'),(3642,'1711AA2255','Nipun kumar','Demo','11','9013492912','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him in dec\r','','05-12-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:34','0',3196,'',0,'1'),(3643,'1711AA2256','Navneet ','Demo','11','9416557595','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','number out of service\r','0','','','131','2017-11-11 12:16:34','0',3197,'',0,'1'),(3644,'1711AA2257','Amardeep','Demo','11','8860308589','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switch of from last 3days\r','0','','','131','2017-11-11 12:16:34','0',3198,'',0,'1'),(3645,'1711AA2258','Kishor ','Demo','11','9069692069','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of station he said call me on this month end\r','','30-11-2017 - 12:00 ,Thursday','','131','2017-11-11 12:16:34','0',3199,'',0,'1'),(3646,'1711AA2259','Anand ','Demo','11','9015186479','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','RTM-retail/20-25 lac in noida\r','','14-11-2017 - 13:00 ,Tuesday','','131','2017-11-11 12:16:34','0',3200,'',0,'1'),(3647,'1711AA2260','Kuldeep','Demo','11','9953947248','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','posponed the plan for few months\r','','24-01-2018 - 12:00 ,Wednesday','','131','2017-11-11 12:16:34','0',3201,'',0,'1'),(3648,'1711AA2261','Rohan','Demo','11','8851179570','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','foodcourt-40 lac-retail-230sqft-will response within this week\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-11 12:16:34','0',3202,'',0,'1'),(3649,'1711AA2262','Poras ','Demo','11','8979959354','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','70 lac/RTM/soceity shop in sec 78 only-golf city/will visit the site on sat-sun 18-19th nov\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-11 12:16:39','0',3203,'',0,'1'),(3650,'1711AA2263','Shobhit ','Demo','11','9821100703','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not picked\r','0','','','131','2017-11-11 12:16:39','0',3204,'',0,'1'),(3651,'1711AA2264','Shukla','Demo','11','8010373933','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switch off\r','0','','','131','2017-11-11 12:16:39','0',3205,'',0,'1'),(3652,'1711AA2265','Rajesh mittal ','Demo','11','9810394915','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not valid no\r','0','','','131','2017-11-11 12:16:39','0',3206,'',0,'1'),(3653,'1711AA2266','Puneet jain','Demo','11','9810321896','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on sat-18th nov\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-11 12:16:39','0',3207,'',0,'1'),(3654,'1711AA2267','Mohd iqbal','Demo','11','9811072251','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he said I hav words with someone else for residence,,I will go with him only\r','0','','','131','2017-11-11 12:16:39','0',3208,'',0,'1'),(3655,'1711AA2268','Anshul ','Demo','11','9711623450','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Many time call he is not pick\r','0','','','131','2017-11-11 12:16:39','0',3209,'',0,'1'),(3656,'1711AA2269','Ravi','Demo','11','9811627770','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time \r','0','','','131','2017-11-11 12:16:39','0',3210,'',0,'1'),(3657,'1711AA2270','Anil ','Demo','11','8860068332','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time \r','0','','','131','2017-11-11 12:16:39','0',3211,'',0,'1'),(3658,'1711AA2271','Veer ','Demo','11','9650580012','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call\r','0','','','131','2017-11-11 12:16:39','0',3212,'',0,'1'),(3659,'1711AA2272','Narendra ','Demo','11','9999273153','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic\r','0','','','131','2017-11-11 12:16:39','0',3213,'',0,'1'),(3660,'1711AA2273','Rajesh','Demo','11','8076112834','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call disconnect again and again \r','0','','','131','2017-11-11 12:16:39','0',3214,'',0,'1'),(3661,'1711AA2274','Samarth ','Demo','11','8586017700','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-11-11 12:16:39','0',3215,'',0,'1'),(3662,'1711AA2275','Praveen ','Demo','11','7045648274','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','always busy \r','0','','','131','2017-11-11 12:16:39','0',3216,'',0,'1'),(3663,'1711AA2276','Lovekesh ','Demo','11','8826815550','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not connected  \r','0','','','131','2017-11-11 12:16:39','0',3217,'',0,'1'),(3664,'1711AA2277','Ramesh chadha','Demo','11','9410391521','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cut the call \r','0','','','131','2017-11-11 12:16:39','0',3218,'',0,'1'),(3665,'1711AA2278','Ankush','Demo','11','8420091290','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back //not pic \r','0','','','131','2017-11-11 12:16:39','0',3219,'',0,'1'),(3666,'1711AA2279','Ankur','Demo','11','9205298283','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','3bhk,ready to move ,budget 50 to 55lac,floor 5th to 10th floor ,resale cleo country noida ext,visit next week 25th or 26th nov //call not pic \r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-11 12:16:39','0',3220,'',0,'1'),(3667,'1711AA2280','Sanjeev','Demo','11','9911583713','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, galaxy na-ii , he is intretsed for 1250 sqft, budget 38 lac.,// he is next visit plan coming Saturday // he is intretsed fo staller jeevan , 1193 sqft, @ 1430 sqft.\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-11 12:16:39','0',3221,'',0,'1'),(3668,'1711AA2281','K singh','Demo','11','8527798470','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed, he asked to call on 8130313674\r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-11 12:16:39','0',3222,'',0,'1'),(3688,'1711AA2282','Suresh Sharma','XYZ@gmail.com','7000377290','7000377290','In Gaur Sundaryam Noida','India','Fresh','99 arc(PR)','Residential','Sales','Demo','Property','Team','Demo','searching 1550sqft perference 8th flloor','6500000','Demo','NOIDA','demo','','99 arc(PR)','other_detail','131','236','237','','','',5,'','Pls call him','2','','','131','2017-11-16 11:32:09','0',3261,'',0,'1'),(3689,'1711AA0058','Virendra','sunburst.it.research@gmail.com','201711007','9935425965','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','New Delhi','E-commerce','Demo','rajputdhaba.com','other_detail','254','258','254','258','258','258',13,'WARM','Sam','18','','','252','2017-11-17 05:23:18','0',3262,'',0,'2'),(3690,'1711AA0059','Pawan','Demo','201711007','9871477022','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','Delhi','Mobile application','Demo','http://www.pssolutionz.com/','other_detail','254','254','254','','','',1,'','','','','','252','2017-11-17 05:23:18','0',3263,'',0,'2'),(3691,'1711AA0060','Varun','Demo','201711007','�9871591537','�Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital marketing','0 INR','Demo','�Noida','Digital marketing','Demo','Demo','other_detail','254','254','254','','','',1,'','','','','','252','2017-11-17 05:23:18','0',3264,'',0,'2'),(3692,'1711AA0061','Punit kumar','pkumar151293@gmail.com','201711007','919711140266','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','New delhi','Demo','Demo','mutualfundsipbazar.com','other_detail','254','254','254','','','',1,'','','','','','252','2017-11-17 05:23:18','0',3265,'',0,'2'),(3693,'1711AA0062','Saurabh Halder','Flyamericanow@gmail.com','201711007','9873834504','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','flyamericanow.us','other_detail','254','254','254','','','',1,'','','','','','252','2017-11-17 05:23:18','0',3266,'',0,'2'),(3694,'1711AA0063','DEVENDRA SINGH RAGHAV','DEVRAGHAV78@GMAIL.COM','201711007','919971745164','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','infosightsoftwaretechnologie.com','other_detail','254','254','254','','','',1,'HOT','','','','','252','2017-11-17 05:23:18','0',3267,'',0,'2'),(3695,'1711AA0064','Mohan Kumar','mohankanand@gmail.com','201711007','9811294635','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','New Delhi','Website','Demo','poshehr.info','other_detail','254','254','254','','','',1,'HOT','','','','','252','2017-11-17 05:23:18','0',3268,'',0,'2'),(3696,'1711AA0065','Parminder Singh','psbadalia@gmail.com','201711007','9910071009','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','firstmileaccess.com','other_detail','254','258','254','258','261','261',5,'','gds','18','','','252','2017-11-17 05:23:18','0',3269,'',0,'2'),(3697,'1711AA0066','AVINASH ','Demo','201711007','9557108832','Dheradhun','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Dheradhun','Website','Demo','Demo','other_detail','254','258','254','258','260','260',5,'','fdh','18','','','252','2017-11-17 05:23:18','0',3270,'',0,'2'),(3698,'1711AA0067','Anoop gupta','support@cachedsolutions.com','201711007','98991 00739','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications nd SEO','0 INR','Demo','Delhi','Mobile applications nd SEO','Demo','Demo','other_detail','254','258','254','258','261','258',11,'','Test ','Web','2017-11-29 10:13:33','','252','2017-11-17 05:23:18','0',3271,'file-5a1e884d4c312-1511950418.67257.jpeg;file-5a1e884d4c312-1511950423.08593.jpeg',1,'2'),(3699,'1711AA0068','Mohd Irshad','Demo','201711007','99905 58612','New Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','New Delhi','Mobile applications','Demo','Demo','other_detail','254','260','254','260','261','261',13,'','Web','18','','','252','2017-11-17 05:23:18','0',3272,'',0,'2'),(3700,'1711AA0069','Prakash','rosemaryeventures@gmail.com','9210226851','8447130889','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','indianinstituteofvedicmathsandabacus.org','other_detail','254','258','254','258','260','260',13,'','Web','18','','','252','2017-11-17 05:23:18','0',3273,'',0,'2'),(3701,'1711AA0070','Roshan','gaurav2955@gmail.com','201711007','9540094944','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','dfiller.com','other_detail','254','258','254','258','260','261',13,'','Web','18','','','252','2017-11-17 05:23:18','0',3274,'',0,'2'),(3702,'1711AA0071','Deepak Goel','Demo','201711007','9811799699','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','254','258','254','258','260','261',13,'','Website','18','','','252','2017-11-17 05:23:18','0',3275,'',0,'2'),(3703,'1711AA0072','Manoj','Demo','201711007','9971397471','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','Demo','other_detail','254','258','254','258','261','261',13,'','Demo','18','','','252','2017-11-17 05:23:18','0',3276,'',0,'2'),(3704,'1711AA0073','Amit Kumar','amitvarshneyg@gmail.com','201711007','9213522870','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Delhi','Demo','Demo','ecocarwashers.com','other_detail','254','258','254','258','258','258',11,'','Test ','Web','2017-11-29 07:22:07','','252','2017-11-17 05:23:18','0',3277,'file-5a1e601fe191e-1511940141.02604.jpeg',1,'2'),(3705,'1711AA0074','Dhananjay jha','Demo','201711007','98181 07365','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','254','258','254','258','261','261',13,'','App','18','','','252','2017-11-17 05:23:18','0',3278,'',0,'2'),(3706,'1711AA0075','Heena','Demo','201711007','98100 26390','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','254','258','254','258','258','258',11,'','Hfdv','18','2017-12-11 12:32:24','','252','2017-11-17 05:23:18','0',3279,'file-5a2e2d801de5e-Screenshot_20171209_140846.png',1,'2'),(3707,'1711AA0076','Sourav','Demo','201711007','78628 81214','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','254','258','254','258','258','258',11,'','dhuf','','2017-11-30 05:08:02','','252','2017-11-17 05:23:18','0',3280,'file-5a1f923298c68-JPEG_20171130_103742_-1482860921.jpg',1,'2'),(3708,'1711AA0077','Dinesh Gulati','Demo','201711007','9910930991','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','254','258','254','258','261','261',13,'','App','18','','','252','2017-11-17 05:23:18','0',3281,'',0,'2'),(3709,'1711AA0078','Deepak','travels.pavitra@gmail.com','201711007','98118 70171','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Faridabad','website','Demo','Demo','other_detail','254','258','254','258','261','261',13,'','Web','18','','','252','2017-11-17 05:23:18','0',3282,'',0,'2'),(3710,'1711AA0079','Parmod','Demo','201711007','98999 77526','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','254','258','254','258','258','258',11,'','test','18','2017-11-27 05:38:08','','252','2017-11-17 05:23:18','0',3283,'file-5a1ba4c07b80f-JPEG_20171127_110755_1634459521.jpg',1,'2'),(3711,'1711AA0080','Atul Gaur','atulgaur@outlook.com','201711007','9310052593','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','worldoverseasservices.org','other_detail','254','260','254','260','261','260',5,'HOT','','18','','','252','2017-11-17 05:23:18','0',3284,'',0,'2'),(3712,'1711AA0081','Ritu Raj','rajan1abp@gmail.com','201711007','8527790952','Greater noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Greater noida','Website','Demo','Demo','other_detail','252','258','254','258','261','261',13,'','Web','18','','','252','2017-11-17 05:23:18','0',3285,'',0,'2'),(3713,'1711AA0082','pankaj','Demo','201711007','9999185832','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','Noida','Mobile applications','Demo','Demo','other_detail','261','258','254','','','',12,'','1711AA0082','18','','','252','2017-11-17 05:23:18','0',3286,'',0,'2'),(3714,'1711AA0083','Mukesh Pandey','Demo','201711007','9415483876','Lucknow','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Lucknow','Website','Demo','Demo','other_detail','252','258','252','258','260','260',4,'WARM','gdgj','18','01-27-2018 6:33:00','','252','2017-11-17 05:23:18','0',3287,'',0,'2'),(3715,'1711AA0084','Rajeev','SHEKHARAD@GMAIL.COM','201711007','9999318938','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','261','258','252','','','',12,'','jkn','18','','','252','2017-11-17 05:23:18','0',3288,'',0,'2'),(3716,'1711AA0085','Jagjit Singh','jagjit9899625447@gmail.com','201711007','9899625452','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','SEO promotion','0 INR','Demo','Delhi','SEO promotion','Demo','jagjitsinghphotography.com','other_detail','252','259','252','','','',6,'','hiyhfd','18','','','252','2017-11-17 05:23:18','0',3289,'',0,'2'),(3717,'1711AA0086','Balku','Demo','201711007','9958559595','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','258','258','258','','','',13,'','Office','18','','','252','2017-11-17 05:23:18','0',3290,'',0,'2'),(3718,'1711AA0087','Sarvesh','Demo','201711007','9953288214','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','Demo','other_detail','252','259','252','','','',6,'','bhgjhu','18','','','252','2017-11-17 05:23:18','0',3291,'',0,'2'),(3719,'1711AA0088','Dileep','Demo','201711007','7836088914','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','258','258','258','','','',13,'','web','18','','','252','2017-11-17 05:25:46','0',3292,'',0,'2'),(3720,'1711AA0089','Bhaskar pandey','Demo','201711007','9971539346','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Project Management & Inventory Management','0 INR','Demo','Delhi','Project Management & Inventory Management','Demo','Demo','other_detail','261','258','252','','','',12,'','Web','18','','','252','2017-11-17 05:25:46','0',3293,'',0,'2'),(3721,'1711AA0090','Suneet agnihotri','suneet.agnihotri@gmail.com','201711007','8800381000','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','companion4india.com','other_detail','261','258','252','','','',12,'','jjj','18','','','252','2017-11-17 05:25:46','0',3294,'',0,'2'),(3722,'1711AA0091','Vishal','Demo','201711007','9711400005','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','258','261','252','','','',12,'','gjmh','18','','','252','2017-11-17 05:25:46','0',3295,'',0,'2'),(3723,'1711AA0092','Abhishek','Demo','201711007','9773534902','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','261','258','252','','','',12,'','Select','18','','','252','2017-11-17 05:25:46','0',3296,'',0,'2'),(3724,'1711AA0093','Rahul','Demo','201711007','9971088071','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','258','261','252','','','',12,'','Select ','18','','','252','2017-11-17 05:25:46','0',3297,'',0,'2'),(3725,'1711AA0094','Anil','tevetiaanil@gmail.com','201711007','9873659517','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','258','258','258','','','',13,'','Interested','18','','','252','2017-11-17 05:25:46','0',3298,'',0,'2'),(3726,'1711AA0095','Rajeev kumar','rajsastastore@gmail.com','201711007','9718802643','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','yuvajobportal.com','other_detail','252','258','252','258','260','258',11,'HOT','nsnsnn','','2017-12-31 18:06:31','','252','2017-11-17 05:25:46','0',3299,'',1,'2'),(3727,'1711AA0096','Anuj Barthwal','anuj@exsecant.com','201711007','9953201693','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Ecommerce website','0 INR','Demo','Noida','Ecommerce website','Demo','jadsjournals.com','other_detail','258','258','258','','','',13,'','Website','18','','','252','2017-11-17 05:25:46','0',3300,'',0,'2'),(3728,'1711AA0097','Vaibhav Garg','cs.shraddhagarg@gmail.com','201711007','9810781780','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','jollity.life','other_detail','258','258','258','','','',13,'','Action','18','','','252','2017-11-17 05:25:46','0',3301,'',0,'2'),(3729,'1711AA0098','Hiralal Choudhry','hiralalchoudhry@gmail.com','201711007','7838591978','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','mojotrash.com','other_detail','252','258','252','258','261','261',13,'','dn,nm dx','18','','','252','2017-11-17 05:25:46','0',3302,'',0,'2'),(3730,'1711AA0099','harmeet gandhi','gandhiharmeet43@gmail.com','201711007','9999562955','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','demaindia.com','other_detail','261','258','252','','','',12,'','Remaark','18','','','252','2017-11-17 05:25:46','0',3303,'',0,'2'),(3731,'1711AA0100','RK YADAV','rkyadavmotivationalclasses@gmail.com','201711007','8448669322','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','rkyadavmotivationalclasses.com','other_detail','258','261','252','','','',12,'','Website','18','','','252','2017-11-17 05:25:46','0',3304,'',0,'2'),(3732,'1711AA0101','Banty','Demo','201711007','7986723976','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','261','258','252','','','',12,'','Web','18','','','252','2017-11-17 05:25:46','0',3305,'',0,'2'),(3733,'1711AA0102','Sunil','Demo','201711007','9810777770','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','252','258','252','258','260','260',4,'','Samiksha','18','07-11-2017 - 20:25 ,Tuesday','','252','2017-11-17 05:25:46','0',3306,'',0,'2'),(3734,'1711AA0103','Manoj sharma','no1astrologerindia@gmail.com','201711007','9810563893','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','no1astrologerindia.com','other_detail','252','258','252','258','260','261',4,'','followup','0','30-01-2018 - 14:30 ,Tuesday','','252','2017-11-17 05:25:46','0',3307,'',0,'2'),(3735,'1711AA0104','Mayank','Demo','201711007','9650506562','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','252','258','252','258','260','260',13,'','Remark','18','','','252','2017-11-17 05:25:46','0',3308,'',0,'2'),(3736,'1711AA0105','Karan Chopra','Demo','201711007','9991003244','','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','252','258','252','258','260','260',7,'','test','','01-26-2018 5:32:00','','252','2017-11-17 05:25:46','0',3309,'',0,'2'),(3737,'1711AA0106','Gangan','Demo','201711007','9718662881','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Ghaziabad','Mobile apllication','Demo','Demo','other_detail','252','258','260','258','260','261',5,'','','18','','','252','2017-11-17 05:25:46','0',3310,'',0,'2'),(3738,'1711AA0107','Rajiv Aggarwal','Demo','201711007','9555945206','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','252','258','252','258','258','258',11,'','Test ','','2017-11-29 07:01:23','','252','2017-11-17 05:25:46','0',3311,'file-5a1e5b435413a-file.jpg',1,'2'),(3739,'1711AA0108','Alok Arora','aroraalok@hotmail.com','201711007','9811680455','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website ','0 INR','Demo','Delhi','Website ','Demo','Demo','other_detail','254','258','256','258','260','',12,'','djjd','18','','','252','2017-11-17 05:25:46','0',3312,'',0,'2'),(3740,'1711AA0109','Pawan Grover','Demo','201711007','9810911777','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','252','258','252','258','258','258',11,'HOT','Ok ','Web','2017-12-13 16:27:22','','252','2017-11-17 05:25:46','0',3313,'file-5a3107922c096-1513162661.95901.jpeg',1,'2'),(3741,'1711AA0110','PS Sharma','Demo','201711007','9205526370','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','252','259','252','','','',6,'','xcdssxd','18','','','252','2017-11-17 05:25:46','0',3314,'',0,'2'),(3742,'1711AA0111','Rajiv Kumar Gupta','Demo','201711007','9810225913','Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','252','260','252','','','',6,'','Web','18','','','252','2017-11-17 05:25:46','0',3315,'',0,'2'),(3743,'1711AA0112','Anmol Garg','anmol@qversoft.com','201711007','9990054840','Greater Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','252','258','252','258','260','',12,'','We','18','','','252','2017-11-17 05:25:46','0',3316,'',0,'2'),(3744,'1711AA0113','Rohan','sales@whoisdb.in','201711007','9357656764','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','astroloveback.com','other_detail','252','258','252','258','260','',12,'','App','18','','','252','2017-11-17 05:25:46','0',3317,'',0,'2'),(3745,'1711AA0114','Shiv','Demo','201711007','8802378710','Greater Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Greater Noida','Mobile apllication','Demo','Demo','other_detail','252','258','252','258','261','261',13,'','App','18','','','252','2017-11-17 05:25:46','0',3318,'',0,'2'),(3746,'1711AA0115','Piyush','piyushtripathi0070@gmail.com','201711007','9958498525','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','sarwaarth.com','other_detail','252','258','252','258','258','258',4,'HOT','jbb','18','01-18-2018 13:44:00','','252','2017-11-17 05:25:46','0',3319,'',0,'2'),(3747,'1711AA0116','Sunny','sunnytravel93@gmail.com','201711007','8750057777','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','252','258','252','258','258','258',13,'','Web','18','','','252','2017-11-17 05:25:46','0',3320,'',0,'2'),(3748,'1711AA0117','Khumud Mishra','kumudmishra@live.com','201711007','8920519677','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic website','0 INR','Demo','Delhi','Dynamic website','Demo','pssworld.org','other_detail','252','258','252','258','258','261',6,'','fjhn','18','','','252','2017-11-17 05:25:46','0',3321,'',0,'2'),(3749,'1711AA0118','Vikas Sharma','vikas5937@gmail.com','201711007','9999881919','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','indianartsfoundation.com','other_detail','252','258','252','258','260','261',13,'','sam','18','','','252','2017-11-17 05:26:07','0',3322,'',0,'2'),(3750,'1711AA0119','RAKESH','mibsonspharmaceutical@gmail.com','201711007','9555122395','DELHI','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','DELHI','Website','Demo','mibsonspharmaceutical.com','other_detail','252','258','252','258','258','258',11,'HOT','he','25','2018-01-06 17:02:25','','252','2017-11-17 05:26:07','0',3323,'file-5a50b3c90f5d0-IMG-20180105-WA0000.jpg;file-5a50b3c90f5d0-IMG-20180104-WA0005.jpg',1,'2'),(3751,'1711AA0120','Vikas Pandey','Demo','201711007','9999418354','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Noida','Mobile apllication','Demo','Demo','other_detail','252','258','252','258','261','261',13,'','snxjmzs','18','','','252','2017-11-17 05:26:07','0',3324,'',0,'2'),(3752,'1711AA0121','Chetan','Demo','201711007','9582058187','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','252','258','252','258','261','261',10,'','hjkl;','','12-13-2017 12:5:00','','252','2017-11-17 05:26:07','0',3325,'',0,'2'),(3753,'1711AA0122','Sartaj','Demo','201711007','8745834019','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','252','258','252','258','260','',12,'','Web','18','','','252','2017-11-17 05:26:07','0',3326,'',0,'2'),(3754,'1711AA0123','Sanjay','Demo','201711007','9810521394','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Noida','Online Promotion','Demo','Demo','other_detail','252','258','252','258','260','',12,'','gdh','18','','','252','2017-11-17 05:26:07','0',3327,'',0,'2'),(3755,'1711AA0124','Parvesh Aggarwal','Demo','201711007','9811997786','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','252','258','252','258','258','258',11,'','Ok bye ','Web','2017-12-13 16:01:05','','252','2017-11-17 05:26:07','0',3328,'file-5a3101699f778-1513161090.64934.jpeg',1,'2'),(3756,'1711AA0125','Ashish Rastogi','Demo','201711007','9990382379','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','252','258','252','258','261','261',13,'','wqert','18','','','252','2017-11-17 05:26:07','0',3329,'',0,'2'),(3757,'1711AA0126','Manoj ','Demo','201711007','9999375761','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','252','258','252','258','258','258',7,'WARM','Ok ','','','','252','2017-11-17 05:26:07','0',3330,'',0,'2'),(3758,'1711AA0127','Amit Raju','amitrajurepairbay@gmail.com','201711007','9811557220','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','repairbays.org','other_detail','252','258','252','258','258','258',11,'','Test ','Web','2017-12-13 15:51:25','','252','2017-11-17 05:26:07','0',3331,'file-5a30ff25f2638-1513160511.61779.jpeg;file-5a30ff25f2638-1513160511.65305.jpeg',1,'2'),(3759,'1711AA0128','Demo','Demo','201711007','9891481833','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','Demo','other_detail','252','258','252','258','258','258',11,'','Test','Web','2017-12-18 10:01:59','','252','2017-11-17 05:26:07','0',3332,'file-5a3744bfce60a-1513571547.26838.jpeg',1,'2'),(3760,'1711AA0129','Manoj Shukla','manojshuk.82@gmail.com','201711007','9811790304','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','admconsultinginc.com','other_detail','252','258','252','258','258','258',11,'','T','Web','2017-12-13 15:42:18','','252','2017-11-17 05:26:07','0',3333,'file-5a30fd02e7c87-1513159963.98255.jpeg',1,'2'),(3761,'1711AA0130','Gurpreet Singh','Gurpreet.singh@jaypeeplus.com','201711007','9999124783','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','SEO (24 Keywords)','0 INR','Demo','Noida','SEO (24 Keywords)','Demo','http://jaypeeplus.com/','other_detail','252','258','252','258','258','258',11,'','Test ','Mobile App','2017-12-13 15:34:36','','252','2017-11-17 05:26:07','0',3334,'file-5a30fb34412cd-1513159501.2942.jpeg',1,'2'),(3762,'1711AA0131','Shabahat Husain','Demo','201711007','9582898579','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','http://www.easymall.in/www.alipacket.com','other_detail','252','258','252','258','258','258',11,'','Test ','Web','2017-12-13 16:15:50','','252','2017-11-17 05:26:07','0',3335,'file-5a3104debcebd-1513161976.32823.jpeg',1,'2'),(3763,'1711AA0132','Anil Kumar Sharma','reachanil001@gmail.com','201711007','9810354966','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website, education','0 INR','Demo','Noida','website, education','Demo','fasttrackprogress.com','other_detail','252','258','252','258','258','258',11,'','Test ','Web','2017-12-13 12:49:02','','252','2017-11-17 05:26:07','0',3336,'file-5a30d4666aadf-1513149568.12917.jpeg',1,'2'),(3764,'1711AA0133','Sandeep Sharma','imsandeep2002@yahoo.co.in','201711007','9599301590','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','rampdisplay.com','other_detail','253','260','253','','','261',10,'','fghjkl','','12-13-2017 12:5:00','','252','2017-11-17 05:26:07','0',3337,'',0,'2'),(3765,'1711AA0134','Shyam','travvamigo@gmail.com','201711007','9711535480','Ghaziabad','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website /mail send','0 INR','Demo','Ghaziabad','website /mail send','Demo','http://www.travamigo.com','other_detail','252','258','252','258','258','258',11,'','Ok ','Web','2017-12-13 15:54:42','','252','2017-11-17 05:26:07','0',3338,'file-5a30ffeaf3d6f-1513160708.01609.jpeg',1,'2'),(3766,'1711AA0135','Ajay','Demo','201711007','9811773350','Ghaziabad','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Ghaziabad','Demo','Demo','http://traveltostay.in/','other_detail','252','258','252','258','258','258',3,'','test ','','','','252','2017-11-17 05:26:07','0',3339,'',0,'2'),(3767,'1711AA0136','Sandeep bisht','sandeep.bisht019@gmail.com','201711007','9599938426','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Delhi','E-commerce Website','Demo','samphotographyonline.com','other_detail','252','254','256','','','',5,'','','','','','252','2017-11-17 05:26:07','0',3340,'',0,'2'),(3768,'1711AA0137','Ayush Bhatnagar','Demo','201711007','9999257100','Gurgaon','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','Gurgaon','dynamic website','Demo','www.deeliteconcepts.com','other_detail','254','258','254','','','258',11,'','gdvj','23','2018-01-24 16:53:38','','252','2017-11-17 05:26:07','0',3341,'',1,'2'),(3769,'1711AA0138','Vikram','Demo','201711007','9310190667','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','airtravelstudio.com','other_detail','252','252','252','','','',4,'WARM','asked to follow up on Monday','0','22-01-2018 - 11:00 ,Monday','','252','2017-11-17 05:26:07','0',3342,'',0,'2'),(3770,'1711AA0139','Abhishek Bhardwaj','Demo','201711007','9871969665','Delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Delhi','E-commerce Website','Demo','https://www.geekdawn.com/','other_detail','252','','257','','','',1,'','','','','','252','2017-11-17 05:26:07','0',3343,'',0,'2'),(3771,'1711AA0140','sanjeev kapoor','skkkin@yahoo.com','201711007','9810707977','Delhi','India','Fresh','google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','kapoorlogistics.com','other_detail','252','260','252','','','',6,'','dvfxd','18','','','252','2017-11-17 05:26:07','0',3344,'',0,'2'),(3772,'1711AA0141','DHIRAJ CHAUHAN','dhirajchauhan770@gmail.com','201711007','9643394420','Ghaziabad','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Ghaziabad','website','Demo','moneymatemart.com','other_detail','252','258','252','258','258','258',13,'HOT','zasdfc','18','','','252','2017-11-17 05:26:07','0',3345,'',0,'2'),(3773,'1711AA0142','SANJAY GUPTA','kabeerfashionmart@gmail.com','201711007','9654958575','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital Marketing','0 INR','Demo','Delhi','Digital Marketing','Demo','kabeerfashion.com','other_detail','252','253','','','','',1,'','','','','','252','2017-11-17 05:26:07','0',3346,'',0,'2'),(3774,'1711AA0143','Mohit KHANDELWAL','trishamoma@gmail.com','201711007','8376900398','delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','delhi','Website','Demo','rohinibasket.com','other_detail','252','254','254','','','',4,'','ghgj','','26-01-2018 - 12:00 ,Friday','','252','2017-11-17 05:26:07','0',3347,'',0,'2'),(3775,'1711AA0144','naman khanna','namankhanna9294@gmail.com','201711007','9958231459','noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','noida','E-commerce Website','Demo','6-9shop.com','other_detail','252','258','255','','','',6,'','hggjkl','18','','','252','2017-11-17 05:26:07','0',3348,'',0,'2'),(3776,'1711AA0145','Sameer Kant ','Demo','201711007','9717926412','delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','digital marketing','0 INR','Demo','delhi','digital marketing','Demo','http://nowmytrip.com','other_detail','252','','256','','','',1,'','','','','','252','2017-11-17 05:26:07','0',3349,'',0,'2'),(3777,'1711AA0146','Rahul Choudhary','rahulpawariya@gmail.com','201711007','9971765429','delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile Application','0 INR','Demo','delhi','Mobile Application','Demo','lingerietunnel.com','other_detail','252','','257','','','',1,'','','','','','252','2017-11-17 05:26:07','0',3350,'',0,'2'),(3778,'1711AA0147','chetan','chetansaraf2302@gmail.com','201711007','9654301997','delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','delhi','dynamic website','Demo','sarafabazar.co.in','other_detail','','','254','','','',5,'','','','','','252','2017-11-17 05:26:07','0',3351,'',0,'2'),(3854,'1711AA0001','Virendra','sunburst.it.research@gmail.com','201711007','9935425965','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','New Delhi','E-commerce','Demo','rajputdhaba.com','other_detail','326','327','0','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3532,'',0,'15'),(3855,'1711AA0002','Pawan','Demo','201711007','9871477022','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','Delhi','Mobile application','Demo','http://www.pssolutionz.com/','other_detail','326','327','0','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3533,'',0,'15'),(3856,'1711AA0003','Varun','Demo','201711007','�9871591537','�Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital marketing','0 INR','Demo','�Noida','Digital marketing','Demo','Demo','other_detail','326','327','0','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3534,'',0,'15'),(3857,'1711AA0004','Punit kumar','pkumar151293@gmail.com','201711007','919711140266','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','New delhi','Demo','Demo','mutualfundsipbazar.com','other_detail','326','327','0','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3535,'',0,'15'),(3858,'1711AA0005','Saurabh Halder','Flyamericanow@gmail.com','201711007','9873834504','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','flyamericanow.us','other_detail','326','327','0','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3536,'',0,'15'),(3859,'1711AA0006','DEVENDRA SINGH RAGHAV','DEVRAGHAV78@GMAIL.COM','201711007','919971745164','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','infosightsoftwaretechnologie.com','other_detail','328','334','337','','','',13,'','sdfghj','19','','','326','2017-11-17 11:31:19','0',3537,'',0,'15'),(3860,'1711AA0007','Mohan Kumar','mohankanand@gmail.com','201711007','9811294635','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','New Delhi','Website','Demo','poshehr.info','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3538,'',0,'15'),(3861,'1711AA0008','Parminder Singh','psbadalia@gmail.com','201711007','9910071009','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','firstmileaccess.com','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3539,'',0,'15'),(3862,'1711AA0009','AVINASH ','Demo','201711007','9557108832','Dheradhun','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Dheradhun','Website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3540,'',0,'15'),(3863,'1711AA0010','Anoop gupta','support@cachedsolutions.com','201711007','98991 00739','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications nd SEO','0 INR','Demo','Delhi','Mobile applications nd SEO','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3541,'',0,'15'),(3864,'1711AA0011','Mohd Irshad','Demo','201711007','99905 58612','New Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','New Delhi','Mobile applications','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3542,'',0,'15'),(3865,'1711AA0012','Prakash','rosemaryeventures@gmail.com','9210226851','8447130889','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','indianinstituteofvedicmathsandabacus.org','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3543,'',0,'15'),(3866,'1711AA0013','Roshan','gaurav2955@gmail.com','201711007','9540094944','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','dfiller.com','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3544,'',0,'15'),(3867,'1711AA0014','Deepak Goel','Demo','201711007','9811799699','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3545,'',0,'15'),(3868,'1711AA0015','Manoj','Demo','201711007','9971397471','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3546,'',0,'15'),(3869,'1711AA0016','Amit Kumar','amitvarshneyg@gmail.com','201711007','9213522870','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Delhi','Demo','Demo','ecocarwashers.com','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3547,'',0,'15'),(3870,'1711AA0017','Dhananjay jha','Demo','201711007','98181 07365','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3548,'',0,'15'),(3871,'1711AA0018','Heena','Demo','201711007','98100 26390','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3549,'',0,'15'),(3872,'1711AA0019','Sourav','Demo','201711007','78628 81214','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3550,'',0,'15'),(3873,'1711AA0020','Dinesh Gulati','Demo','201711007','9910930991','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3551,'',0,'15'),(3874,'1711AA0021','Deepak','travels.pavitra@gmail.com','201711007','98118 70171','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Faridabad','website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3552,'',0,'15'),(3875,'1711AA0022','Parmod','Demo','201711007','98999 77526','Faridabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Faridabad','Demo','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3553,'',0,'15'),(3876,'1711AA0023','Atul Gaur','atulgaur@outlook.com','201711007','9310052593','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','worldoverseasservices.org','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3554,'',0,'15'),(3877,'1711AA0024','Ritu Raj','rajan1abp@gmail.com','201711007','8527790952','Greater noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Greater noida','Website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3555,'',0,'15'),(3878,'1711AA0025','pankaj','Demo','201711007','9999185832','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','Noida','Mobile applications','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3556,'',0,'15'),(3879,'1711AA0026','Mukesh Pandey','Demo','201711007','9415483876','Lucknow','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Lucknow','Website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3557,'',0,'15'),(3880,'1711AA0027','Rajeev','SHEKHARAD@GMAIL.COM','201711007','9999318938','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3558,'',0,'15'),(3881,'1711AA0028','Jagjit Singh','jagjit9899625447@gmail.com','201711007','9899625452','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','SEO promotion','0 INR','Demo','Delhi','SEO promotion','Demo','jagjitsinghphotography.com','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3559,'',0,'15'),(3882,'1711AA0029','Balku','Demo','201711007','9958559595','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3560,'',0,'15'),(3883,'1711AA0030','Sarvesh','Demo','201711007','9953288214','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','Demo','other_detail','326','328','331','','','',1,'','','','','','326','2017-11-17 11:31:19','0',3561,'',0,'15'),(3884,'1711AA0031','Dileep','Demo','201711007','7836088914','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3562,'',0,'15'),(3885,'1711AA0032','Bhaskar pandey','Demo','201711007','9971539346','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Project Management & Inventory Management','0 INR','Demo','Delhi','Project Management & Inventory Management','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3563,'',0,'15'),(3886,'1711AA0033','Suneet agnihotri','suneet.agnihotri@gmail.com','201711007','8800381000','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','companion4india.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3564,'',0,'15'),(3887,'1711AA0034','Vishal','Demo','201711007','9711400005','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3565,'',0,'15'),(3888,'1711AA0035','Abhishek','Demo','201711007','9773534902','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3566,'',0,'15'),(3889,'1711AA0036','Rahul','Demo','201711007','9971088071','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3567,'',0,'15'),(3890,'1711AA0037','Anil','tevetiaanil@gmail.com','201711007','9873659517','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3568,'',0,'15'),(3891,'1711AA0038','Rajeev kumar','rajsastastore@gmail.com','201711007','9718802643','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','yuvajobportal.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3569,'',0,'15'),(3892,'1711AA0039','Anuj Barthwal','anuj@exsecant.com','201711007','9953201693','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Ecommerce website','0 INR','Demo','Noida','Ecommerce website','Demo','jadsjournals.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3570,'',0,'15'),(3893,'1711AA0040','Vaibhav Garg','cs.shraddhagarg@gmail.com','201711007','9810781780','Ghaziabad','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaziabad','Website','Demo','jollity.life','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3571,'',0,'15'),(3894,'1711AA0041','Hiralal Choudhry','hiralalchoudhry@gmail.com','201711007','7838591978','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','mojotrash.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3572,'',0,'15'),(3895,'1711AA0042','harmeet gandhi','gandhiharmeet43@gmail.com','201711007','9999562955','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','demaindia.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3573,'',0,'15'),(3896,'1711AA0043','RK YADAV','rkyadavmotivationalclasses@gmail.com','201711007','8448669322','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Delhi','Mobile apllication','Demo','rkyadavmotivationalclasses.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3574,'',0,'15'),(3897,'1711AA0044','Banty','Demo','201711007','7986723976','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3575,'',0,'15'),(3898,'1711AA0045','Sunil','Demo','201711007','9810777770','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3576,'',0,'15'),(3899,'1711AA0046','Manoj sharma','no1astrologerindia@gmail.com','201711007','9810563893','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','no1astrologerindia.com','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3577,'',0,'15'),(3900,'1711AA0047','Mayank','Demo','201711007','9650506562','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3578,'',0,'15'),(3901,'1711AA0048','Karan Chopra','Demo','201711007','9991003244','','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3579,'',0,'15'),(3902,'1711AA0049','Gangan','Demo','201711007','9718662881','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Ghaziabad','Mobile apllication','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3580,'',0,'15'),(3903,'1711AA0050','Rajiv Aggarwal','Demo','201711007','9555945206','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3581,'',0,'15'),(3904,'1711AA0051','Alok Arora','aroraalok@hotmail.com','201711007','9811680455','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website ','0 INR','Demo','Delhi','Website ','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3582,'',0,'15'),(3905,'1711AA0052','Pawan Grover','Demo','201711007','9810911777','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3583,'',0,'15'),(3906,'1711AA0053','PS Sharma','Demo','201711007','9205526370','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3584,'',0,'15'),(3907,'1711AA0054','Rajiv Kumar Gupta','Demo','201711007','9810225913','Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3585,'',0,'15'),(3908,'1711AA0055','Anmol Garg','anmol@qversoft.com','201711007','9990054840','Greater Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','326','328','0','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3586,'',0,'15'),(3909,'1711AA0056','Rohan','sales@whoisdb.in','201711007','9357656764','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','astroloveback.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3587,'',0,'15'),(3910,'1711AA0057','Shiv','Demo','201711007','8802378710','Greater Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Greater Noida','Mobile apllication','Demo','Demo','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3588,'',0,'15'),(3911,'1711AA0058','Piyush','piyushtripathi0070@gmail.com','201711007','9958498525','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','sarwaarth.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3589,'',0,'15'),(3912,'1711AA0059','Sunny','sunnytravel93@gmail.com','201711007','8750057777','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3590,'',0,'15'),(3913,'1711AA0060','Khumud Mishra','kumudmishra@live.com','201711007','8920519677','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic website','0 INR','Demo','Delhi','Dynamic website','Demo','pssworld.org','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:28','0',3591,'',0,'15'),(3914,'1711AA0061','Dinesh','Demo','201711007','9953600008','Greater Noida','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3772,'',0,'15'),(3915,'1711AA0062','Manoj Pareek','Demo','201711007','9911961183','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','trippleruniforms@gmail.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3773,'',0,'15'),(3916,'1711AA0063','Vishal   ','angelhomz@gmail.com','201711007','9911641196','noida sector 63','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','noida sector 63','Demo','Demo','http://angelhomz.com/','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3774,'',0,'15'),(3917,'1711AA0064','Somuya','Demo','201711007','9811318051','Gurgaon','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','Gurgaon','E-commerce','Demo','Demo','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3775,'',0,'15'),(3918,'1711AA0065','Rohit batra','Demo','201711007','9899708388','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Online Campaign','0 INR','Demo','Noida','Online Campaign','Demo','http://www.bigbucksindia.com/','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3776,'',0,'15'),(3919,'1711AA0066','Saurabh','Demo','201711007','9999711665','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','online promotion','0 INR','Demo','Noida','online promotion','Demo','http://realestatefactory.co.in','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3777,'',0,'15'),(3920,'1711AA0067','Abhishek  ','Demo','201711007','9717730080','Delhi','India','Fresh','facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','http://www.arinterio.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3778,'',0,'15'),(3921,'1711AA0068','Manoj','Demo','201711007','9540424321','','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','Demo','Demo','Demo','Demo','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3779,'',0,'15'),(3922,'1711AA0069','Ankush Kumar','Demo','201711007','9868025252','Noida','India','Fresh','Other','Sales','Sales','Demo','Demo','Demo','Demo','SMS','0 INR','Demo','Noida','SMS','Demo','salepurchasenoida.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3780,'',0,'15'),(3923,'1711AA0070','Rahul Verma','songbird.travels@gmail.com','201711007','8588877347','Rohini','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Rohini','Website','Demo','songbirdtravels.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3781,'',0,'15'),(3924,'1711AA0071','Akansha','Demo','201711007','9871574746','delhi','India','Fresh','Demo','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','delhi','Demo','Demo','ethnicdivas.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3782,'',0,'15'),(3925,'1711AA0072','Rajesh kumar','approphomes@gmail.com','201711007','7678666328','Ghaziabad','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','lead generation','0 INR','Demo','Ghaziabad','lead generation','Demo','ahplgroup.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3783,'',0,'15'),(3926,'1711AA0073','Vikram Jethwani','vikram.jethwani@gmail.com','201711007','9911783766','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','blogging website','0 INR','Demo','Noida','blogging website','Demo','healthyhithappy.com','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3784,'',0,'15'),(3927,'1711AA0074','ASHISH GUPTA','ashish.671992@gmail.com','201711007','9654366897','greater noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','online test','0 INR','Demo','greater noida','online test','Demo','differentialacademy.com','other_detail','326','','329','','','',2,'','dfghj','19','','','326','2017-11-17 11:31:43','0',3785,'',0,'15'),(3928,'1711AA0075','Manish Mago','guru.with.knowledge@gmail.com','201711007','8130929480','Indirapuram,Gzb','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-comerce','0 INR','Demo','Indirapuram,Gzb','E-comerce','Demo','selloldbicycle.com','other_detail','326','','329','','','',2,'','75','19','','','326','2017-11-17 11:31:43','0',3786,'',0,'15'),(3929,'1711AA0076','Krishna Umrao','krishnaumrao786@gmail.com','201711007','8860193903','Ghaziabad','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Ghaziabad','E-commerce Website','Demo','sabjimandi.store','other_detail','326','','329','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3787,'',0,'15'),(3930,'1711AA0077','Sahil khan','sahilflowerdecoration@gmail.com','201711007','9911412641','ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','promotion','0 INR','Demo','ghaziabad','promotion','Demo','weddingflowerdecoration.com','other_detail','326','','329','','','',2,'','fghfjgk','20','','','326','2017-11-17 11:31:43','0',3788,'',0,'15'),(3931,'1711AA0078','Vipin Kumar','Demo','201711007','8510995588','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','NOIDA Sofa House','other_detail','326','','329','','','',4,'','fghjkl','','08-11-2017 - 12:00 ,Wednesday','','326','2017-11-17 11:31:43','0',3789,'',0,'15'),(3932,'1711AA0079','kamal gaur','kamal@k2gservices.com','201711007','8800130661','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','makemyceiling.com','other_detail','326','','329','','','',2,'','fgtyhjk','20','','','326','2017-11-17 11:31:43','0',3790,'',0,'15'),(3933,'1711AA0080','Nadmeen','Demo','201711007','9560234439','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','need to discuss','0 INR','Demo','Noida','need to discuss','Demo','http://www.reflectionid.com/','other_detail','326','','329','','','',3,'','cvb','0','','','326','2017-11-17 11:31:43','0',3791,'',0,'15'),(3934,'1711AA0081','Sumit','Demo','201711007','7738336596','Delhi','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','Maintenance & Digital Marketing','0 INR','Demo','Delhi','Maintenance & Digital Marketing','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3792,'',0,'15'),(3935,'1711AA0082','Dany Malik','Demo','201711007','9999223338','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','e-commerce','0 INR','Demo','Delhi','e-commerce','Demo','dinkancreations.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3793,'',0,'15'),(3936,'1711AA0083','Dhannu Mal Gupta','dmgupta27@gmail.com','201711007','9811134463','delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','delhi','E-commerce','Demo','footweardata.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3794,'',0,'15'),(3937,'1711AA0084','Brajesh k Jaiswal','brajeshkjaiswal@gmail.com','201711007','8506911777','Ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Travel Portal','0 INR','Demo','Ghaziabad','Travel Portal','Demo','thejingleholidaybazar.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3795,'',0,'15'),(3938,'1711AA0085','Saurabh Kumar','shashwatinfrasolutions2017@gmail.com','201711007','9873036364','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','Delhi','dynamic website','Demo','shashwatinfra.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3796,'',0,'15'),(3939,'1711AA0086','kapil','kapilch4@gmail.com','201711007','9136401268','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','delhi','Website','Demo','m2mdrinks.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3797,'',0,'15'),(3940,'1711AA0087','Deepak Rathi','deepakrathi409@gmail.com','201711007','9911969583','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce ( Multivendor)','0 INR','Demo','delhi','E-commerce ( Multivendor)','Demo','rayzadio.biz','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3798,'',0,'15'),(3941,'1711AA0088','Vikas Malik','Demo','201711007','9999998647','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3799,'',0,'15'),(3942,'1711AA0089','AMIT JAIN','caamitjain1982@gmail.com','201711007','9871572997','GHAZIABAD','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','portal','0 INR','Demo','GHAZIABAD','portal','Demo','gstprime.co.in','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3800,'',0,'15'),(3943,'1711AA0090','Dileep','Demo','201711007','9911782122','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic Website','0 INR','Demo','Delhi','Dynamic Website','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:43','0',3801,'',0,'15'),(3944,'1711AA0091','Krishna Umrao','krishnaumrao786@gmail.com','201711007','8860193903','Ghaziabad','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce Website','0 INR','Demo','Ghaziabad','E-commerce Website','Demo','sabjimandi.store','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3652,'',0,'15'),(3945,'1711AA0092','Sahil khan','sahilflowerdecoration@gmail.com','201711007','9911412641','ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','promotion','0 INR','Demo','ghaziabad','promotion','Demo','weddingflowerdecoration.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3653,'',0,'15'),(3946,'1711AA0093','Vipin Kumar','Demo','201711007','8510995588','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','NOIDA Sofa House','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3654,'',0,'15'),(3947,'1711AA0094','kamal gaur','kamal@k2gservices.com','201711007','8800130661','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','makemyceiling.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3655,'',0,'15'),(3948,'1711AA0095','Nadmeen','Demo','201711007','9560234439','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','need to discuss','0 INR','Demo','Noida','need to discuss','Demo','http://www.reflectionid.com/','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3656,'',0,'15'),(3949,'1711AA0096','Sumit','Demo','201711007','7738336596','Delhi','India','Fresh','Refrence','Sales','Sales','Demo','Demo','Demo','Demo','Maintenance & Digital Marketing','0 INR','Demo','Delhi','Maintenance & Digital Marketing','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3657,'',0,'15'),(3950,'1711AA0097','Dany Malik','Demo','201711007','9999223338','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','e-commerce','0 INR','Demo','Delhi','e-commerce','Demo','dinkancreations.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3658,'',0,'15'),(3951,'1711AA0098','Dhannu Mal Gupta','dmgupta27@gmail.com','201711007','9811134463','delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','delhi','E-commerce','Demo','footweardata.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3659,'',0,'15'),(3952,'1711AA0099','Brajesh k Jaiswal','brajeshkjaiswal@gmail.com','201711007','8506911777','Ghaziabad','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Travel Portal','0 INR','Demo','Ghaziabad','Travel Portal','Demo','thejingleholidaybazar.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3660,'',0,'15'),(3953,'1711AA0100','Saurabh Kumar','shashwatinfrasolutions2017@gmail.com','201711007','9873036364','Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','dynamic website','0 INR','Demo','Delhi','dynamic website','Demo','shashwatinfra.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3661,'',0,'15'),(3954,'1711AA0101','kapil','kapilch4@gmail.com','201711007','9136401268','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','delhi','Website','Demo','m2mdrinks.com','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3662,'',0,'15'),(3955,'1711AA0102','Deepak Rathi','deepakrathi409@gmail.com','201711007','9911969583','delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce ( Multivendor)','0 INR','Demo','delhi','E-commerce ( Multivendor)','Demo','rayzadio.biz','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3663,'',0,'15'),(3956,'1711AA0103','Vikas Malik','Demo','201711007','9999998647','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3664,'',0,'15'),(3957,'1711AA0104','AMIT JAIN','caamitjain1982@gmail.com','201711007','9871572997','GHAZIABAD','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','portal','0 INR','Demo','GHAZIABAD','portal','Demo','gstprime.co.in','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3665,'',0,'15'),(3958,'1711AA0105','Dileep','Demo','201711007','9911782122','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic Website','0 INR','Demo','Delhi','Dynamic Website','Demo','Demo','other_detail','326','','330','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3666,'',0,'15'),(3959,'1711AA0106','Virendra','sunburst.it.research@gmail.com','201711007','9935425965','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','E-commerce','0 INR','Demo','New Delhi','E-commerce','Demo','rajputdhaba.com','other_detail','326','','331','','','',2,'','dfghjk','20','','','326','2017-11-17 11:31:58','0',3667,'',0,'15'),(3960,'1711AA0107','Pawan','Demo','201711007','9871477022','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','Delhi','Mobile application','Demo','http://www.pssolutionz.com/','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3668,'',0,'15'),(3961,'1711AA0108','Varun','Demo','201711007','�9871591537','�Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Digital marketing','0 INR','Demo','�Noida','Digital marketing','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3669,'',0,'15'),(3962,'1711AA0109','Punit kumar','pkumar151293@gmail.com','201711007','919711140266','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Demo','0 INR','Demo','New delhi','Demo','Demo','mutualfundsipbazar.com','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3670,'',0,'15'),(3963,'1711AA0110','Saurabh Halder','Flyamericanow@gmail.com','201711007','9873834504','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','flyamericanow.us','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3671,'',0,'15'),(3964,'1711AA0111','DEVENDRA SINGH RAGHAV','DEVRAGHAV78@GMAIL.COM','201711007','919971745164','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','infosightsoftwaretechnologie.com','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3672,'',0,'15'),(3965,'1711AA0112','Mohan Kumar','mohankanand@gmail.com','201711007','9811294635','New Delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','New Delhi','Website','Demo','poshehr.info','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3673,'',0,'15'),(3966,'1711AA0113','Parminder Singh','psbadalia@gmail.com','201711007','9910071009','New delhi','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','Mobile application','0 INR','Demo','New delhi','Mobile application','Demo','firstmileaccess.com','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3674,'',0,'15'),(3967,'1711AA0114','AVINASH ','Demo','201711007','9557108832','Dheradhun','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Dheradhun','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3675,'',0,'15'),(3968,'1711AA0115','Anoop gupta','support@cachedsolutions.com','201711007','98991 00739','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications nd SEO','0 INR','Demo','Delhi','Mobile applications nd SEO','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3676,'',0,'15'),(3969,'1711AA0116','Mohd Irshad','Demo','201711007','99905 58612','New Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Mobile applications','0 INR','Demo','New Delhi','Mobile applications','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3677,'',0,'15'),(3970,'1711AA0117','Prakash','rosemaryeventures@gmail.com','9210226851','8447130889','Delhi','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','indianinstituteofvedicmathsandabacus.org','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3678,'',0,'15'),(3971,'1711AA0118','Roshan','gaurav2955@gmail.com','201711007','9540094944','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','dfiller.com','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3679,'',0,'15'),(3972,'1711AA0119','Deepak Goel','Demo','201711007','9811799699','Delhi','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3680,'',0,'15'),(3973,'1711AA0120','Manoj','Demo','201711007','9971397471','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:31:58','0',3681,'',0,'15'),(3974,'1711AA0121','Manoj sharma','no1astrologerindia@gmail.com','201711007','9810563893','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','no1astrologerindia.com','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3712,'',0,'15'),(3975,'1711AA0122','Mayank','Demo','201711007','9650506562','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3713,'',0,'15'),(3976,'1711AA0123','Karan Chopra','Demo','201711007','9991003244','','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3714,'',0,'15'),(3977,'1711AA0124','Gangan','Demo','201711007','9718662881','Ghaziabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Ghaziabad','Mobile apllication','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3715,'',0,'15'),(3978,'1711AA0125','Rajiv Aggarwal','Demo','201711007','9555945206','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3716,'',0,'15'),(3979,'1711AA0126','Alok Arora','aroraalok@hotmail.com','201711007','9811680455','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website ','0 INR','Demo','Delhi','Website ','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3717,'',0,'15'),(3980,'1711AA0127','Pawan Grover','Demo','201711007','9810911777','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3718,'',0,'15'),(3981,'1711AA0128','PS Sharma','Demo','201711007','9205526370','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3719,'',0,'15'),(3982,'1711AA0129','Rajiv Kumar Gupta','Demo','201711007','9810225913','Delhi','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3720,'',0,'15'),(3983,'1711AA0130','Anmol Garg','anmol@qversoft.com','201711007','9990054840','Greater Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Greater Noida','website','Demo','Demo','other_detail','326','','331','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3721,'',0,'15'),(3984,'1711AA0131','Rohan','sales@whoisdb.in','201711007','9357656764','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Delhi','website','Demo','astroloveback.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3722,'',0,'15'),(3985,'1711AA0132','Shiv','Demo','201711007','8802378710','Greater Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Greater Noida','Mobile apllication','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3723,'',0,'15'),(3986,'1711AA0133','Piyush','piyushtripathi0070@gmail.com','201711007','9958498525','Noida','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','sarwaarth.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3724,'',0,'15'),(3987,'1711AA0134','Sunny','sunnytravel93@gmail.com','201711007','8750057777','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3725,'',0,'15'),(3988,'1711AA0135','Khumud Mishra','kumudmishra@live.com','201711007','8920519677','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Dynamic website','0 INR','Demo','Delhi','Dynamic website','Demo','pssworld.org','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3726,'',0,'15'),(3989,'1711AA0136','Vikas Sharma','vikas5937@gmail.com','201711007','9999881919','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','indianartsfoundation.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3727,'',0,'15'),(3990,'1711AA0137','RAKESH','mibsonspharmaceutical@gmail.com','201711007','9555122395','DELHI','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','DELHI','Website','Demo','mibsonspharmaceutical.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3728,'',0,'15'),(3991,'1711AA0138','Vikas Pandey','Demo','201711007','9999418354','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Mobile apllication','0 INR','Demo','Noida','Mobile apllication','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3729,'',0,'15'),(3992,'1711AA0139','Chetan','Demo','201711007','9582058187','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3730,'',0,'15'),(3993,'1711AA0140','Sartaj','Demo','201711007','8745834019','','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Demo','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3731,'',0,'15'),(3994,'1711AA0141','Sanjay','Demo','201711007','9810521394','Noida','India','Fresh','Others','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Noida','Online Promotion','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3732,'',0,'15'),(3995,'1711AA0142','Parvesh Aggarwal','Demo','201711007','9811997786','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3733,'',0,'15'),(3996,'1711AA0143','Ashish Rastogi','Demo','201711007','9990382379','Ghaizabad','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Ghaizabad','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3734,'',0,'15'),(3997,'1711AA0144','Manoj ','Demo','201711007','9999375761','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Noida','Website','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3735,'',0,'15'),(3998,'1711AA0145','Amit Raju','amitrajurepairbay@gmail.com','201711007','9811557220','Delhi','India','Fresh','WhoIS','Sales','Sales','Demo','Demo','Demo','Demo','Website','0 INR','Demo','Delhi','Website','Demo','repairbays.org','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3736,'',0,'15'),(3999,'1711AA0146','Demo','Demo','201711007','9891481833','Delhi','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','Online Promotion','0 INR','Demo','Delhi','Online Promotion','Demo','Demo','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3737,'',0,'15'),(4000,'1711AA0147','Manoj Shukla','manojshuk.82@gmail.com','201711007','9811790304','Noida','India','Fresh','Whois','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','admconsultinginc.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3738,'',0,'15'),(4001,'1711AA0148','Gurpreet Singh','Gurpreet.singh@jaypeeplus.com','201711007','9999124783','Noida','India','Fresh','Google','Sales','Sales','Demo','Demo','Demo','Demo','SEO (24 Keywords)','0 INR','Demo','Noida','SEO (24 Keywords)','Demo','http://jaypeeplus.com/','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3739,'',0,'15'),(4002,'1711AA0149','Shabahat Husain','Demo','201711007','9582898579','Noida','India','Fresh','Facebook','Sales','Sales','Demo','Demo','Demo','Demo','website','0 INR','Demo','Noida','website','Demo','http://www.easymall.in/www.alipacket.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3740,'',0,'15'),(4003,'1711AA0150','Anil Kumar Sharma','reachanil001@gmail.com','201711007','9810354966','Noida','India','Fresh','whois','Sales','Sales','Demo','Demo','Demo','Demo','website, education','0 INR','Demo','Noida','website, education','Demo','fasttrackprogress.com','other_detail','326','','332','','','',1,'','','','','','326','2017-11-17 11:32:11','0',3741,'',0,'15'),(4004,'1711AA0136','Vipin','Demo','21Nov','9811721614','Noida','India','Fresh','WhoIS','Website','','','','Neha','','Webiste','','','Noida','Webiste','','IT ','other_detail','242','244','245','','','',4,'','call on 27 nov','','22-11-2017 - 18:05 ,Wednesday','','242','2017-11-21 12:27:33','0',3802,'',0,'13'),(4005,'1711AA0137','NS Sharma','Demo','21Nov','9810073871','3032/6, 3rd Floor, Plaza Appartment, Qaziwara, Darya ganj','','','Google','Website','','','','Henaa','','Webiste','','','','Webiste','','IT ','other_detail','242','244','246','','','',4,'','Follow up on 22 Nov','','22-11-2017 - 18:30 ,Wednesday','','242','2017-11-21 12:27:33','0',3803,'',0,'13'),(4006,'1711AA0138','Usama','redoxfurniture@gmail.com','21Nov','83760 98518','new delhi','','','Facebook','E-commerce','','','','Hena','','E-Commerce','','','','E-Commerce','','IT ','other_detail','242','244','246','','','',4,'','Follow on 22 nov','','22-11-2017 - 23:30 ,Wednesday','','242','2017-11-21 12:27:33','0',3804,'',0,'13'),(4007,'1711AA2283','Anurag','Demo','20','9953039746','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intrested for devika gold homz, 876 sqft.( 15-nov)// he is purchase property devika gold homz. \r','','15-11-2017 - 13:00 ,Wednesday','','131','2017-11-22 06:18:05','0',3805,'',0,'1'),(4008,'1711AA2284','Anupam','Demo','20','7838514366','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk ready to move  below 10th floor , budget 32 lac .\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:05','0',3806,'',0,'1'),(4009,'1711AA2285','Anurag','Demo','20','9322444264','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intretsed for mahagun my woods, 960 sqft, \r','','19-11-2017 - 14:30 ,Sunday','','131','2017-11-22 06:18:05','0',3807,'',0,'1'),(4010,'1711AA2286','Sunil sharma ','Demo','20','9717736000','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit tomm @ Sunday // he is coming site visit Sunday \r','','19-11-2017 - 13:30 ,Sunday','','131','2017-11-22 06:18:05','0',3808,'',0,'1'),(4011,'1711AA2287','Nitin','Demo','20','7291976261','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Saturday \r','','18-11-2017 - 13:30 ,Saturday','','131','2017-11-22 06:18:05','0',3809,'',0,'1'),(4012,'1711AA2288','Mr Raj','Demo','20','8800320994','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Please call me Sunday.\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:05','0',3810,'',0,'1'),(4013,'1711AA2289','Ravinder Singh ','Demo','20','9210845989','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 1 bhk ready to move , budget 15 lac\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:05','0',3811,'',0,'1'),(4014,'1711AA2290','Raj kumar','Demo','20','9411007080','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked \r','0','','','131','2017-11-22 06:18:05','0',3812,'',0,'1'),(4015,'1711AA2291','Mayur','Demo','20','9958070174','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, Divyansh floora, galaxy na-ii, he is intrested for galaxy nai-ii, 1070 sqft\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:05','0',3813,'',0,'1'),(4016,'1711AA2292','Rajneesh sharma','Demo','20','9891244569','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done , please give me some time discuss with other person.\r','','20-11-2017 - 13:30 ,Monday','','131','2017-11-22 06:18:05','0',3814,'',0,'1'),(4017,'1711AA2293','Irfan Ahmad ','Demo','20','9650295017','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','NOT PICK','0','','','131','2017-11-22 06:18:05','0',3815,'',0,'1'),(4018,'1711AA2294','Saurabh','Demo','20','9971216680','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, galaxy na-ii, 920 sqft.\r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:05','0',3816,'',0,'1'),(4019,'1711AA2295','Rajesh khurana','Demo','20','9810287607','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not eligibal this plan, age 60 years old person\r','0','','','131','2017-11-22 06:18:05','0',3817,'',0,'1'),(4020,'1711AA2296','Shailesh','Demo','20','9311193651','Noida','India','Fresh','Times emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked// call not picked//  busy now\r','0','','','131','2017-11-22 06:18:05','0',3818,'',0,'1'),(4021,'1711AA2297','Rajesh khurana','Demo','20','9810287607','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','REPEAT','0','','','131','2017-11-22 06:18:05','0',3819,'',0,'1'),(4022,'1711AA2298','Shailesh','Demo','20','9311193651','Noida','India','Fresh','Times emailer','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat','0','','','131','2017-11-22 06:18:05','0',3820,'',0,'1'),(4023,'1711AA2299','Abhay','Demo','20','9699727180','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done,galaxy na-ii, he is intrested for 925 sqft, galaxy na-ii.// he is intretsed for gaur 1st avunes 910sqft. Below 10th floor.\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:05','0',3821,'',0,'1'),(4024,'1711AA2300','Devendra','Demo','20','7895566356','Noida','India','Fresh','Times emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked // call not picked\r','0','','','131','2017-11-22 06:18:05','0',3822,'',0,'1'),(4025,'1711AA2301','Subhash Jha','Demo','20','9717143692','Noida','India','Fresh','Ambar Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit this weekand// he is coming site visit this weekand, please call me 1 dec\r','','01-12-2017 - 13:00 ,Friday','','131','2017-11-22 06:18:05','0',3823,'',0,'1'),(4026,'1711AA2302','Dev ','Demo','20','8802987339','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intretsed for ajnara homes. 1000 sqft. Budget 36 lac all inclusive.//  he is coiming site visit this weekand.\r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:05','0',3824,'',0,'1'),(4027,'1711AA2303','Samar ','Demo','20','9899086288','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already Purchased\r','0','','','131','2017-11-22 06:18:05','0',3825,'',0,'1'),(4028,'1711AA2304','Mr. Kapil ','Demo','20','9891486150','Noida','India','Fresh','Ambar Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no reqirment\r','0','','','131','2017-11-22 06:18:05','0',3826,'',0,'1'),(4029,'1711AA2305','Dharmendar ','Demo','20','8085955930','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked// call me after 7 pm.// call me evening.\r','0','','','131','2017-11-22 06:18:05','0',3827,'',0,'1'),(4030,'1711AA2306','Prateek','Demo','20','9015820247','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he Is coming site visit Saturday and Sunday// site visit done , galaxy na-ii, arihnat amber, he is intrested for arihnat amber .1150 sqft.\r','','20-11-2017 - 13:00 ,Monday','','131','2017-11-22 06:18:05','0',3828,'',0,'1'),(4031,'1711AA2307','Himalaya pratap singh','Demo','20','9871886418','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done , galaxy na-ii, divyansh floora, he want 2bhk ready to  move @ under constursation. Budget 30 lac.// he is coming site visit 2nd time this weekand\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:05','0',3829,'',0,'1'),(4032,'1711AA2308','R.S yadav','Demo','20','8920269272','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he Is not coming site visit yestrday, // call not picked\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:05','0',3830,'',0,'1'),(4033,'1711AA2309','Gaurav kumar','Demo','20','9401061126','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he Is coming site visit Saturday and Sunday// call not picked.\r','','27-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:05','0',3831,'',0,'1'),(4034,'1711AA2310','Vinay','Demo','20','9811941048','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is plan site visit this weekand.// call  not picked\r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:05','0',3832,'',0,'1'),(4035,'1711AA2311','Vipendra verma','Demo','20','9987253929','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','please give projects details,  I will chek project lay out and location, then I will plan site visit.// he is coming site visit this weekand.\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-22 06:18:05','0',3833,'',0,'1'),(4036,'1711AA2312','Pawan ','Demo','20','9958555752','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit plan coming Sunday// call not picked\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:05','0',3834,'',0,'1'),(4037,'1711AA2313','Rahul','Demo','20','9015618720','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked// call not picked// call not picked\r','0','','','131','2017-11-22 06:18:10','0',3835,'',0,'1'),(4038,'1711AA2314','Ajit','Demo','20','9891073666','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intrested for galaxy vega -995 sqft.// he  is coming site visit this weekand.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:10','0',3836,'',0,'1'),(4039,'1711AA2315','shankar mangla','Demo','20','9971999057','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','tomm meeting confirm.// please call me tomm morning .\r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:10','0',3837,'',0,'1'),(4040,'1711AA2316','Vineet','Demo','20','9899022160','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of service//not reachable\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:10','0',3838,'',0,'1'),(4041,'1711AA2317','Hariom ','Demo','20','9891807154','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','near by metro ,xpressway ,5-10,2bhk,2+s,budget 55lac ,\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:10','0',3839,'',0,'1'),(4042,'1711AA2318','Deepanshu ','Demo','20','9654123307','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reach //notrech \r','0','','','131','2017-11-22 06:18:10','0',3840,'',0,'1'),(4043,'1711AA2319','R b yadav ','Demo','20','8527577341','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back 18th or 19th nov right now busy \r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:10','0',3841,'',0,'1'),(4044,'1711AA2320','Anil kumar ','Demo','20','9458287699','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','out of coverage aera\r','0','','','131','2017-11-22 06:18:10','0',3842,'',0,'1'),(4045,'1711AA2321','Trishal Aggarwal','Demo','20','8090684574','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not respond \r','0','','','131','2017-11-22 06:18:10','0',3843,'',0,'1'),(4046,'1711AA2322','Sushil','Demo','20','9412782961','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reach //notrech \r','0','','','131','2017-11-22 06:18:10','0',3844,'',0,'1'),(4047,'1711AA2323','A singh','Demo','20','9717343169','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reponding \r','0','','','131','2017-11-22 06:18:10','0',3845,'',0,'1'),(4048,'1711AA2324','Krishna','Demo','20','9545551567','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-11-22 06:18:10','0',3846,'',0,'1'),(4049,'1711AA2325','Prakash tiwari','Demo','20','9654941144','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-11-22 06:18:10','0',3847,'',0,'1'),(4050,'1711AA2326','Shawal','Demo','20','9871700484','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reach //notrech \r','0','','','131','2017-11-22 06:18:10','0',3848,'',0,'1'),(4051,'1711AA2327','Anish','Demo','20','8826328882','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Nirala state 1335sqft road facing flor pref 10 to 12 budget 45lacks also pitched divyansh he is interested to visit divyansh in this weekend.\r','','19-11-2017 - 12:30 ,Sunday','','131','2017-11-22 06:18:10','0',3849,'',0,'1'),(4052,'1711AA2328','Vivek ','Demo','20','8368307370','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off\r','0','','','131','2017-11-22 06:18:10','0',3850,'',0,'1'),(4053,'1711AA2329','Abc','Demo','20','9899831432','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic\r','0','','','131','2017-11-22 06:18:10','0',3851,'',0,'1'),(4054,'1711AA2330','S Kumar','Demo','20','9263477110','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:10','0',3852,'',0,'1'),(4055,'1711AA2331','Chetan gaur','Demo','20','9643653630','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','1090sqft in ,arden floor 7 to 14th,budget 40lac fresh and resale both \r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:10','0',3853,'',0,'1'),(4056,'1711AA2332','Mukul Upadhyay','Demo','20','9557399865','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cancel the program pahle search kr tha aab nhi lena \r','0','','','131','2017-11-22 06:18:10','0',3854,'',0,'1'),(4057,'1711AA2333','Prerna','Demo','20','9818742102','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-11-22 06:18:10','0',3855,'',0,'1'),(4058,'1711AA2334','Varun channa','Demo','20','9810805991','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic,call after 30m //interested client but want mou in mail,done from my side kal evn me call kerna h 12th//meeting fixed for 15th nov 2:30pm at cyber city \r','','15-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:10','0',3856,'',0,'1'),(4059,'1711AA2335','Asif jamal ','Demo','20','9999083508','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Payal Ma\'am Reli: intersted client,,meeting fixed for tomorrow 16th nov ,but moring me clt confrim karega kanha milna h//ph not pic //again not pic\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-22 06:18:10','0',3857,'',0,'1'),(4060,'1711AA2336','Harmeet Singh Arora ','Demo','20','8826444166','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done me and Mr Abimanu , client interested,revert after 2days .//busy call back //want some time more ,call 03th dec\r','','03-11-2017 - 12:00 ,Friday','','131','2017-11-22 06:18:10','0',3858,'',0,'1'),(4061,'1711AA2337','Atul Bhatnagar ','Demo','20','9425501067','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','waiting,call cut //again ph cut //again ph cut\r','0','','','131','2017-11-22 06:18:10','0',3859,'',0,'1'),(4062,'1711AA2338','Ashutosh singh ','Demo','20','8527276979','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in evn now he is busy//call morning //ph not pic //budget 60lac ,want 3bhk near possesion ,coming 27th for visit \r','','27-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:10','0',3860,'',0,'1'),(4063,'1711AA2339','Shalini singh','Demo','20','9711473392','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call tomorrow now busy //call not pic //not pic again \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:10','0',3861,'',0,'1'),(4064,'1711AA2340','Neeraj kandwal','Demo','20','8449089371','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off//call not pic //not pic \r','0','','','131','2017-11-22 06:18:10','0',3862,'',0,'1'),(4065,'1711AA2341','Pulkit','Demo','20','9899733237','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','budget 70lac,he want 3bhk ready to move and near possession coming 25th nov for visit,pich divyansh,royal court\r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:10','0',3863,'',0,'1'),(4066,'1711AA2342','Umesh','Demo','20','8010248420','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','now busy call after some time //budget 40lache want 3bhk near possession coming 18th nov for visit //call not pic //coming for visit 26th nov \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:10','0',3864,'',0,'1'),(4067,'1711AA2343','Arvind Gupta','Demo','20','9425111683','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off\r','0','','','131','2017-11-22 06:18:14','0',3865,'',0,'1'),(4068,'1711AA2344','Ankit Raghav ','Demo','20','8419994584','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic//not pic\r','0','','','131','2017-11-22 06:18:14','0',3866,'',0,'1'),(4069,'1711AA2345','Toni','Demo','20','9310971140','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3867,'',0,'1'),(4070,'1711AA2346','Rajesh SHaran','Demo','20','9771425837','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3868,'',0,'1'),(4071,'1711AA2347','Preeti pathak ','Demo','20','9871302849','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-11-22 06:18:14','0',3869,'',0,'1'),(4072,'1711AA2348','Meenakshi shukla ','Demo','20','9818001449','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call\r','0','','','131','2017-11-22 06:18:14','0',3870,'',0,'1'),(4073,'1711AA2349','Amresh gupta','Demo','20','9572533133','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not reach\r','0','','','131','2017-11-22 06:18:14','0',3871,'',0,'1'),(4074,'1711AA2350','Abodh adarsh','Demo','20','9999628152','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off\r','0','','','131','2017-11-22 06:18:14','0',3872,'',0,'1'),(4075,'1711AA2351','Jitendra ','Demo','20','9013850324','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','3bhk 55lacks budget want in gaur city pithced diyvansh nd galaxy call him at sat morning tke tme for  visit.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:14','0',3873,'',0,'1'),(4076,'1711AA2352','Mukesh','Demo','20','9832406700','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3874,'',0,'1'),(4077,'1711AA2353','Navneet joshi','Demo','20','9560554460','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','abi plan hold par hai kyunki abi out of station or bta ni skta kab tk hold krunga.\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:14','0',3875,'',0,'1'),(4078,'1711AA2354','Basant ','Demo','20','9990684788','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3876,'',0,'1'),(4079,'1711AA2355','Joydev ','Demo','20','9990684788','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3877,'',0,'1'),(4080,'1711AA2356','Abhishek kumar','Demo','20','8527293985','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Plan drop\r','0','','','131','2017-11-22 06:18:14','0',3878,'',0,'1'),(4081,'1711AA2357','Divik sharma','Demo','20','9810423908','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Yeh koi property plan he ni kr rha na koi query kari hai kahi par.\r','0','','','131','2017-11-22 06:18:14','0',3879,'',0,'1'),(4082,'1711AA2358','Prachi shukla','Demo','20','8923820555','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Monday ko metting hai second half me,20th nov //ph not pic call many time \r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:14','0',3880,'',0,'1'),(4083,'1711AA2359','Rahul','Demo','20','9717523939','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //alry followup pr hai amit ke pass ,abhi time laega ,call back 25th nov \r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:14','0',3881,'',0,'1'),(4084,'1711AA2360','Manoj kohli','Demo','20','9811275092','Noida','India','Fresh','BookingKar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Abi sirf explore kr rha hai abi koi plan nhi hai phle indrapuram wala flat sale krega toh yha leyga.\r','','05-12-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:14','0',3882,'',0,'1'),(4085,'1711AA2361','Anil Sehgal ','Demo','20','9868527955','Noida','India','Fresh','BookingKar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Wrong no\r','0','','','131','2017-11-22 06:18:14','0',3883,'',0,'1'),(4086,'1711AA2362','Manindra','Demo','20','9818981515','Noida','India','Fresh','BookingKar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','want in gurgaon not in noida or noida ext.\r','0','','','131','2017-11-22 06:18:14','0',3884,'',0,'1'),(4087,'1711AA2363','Ashish taneja ','Demo','20','9899789788','Noida','India','Fresh','BookingKar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not dialling.\r','0','','','131','2017-11-22 06:18:14','0',3885,'',0,'1'),(4088,'1711AA2364','Suresh kumar','Demo','20','9910754849','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Wednesday mrng 22nd nov // 29th nov  meeting fix \r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:14','0',3886,'',0,'1'),(4089,'1711AA2365','Sunil','Demo','20','8368736847','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','s.off \r','0','','','131','2017-11-22 06:18:14','0',3887,'',0,'1'),(4090,'1711AA2366','Sandeep','Demo','20','9582059755','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3888,'',0,'1'),(4091,'1711AA2367','Neeraj ','Demo','20','9910197773','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:14','0',3889,'',0,'1'),(4092,'1711AA2368','Ishank','Demo','20','8802781833','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','R 2 M ,2BHK1 to 5th floor possion 3months budget 25lac ,come for visit 1st week of dec //visit done himalaya 1188sqft ,call back 2nd dec \r','','02-12-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:14','0',3890,'',0,'1'),(4093,'1711AA2369','Pandey','Demo','20','7982572457','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','cut the call//not pic \r','0','','','131','2017-11-22 06:18:14','0',3891,'',0,'1'),(4094,'1711AA2370','Abhi chauhan','Demo','20','9871359657','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Sunday 19th ko visit ke kiye bola hai //raj nagar exct\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:14','0',3892,'',0,'1'),(4095,'1711AA2371','Nishank','Demo','20','8527448774','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Kal mrng mai cl krne ke liye bola hai tme dega visit ke liye for exotica.//\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:14','0',3893,'',0,'1'),(4096,'1711AA2372','Saurabh','Demo','20','8368956240','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','musarraf KA client hai uske followup me hai \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:14','0',3894,'',0,'1'),(4097,'1711AA2373','Divita','Demo','20','9560362666','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not pic // not interested \r','0','','','131','2017-11-22 06:18:20','0',3895,'',0,'1'),(4098,'1711AA2374','Saurabh kapoor','Demo','20','9810782897','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-22 06:18:20','0',3896,'',0,'1'),(4099,'1711AA2375',' Manoj pandey ','Demo','20','9999297332','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done waiting for Docx//he want time call 26th nov //not interested \r','0','','','131','2017-11-22 06:18:20','0',3897,'',0,'1'),(4100,'1711AA2376','','Demo','20','9773739500','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' want resale in palm olmpiya 1457sqft lst deal 52lacks ki mili hai agr kch bst hai toh chq dene ke liye redy hai flor koi bhi chlta hai.\r','','27-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:20','0',3898,'',0,'1'),(4101,'1711AA2377','','Demo','20','9183689562','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','dose not ext\r','0','','','131','2017-11-22 06:18:20','0',3899,'',0,'1'),(4102,'1711AA2378','Prashant','Demo','20','8376841412','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pic //alry booked \r','0','','','131','2017-11-22 06:18:20','0',3900,'',0,'1'),(4103,'1711AA2379','lokesh','Demo','20','8826517163','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want for investment purpose pitced abode nd ambar sent details on mail than he revert me.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3901,'',0,'1'),(4104,'1711AA2380','kk Vajpayee','Demo','20','9810482566','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pic //want government flats \r','0','','','131','2017-11-22 06:18:20','0',3902,'',0,'1'),(4105,'1711AA2381','Alok','Demo','20','9911796426','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-11-22 06:18:20','0',3903,'',0,'1'),(4106,'1711AA2382','Bhavesh karan ','Demo','20','9818790707','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Talked with customer,we are meeting tomorrow VB at 11/30 at nagloi najafgeher//meeting done sent document check list on whatup/fill reject \r','0','','','131','2017-11-22 06:18:20','0',3904,'',0,'1'),(4107,'1711AA2383','Nishant','Demo','20','9650843211','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-11-22 06:18:20','0',3905,'',0,'1'),(4108,'1711AA2384','Vinod','Demo','20','8750658179','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is coming Sunday26th nov  for visit mahagun mywood 935 n panchsheel 915/1105 resale option//call back \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3906,'',0,'1'),(4109,'1711AA2385','Abhay Chandra jha','Demo','20','9810741977','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','customer not met at given time due to some work he say call me 21st nov//not interested \r','0','','','131','2017-11-22 06:18:20','0',3907,'',0,'1'),(4110,'1711AA2386','Aseem','Demo','20','8800337866','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming  today 12:00 pm for site visit Galaxy 2 and Divyansh//visit not done //visit done ,followup \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3908,'',0,'1'),(4111,'1711AA2387','Neha','Demo','20','9999020433','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in arihnat arden and exotica. Int in exotica,1340sqft tower-1, builder hold her inventory\r','','21-11-2017 - 12:30 ,Tuesday','','131','2017-11-22 06:18:20','0',3909,'',0,'1'),(4112,'1711AA2388','Satish kumar','Demo','20','7696062581','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','site visit done in exotica and divyansh. Not interested in extension properties\r','0','','','131','2017-11-22 06:18:20','0',3910,'',0,'1'),(4113,'1711AA2389','D.P singh','Demo','20','9811303949','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in gaur saundaryam, was coming on 12th nov, but did\'nt come, follow up\r','','20-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:20','0',3911,'',0,'1'),(4114,'1711AA2390',' Anand','Demo','20','9540285085','Noida','India','Fresh','Times emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in arden, 935, 1035sqft follow up\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3912,'',0,'1'),(4115,'1711AA2391','Vivek','Demo','20','9773919300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picking please re-schedule\r','0','','','131','2017-11-22 06:18:20','0',3913,'',0,'1'),(4116,'1711AA2392','Gurpreet','Demo','20','9873803027','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in gaur saundaryam, 1550sqft resale follow up\r','','21-11-2017 - 12:35 ,Tuesday','','131','2017-11-22 06:18:20','0',3914,'',0,'1'),(4117,'1711AA2393','Vimal','Demo','20','7044117762','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested only in ace city, 1090sqft, 35-40lacs, call back in next week\r','','18-11-2017 - 12:05 ,Saturday','','131','2017-11-22 06:18:20','0',3915,'',0,'1'),(4118,'1711AA2394','Kumar ','Demo','20','9953797687','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested only in ace city, 1090sqft, 35-40lacs, call back in next week\r','','18-11-2017 - 14:00 ,Saturday','','131','2017-11-22 06:18:20','0',3916,'',0,'1'),(4119,'1711AA2395','Nagendra','Demo','20','9917474611','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick call back\r','0','','','131','2017-11-22 06:18:20','0',3917,'',0,'1'),(4120,'1711AA2396','Sunil','Demo','20','9810041509','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meting/site visit done in our office and site. Int in exotica and divyansh. Follow up\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3918,'',0,'1'),(4121,'1711AA2397','Amit robinson','Demo','20','9811997262','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet today-15 nov\r','','15-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:20','0',3919,'',0,'1'),(4122,'1711AA2398','Sudhanshu','Demo','20','8860422229','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s off lead return\r','0','','','131','2017-11-22 06:18:20','0',3920,'',0,'1'),(4123,'1711AA2399','Kapil','Demo','20','9873635508','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up, seller buyer meeting done. Int in gaur saundaryam.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3921,'',0,'1'),(4124,'1711AA2400','Sandeep','Demo','20','9811962368','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan postponed lead return\r','0','','','131','2017-11-22 06:18:20','0',3922,'',0,'1'),(4125,'1711AA2401','Gaurav','Demo','20','9811304138','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in mahagun, galaxy and divyansh. Follow up\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:20','0',3923,'',0,'1'),(4126,'1711AA2402','Avtash','Demo','20','8826920063','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','want only in ace city, no inventory in resale.lead return\r','0','','','131','2017-11-22 06:18:20','0',3924,'',0,'1'),(4127,'1711AA2403','Nitesh nagpal','Demo','20','9650159777','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet on Friday, suggest his divyansh, vega and ambar.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:25','0',3925,'',0,'1'),(4128,'1711AA2404','Prashant','Demo','20','8800636899','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in sat\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:25','0',3926,'',0,'1'),(4129,'1711AA2405','Sunil kapoor ','Demo','20','9999264629','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not giving for site visit reschedule meeting\r','0','','','131','2017-11-22 06:18:25','0',3927,'',0,'1'),(4130,'1711AA2406','Nitin','Demo','20','8882554117','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back/np\r','0','','','131','2017-11-22 06:18:25','0',3928,'',0,'1'),(4131,'1711AA2407','Santanu','Demo','20','8800200114','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back in weekends only\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:25','0',3929,'',0,'1'),(4132,'1711AA2408','Saurabh','Demo','20','9818866014','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return. Low budget\r','0','','','131','2017-11-22 06:18:25','0',3930,'',0,'1'),(4133,'1711AA2409','Prashant','Demo','20','8800636899','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in sat\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:25','0',3931,'',0,'1'),(4134,'1711AA2410','Akhilesh','Demo','20','9911155283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker lead return\r','0','','','131','2017-11-22 06:18:25','0',3932,'',0,'1'),(4135,'1711AA2411','Akhilesh','Demo','20','9911155283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat no','0','','','131','2017-11-22 06:18:25','0',3933,'',0,'1'),(4136,'1711AA2412','Sahil','Demo','20','9711091997','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return. Looking in prateek laureal\r','0','','','131','2017-11-22 06:18:25','0',3934,'',0,'1'),(4137,'1711AA2413','Anup','Demo','20','9871532245','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 3bhk, 50 lacs, call back\r','','26-11-2017 - 14:30 ,Sunday','','131','2017-11-22 06:18:25','0',3935,'',0,'1'),(4138,'1711AA2414','Ajay  singh','Demo','20','8826677332','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not ineterested\r','0','','','131','2017-11-22 06:18:25','0',3936,'',0,'1'),(4139,'1711AA2415','Amit','Demo','20','9643003682','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meetoday in CP. Follow up\r','','19-11-2017 - 12:30 ,Sunday','','131','2017-11-22 06:18:25','0',3937,'',0,'1'),(4140,'1711AA2416','Raj','Demo','20','9560558270','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','client not picking call lead return\r','0','','','131','2017-11-22 06:18:25','0',3938,'',0,'1'),(4141,'1711AA2417','Sumit gupta ','Demo','20','9811995223','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back in monday at 2 pm\r','','20-11-2017 - 15:00 ,Monday','','131','2017-11-22 06:18:25','0',3939,'',0,'1'),(4142,'1711AA2418','Gaurav','Demo','20','8700535444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in mahagun, 1235sqft resale follow up\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:25','0',3940,'',0,'1'),(4143,'1711AA2419','Bharat methani','Demo','20','7838813889','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not picking my call lead return\r','0','','','131','2017-11-22 06:18:25','0',3941,'',0,'1'),(4144,'1711AA2420','Sukant dubey','Demo','20','9716985871','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in exotica. Int in 1340sqft. Bud issue. Follow up will viist in next week with family\r','','25-11-2017 - 15:00 ,Saturday','','131','2017-11-22 06:18:25','0',3942,'',0,'1'),(4145,'1711AA2421','Nishant','Demo','20','9899322289','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back on 1 dec\r','','01-12-2017 - 12:00 ,Friday','','131','2017-11-22 06:18:25','0',3943,'',0,'1'),(4146,'1711AA2422','Vijay Singh ','Demo','20','8826318829','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will plan dec follow up\r','','12-12-2017 - 12:30 ,Tuesday','','131','2017-11-22 06:18:25','0',3944,'',0,'1'),(4147,'1711AA2423','Rajbhadur ','Demo','20','9868602831','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','bud 30lacs, suggested himalaya, but not interested lead return\r','0','','','131','2017-11-22 06:18:25','0',3945,'',0,'1'),(4148,'1711AA2424','Nikhil ','Demo','20','9810375159','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan drop lead return\r','0','','','131','2017-11-22 06:18:25','0',3946,'',0,'1'),(4149,'1711AA2425',' Dinesh ','Demo','20','9891945449','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in fri morning call back\r','','20-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:25','0',3947,'',0,'1'),(4150,'1711AA2426','Amar Nath','Demo','20','9560135258','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return.call not picking\r','0','','','131','2017-11-22 06:18:25','0',3948,'',0,'1'),(4151,'1711AA2427','Ranjan Kumar','Demo','20','9873597003','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','met with him but did not meet at location. Call back on friday \r','','24-11-2017 - 12:00 ,Friday','','131','2017-11-22 06:18:25','0',3949,'',0,'1'),(4152,'1711AA2428','Amit','Demo','20','9582875882','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. Client will visit possible in week days. Folow up\r','','20-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:25','0',3950,'',0,'1'),(4153,'1711AA2429','Karan','Demo','20','9654086194','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come on sunday follow up\r','','26-11-2017 - 12:05 ,Sunday','','131','2017-11-22 06:18:25','0',3951,'',0,'1'),(4154,'1711AA2430','Darpan Tiwari ','Demo','20','9818499331','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pick call back in eve\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:25','0',3952,'',0,'1'),(4155,'1711AA2431','Manish','Demo','20','8375831193','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return. Booked in indrapuram\r','0','','','131','2017-11-22 06:18:25','0',3953,'',0,'1'),(4156,'1711AA2432','vijay kumar','Demo','20','8527859800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. Lil bit interested in plan. Need some time to decide.\r','','30-11-2017 - 12:30 ,Thursday','','131','2017-11-22 06:18:25','0',3954,'',0,'1'),(4157,'1711AA2433','Hn sah','Demo','20','8178673629','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','already having this lead client not responding on call\r','0','','','131','2017-11-22 06:18:31','0',3955,'',0,'1'),(4158,'1711AA2434','Ankit','Demo','20','9999660089','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Repeat queryy client in follow up \r','0','','','131','2017-11-22 06:18:31','0',3956,'',0,'1'),(4159,'1711AA2435','Gaurav','Demo','20','9871177955','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','mahagun mywoods , 1235sqft, inventory share with client Call back\r','','27-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:31','0',3957,'',0,'1'),(4160,'1711AA2436','Rupesh sharma','Demo','20','9990945644','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','#N/A\r','0','','','131','2017-11-22 06:18:31','0',3958,'',0,'1'),(4161,'1711AA2437','Hemant ','Demo','20','9953854109','Noida','India','Fresh','Data','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone, he is intrested in commercial property\r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:31','0',3959,'',0,'1'),(4162,'1711AA2438','Chandan Sharma ','Demo','20','7827833520','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not elegible\r','0','','','131','2017-11-22 06:18:31','0',3960,'',0,'1'),(4163,'1711AA2439','Amrish Dubey ','Demo','20','9911409642','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intrested\r','0','','','131','2017-11-22 06:18:31','0',3961,'',0,'1'),(4164,'1711AA2440','Aalam khan','Demo','20','9999604009','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not picking\r','0','','','131','2017-11-22 06:18:31','0',3962,'',0,'1'),(4165,'1711AA2441','Mohd Ansari','Demo','20','9312391355','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is searching property in central noida /RTM/25 lac\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:31','0',3963,'',0,'1'),(4166,'1711AA2442','Kishor','Demo','20','8882775067','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is looking property in dehradun-40-50 lac-residencial \r','0','','','131','2017-11-22 06:18:31','0',3964,'',0,'1'),(4167,'1711AA2443','Anmol','Demo','20','9910768469','Noida','India','Fresh','Olx Commercial','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking property south delhi 35 lac\r','0','','','131','2017-11-22 06:18:31','0',3965,'',0,'1'),(4168,'1711AA2444','Rajesh mittal ','Demo','20','9810394915','Noida','India','Fresh','Repeat','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not valid no\r','0','','','131','2017-11-22 06:18:31','0',3966,'',0,'1'),(4169,'1711AA2445','Ravi ','Demo','20','9811182148','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','discussed over the phone, he will think either he invest delhi near karol bagh or noida\r','0','','','131','2017-11-22 06:18:31','0',3967,'',0,'1'),(4170,'1711AA2446','Pravin paunikar','Demo','20','9811693881','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting on 2nd december\r','','02-12-2017 - 13:05 ,Saturday','','131','2017-11-22 06:18:31','0',3968,'',0,'1'),(4171,'1711AA2447','Mohit ','Demo','20','8700974319','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone. He will revert before 15th of jan\r','','15-01-2018 - 12:00 ,Monday','','131','2017-11-22 06:18:31','0',3969,'',0,'1'),(4172,'1711AA2448','Manjeet Dahiya','Demo','20','9911246040','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, he will think and revert\r','','30-11-2017 - 12:30 ,Thursday','','131','2017-11-22 06:18:31','0',3970,'',0,'1'),(4173,'1711AA2449','Mohit','Demo','20','7600075040','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','no response / no response / s off on 27th nov\r','0','','','131','2017-11-22 06:18:31','0',3971,'',0,'1'),(4174,'1711AA2450','Minakshi ','Demo','20','9990151423','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking for mahagun mywood 1110 very low budget return\r','0','','','131','2017-11-22 06:18:31','0',3972,'',0,'1'),(4175,'1711AA2451','Suresh sharma ','Demo','20','7000377290','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking for saundaryam in 4100 all inclusive return\r','0','','','131','2017-11-22 06:18:31','0',3973,'',0,'1'),(4176,'1711AA2452','Nitesh Azad ','Demo','20','9560256848','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done ll give papers by month end.\r','','30-11-2017 - 12:00 ,Thursday','','131','2017-11-22 06:18:31','0',3974,'',0,'1'),(4177,'1711AA2453','Praveen ','Demo','20','9811052832','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','busy … need to call on 27th nov.\r','','27-11-2017 - 15:30 ,Monday','','131','2017-11-22 06:18:31','0',3975,'',0,'1'),(4178,'1711AA2454','Sumit ','Demo','20','9599419205','Noida','India','Fresh','Harshit Sir Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan dropped (return)\r','0','','','131','2017-11-22 06:18:31','0',3976,'',0,'1'),(4179,'1711AA2455','Ramesh','Demo','20','9350208497','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intrested as asking for 5k rate instead of 6k (return)\r','0','','','131','2017-11-22 06:18:31','0',3977,'',0,'1'),(4180,'1711AA2456','Uday Kumar','Demo','20','9990420158','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3978,'',0,'1'),(4181,'1711AA2457','Neeraj singh Chauhan ','Demo','20','7889702760','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','ph not picked twice/ mo s off on 27th nov also…pls arrange call once again\r','0','','','131','2017-11-22 06:18:31','0',3979,'',0,'1'),(4182,'1711AA2458','Lokesh','Demo','20','7011983349','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3980,'',0,'1'),(4183,'1711AA2459','','Demo','20','7838750085','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3981,'',0,'1'),(4184,'1711AA2460','','Demo','20','8802037867','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3982,'',0,'1'),(4185,'1711AA2461','','Demo','20','9703711197','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3983,'',0,'1'),(4186,'1711AA2462','','Demo','20','1204800300','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:31','0',3984,'',0,'1'),(4187,'1711AA2463','','Demo','20','7827116300','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3985,'',0,'1'),(4188,'1711AA2464','','Demo','20','7905249303','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3986,'',0,'1'),(4189,'1711AA2465','','Demo','20','7325398211','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3987,'',0,'1'),(4190,'1711AA2466','','Demo','20','9690551133','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3988,'',0,'1'),(4191,'1711AA2467','','Demo','20','9690258206','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3989,'',0,'1'),(4192,'1711AA2468','Jaidhiman','Demo','20','9910107164','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3990,'',0,'1'),(4193,'1711AA2469','Amrita singh ','Demo','20','9654684685','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3991,'',0,'1'),(4194,'1711AA2470','Vinay srivastav','Demo','20','9307613080','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3992,'',0,'1'),(4195,'1711AA2471','Rohit keshari ','Demo','20','8873915305','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3993,'',0,'1'),(4196,'1711AA2472','Chandan singh ','Demo','20','9810174812','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3994,'',0,'1'),(4197,'1711AA2473','Suman ','Demo','20','9643388896','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3995,'',0,'1'),(4198,'1711AA2474','Ashish singh ','Demo','20','9717764548','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3996,'',0,'1'),(4199,'1711AA2475','Rahul','Demo','20','9582776170','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3997,'',0,'1'),(4200,'1711AA2476','Vineet kumar','Demo','20','9474954989','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3998,'',0,'1'),(4201,'1711AA2477','Mohit kumar','Demo','20','9775422000','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',3999,'',0,'1'),(4202,'1711AA2478','Poyush','Demo','20','7042330081','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4000,'',0,'1'),(4203,'1711AA2479','Lalit kumar ','Demo','20','9899692621','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4001,'',0,'1'),(4204,'1711AA2480','Gaurav','Demo','20','9319090972','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4002,'',0,'1'),(4205,'1711AA2481','Simanta Jena','Demo','20','9717391110','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4003,'',0,'1'),(4206,'1711AA2482','Amit kumar singh','Demo','20','9711012996','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4004,'',0,'1'),(4207,'1711AA2483','Siddharth','Demo','20','8074408348','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4005,'',0,'1'),(4208,'1711AA2484','Kulvir','Demo','20','7013760270','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4006,'',0,'1'),(4209,'1711AA2485','Sriram Behera','Demo','20','9205523692','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4007,'',0,'1'),(4210,'1711AA2486','Ashish','Demo','20','7042250804','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4008,'',0,'1'),(4211,'1711AA2487','Vikas','Demo','20','8092991344','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4009,'',0,'1'),(4212,'1711AA2488','Kk ','Demo','20','9953501506','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4010,'',0,'1'),(4213,'1711AA2489','Animesh Raman','Demo','20','9560320082','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4011,'',0,'1'),(4214,'1711AA2490','Ajay ','Demo','20','8238076861','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4012,'',0,'1'),(4215,'1711AA2491','Neeraj ','Demo','20','9599078543','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4013,'',0,'1'),(4216,'1711AA2492','Satish','Demo','20','9910054240','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:36','0',4014,'',0,'1'),(4217,'1711AA2493','Ujjwal (broker)','Demo','20','8368116562','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4015,'',0,'1'),(4218,'1711AA2494','Anil kr','Demo','20','9999869521','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4016,'',0,'1'),(4219,'1711AA2495','Prem raj','Demo','20','7545088298','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4017,'',0,'1'),(4220,'1711AA2496','Abhishek','Demo','20','9905688456','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4018,'',0,'1'),(4221,'1711AA2497','Amibar','Demo','20','9038680738','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4019,'',0,'1'),(4222,'1711AA2498','Dhirendra','Demo','20','7290059178','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4020,'',0,'1'),(4223,'1711AA2499','Vijay','Demo','20','9463509981','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4021,'',0,'1'),(4224,'1711AA2500','Amit ','Demo','20','9971558075','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4022,'',0,'1'),(4225,'1711AA2501','Ak sharma','Demo','20','9268469690','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4023,'',0,'1'),(4226,'1711AA2502','Neha','Demo','20','9818178895','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4024,'',0,'1'),(4227,'1711AA2503','Jitendra','Demo','20','9643293406','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4025,'',0,'1'),(4228,'1711AA2504','Pramod kr','Demo','20','9996702826','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4026,'',0,'1'),(4229,'1711AA2505','Sachin kr','Demo','20','9591752714','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4027,'',0,'1'),(4230,'1711AA2506','Mohit kr','Demo','20','9775422000','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4028,'',0,'1'),(4231,'1711AA2507','jitendra ','Demo','20','9643301377','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4029,'',0,'1'),(4232,'1711AA2508','Gagan gupta','Demo','20','958462357','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4030,'',0,'1'),(4233,'1711AA2509','Dharmendra ','Demo','20','9136369670','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4031,'',0,'1'),(4234,'1711AA2510','Ravindra ','Demo','20','9601606178','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4032,'',0,'1'),(4235,'1711AA2511','Anuj Garg','Demo','20','9650444050','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4033,'',0,'1'),(4236,'1711AA2512','','Demo','20','9870193376','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4034,'',0,'1'),(4237,'1711AA2513','Sonu','Demo','20','7903250717','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4035,'',0,'1'),(4238,'1711AA2514','Rizwan ','Demo','20','9953709680','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4036,'',0,'1'),(4239,'1711AA2515','Vijay kapoor','Demo','20','9811226722','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4037,'',0,'1'),(4240,'1711AA2516','Babu dey ','Demo','20','9953219049','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4038,'',0,'1'),(4241,'1711AA2517','Ravi','Demo','20','9560777610','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4039,'',0,'1'),(4242,'1711AA2518','Vineet ','Demo','20','8077114638','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4040,'',0,'1'),(4243,'1711AA2519','Sumit','Demo','20','8588851314','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4041,'',0,'1'),(4244,'1711AA2520','Chetan','Demo','20','9910067041','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4042,'',0,'1'),(4245,'1711AA2521','Amit aggarwal','Demo','20','9818781233','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4043,'',0,'1'),(4246,'1711AA2522','wati ','Demo','20','7369022274','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:41','0',4044,'',0,'1'),(4247,'1711AA2523','Sk jain','Demo','20','9811116736','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4045,'',0,'1'),(4248,'1711AA2524','Shalu','Demo','20','9560312847','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4046,'',0,'1'),(4249,'1711AA2525','Keshav','Demo','20','9000465438','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4047,'',0,'1'),(4250,'1711AA2526','','Demo','20','9899633707','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4048,'',0,'1'),(4251,'1711AA2527','','Demo','20','9717127708','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4049,'',0,'1'),(4252,'1711AA2528','','Demo','20','999055710','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4050,'',0,'1'),(4253,'1711AA2529','Cp nigam','Demo','20','8588052580','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4051,'',0,'1'),(4254,'1711AA2530','Nishant','Demo','20','9650168099','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4052,'',0,'1'),(4255,'1711AA2531','Gautam ','Demo','20','9999309256','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4053,'',0,'1'),(4256,'1711AA2532','Navjot','Demo','20','9899376087','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested\r','0','','','131','2017-11-22 06:18:45','0',4054,'',0,'1'),(4257,'1711AA2533','koran','Demo','20','9140703057','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','want plot in  kanpur \r','0','','','131','2017-11-22 06:18:45','0',4055,'',0,'1'),(4258,'1711AA2534','shivam','Demo','20','9910580539','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call back//call not pic//broker \r','0','','','131','2017-11-22 06:18:45','0',4056,'',0,'1'),(4259,'1711AA2535','Promod','Demo','20','9891808161','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4057,'',0,'1'),(4260,'1711AA2536','Surjit ','Demo','20','9711340254','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer not willing to meet\r','0','','','131','2017-11-22 06:18:45','0',4058,'',0,'1'),(4261,'1711AA2537','Sugandh goel ','Demo','20','8802391700','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-22 06:18:45','0',4059,'',0,'1'),(4262,'1711AA2538','Anant chandan','Demo','20','9718020503','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','PSG Lead, Amandeep will do PSG + AR\r','0','','','131','2017-11-22 06:18:45','0',4060,'',0,'1'),(4263,'1711AA2539','Jagat khulbe','Demo','20','9560558834','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer 2nd Meeting Pending\r','','20-11-2017 - 00:00 ,Monday','','131','2017-11-22 06:18:45','0',4061,'',0,'1'),(4264,'1711AA2540','Prashant Sachan','Demo','20','9958889530','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer not willing to meet\r','0','','','131','2017-11-22 06:18:45','0',4062,'',0,'1'),(4265,'1711AA2541','Dev ratna sinha','Demo','20','9999994767','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Followup going on\r','','20-11-2017 - 00:30 ,Monday','','131','2017-11-22 06:18:45','0',4063,'',0,'1'),(4266,'1711AA2542','Vikas jain ','Demo','20','9818257435','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer not willing to meet\r','0','','','131','2017-11-22 06:18:45','0',4064,'',0,'1'),(4267,'1711AA2543','Sunil garg ','Demo','20','9560090459','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','India Bull Customer , \r','0','','','131','2017-11-22 06:18:45','0',4065,'',0,'1'),(4268,'1711AA2544','Saurabh singh','Demo','20','9911430490','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer not willing to meet\r','0','','','131','2017-11-22 06:18:45','0',4066,'',0,'1'),(4269,'1711AA2545','Ashish sahu','Demo','20','9971917505','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Refused, friend of Katiya, only katiyar intrested to meet\r','0','','','131','2017-11-22 06:18:45','0',4067,'',0,'1'),(4270,'1711AA2546','prateek katiyar','Demo','20','9312405882','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Followup going on\r','','20-11-2017 - 13:00 ,Monday','','131','2017-11-22 06:18:45','0',4068,'',0,'1'),(4271,'1711AA2547','Shobhadeep ','Demo','20','8750736746','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming next week he will come to noida for site visit for capetown\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:45','0',4069,'',0,'1'),(4272,'1711AA2548','Ravi','Demo','20','8800115851','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in boulevard-1779, 18-1204, want sun facing flat @ 90 lakhs including TM or transfer_13-11-2017\r','','13-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:45','0',4070,'',0,'1'),(4273,'1711AA2549','Arshid ','Demo','20','9906684080','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','asked to call 8 pm or Saturday Sunday_13-11-2017\r','','13-11-2017 - 14:00 ,Monday','','131','2017-11-22 06:18:45','0',4071,'',0,'1'),(4274,'1711AA2550','Sidharth dhiman','Demo','20','9582474944','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2+study on expressway, want to see 3-4 options, on weekdays he can visit 10am else weekend_13-11-2017\r','','13-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:45','0',4072,'',0,'1'),(4275,'1711AA2551','Gaurav','Demo','20','9719332221','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','specific project, ecocity, upto 5th floor and paras tierea new possession flats, floor upto 5th, full white deal, will visit after unit confirmation, working in bank as a manager in 135 sector, also l','','13-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:45','0',4073,'',0,'1'),(4276,'1711AA2552','Rajesh','Demo','20','9910049123','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans_16/11/17\r','0','','','131','2017-11-22 06:18:45','0',4074,'',0,'1'),(4277,'1711AA2553','Sanjib karmakar','Demo','20','9891029948','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','asked to call morning 11am, not answering in evening_16/11/17, expected site visit on 19-11-17 mywoods, 935 sq.ft, residing in delhi_\r','','19-11-2017 - 13:00 ,Sunday','','131','2017-11-22 06:18:48','0',4075,'',0,'1'),(4278,'1711AA2554','Vikram','Demo','20','9990408866','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done on 2-oct in ajnara heritage-1230 14th floor, final visit on Saturday/Sunday, expected closure of deal_03-11-2017, revisit done on 5-11, grand ajnara 1230 same flat, may final deal on 6-11-1','','13-11-2017 - 12:00 ,Monday','','131','2017-11-22 06:18:48','0',4076,'',0,'1'),(4279,'1711AA2555','Ravi','Demo','20','9336363738','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 1317 sq.ft in elite homes @ 5300 including TM, deal not possible, mkt rate is 5700+, visit already with this client in ajnara grand and urban casa\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:48','0',4077,'',0,'1'),(4280,'1711AA2556','Abhishek','Demo','20','8527077469','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','not in capetown, hyde park, urban casa—wisteria, line disc\r','','18-11-2017 - 13:00 ,Saturday','','131','2017-11-22 06:18:48','0',4078,'',0,'1'),(4281,'1711AA2557','Nitish ','Demo','20','9910288845','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 3 bhk in wisteria-1385, grand ajnara or elite homes, expected visit on Saturday/Sunday\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:48','0',4079,'',0,'1'),(4282,'1711AA2558','Praveen','Demo','20','9999187702','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','9999187702','','02-11-2017 - 13:00 ,Thursday','','131','2017-11-22 06:18:48','0',4080,'',0,'1'),(4283,'1711AA2559','Naveen','Demo','20','7738170068','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','just started searching commercial property, budget 35 lakhs, ready to move or under construction_23/11/17\r','','23-11-2017 - 12:00 ,Thursday','','131','2017-11-22 06:18:48','0',4081,'',0,'1'),(4284,'1711AA2560','Deepak ','Demo','20','9953741268','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans_23/11/17\r','0','','','131','2017-11-22 06:18:48','0',4082,'',0,'1'),(4285,'1711AA2561','Mukesh madan ','Demo','20','9873189340','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','\"first he said he is not interested in any projecty, later he said call me after 30 mins. After 30 min called he didn’t answered\rLooking for younger son who is currently in abroad, interested in eli','','23-11-2017 - 12:00 ,Thursday','','131','2017-11-22 06:18:48','0',4083,'',0,'1'),(4286,'1711AA2562','Himanshu sharma ','Demo','20','7838800189','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','reqd 3bed 2 bath, floor upto 5th only, expected to visit on 23-11-17 by 11-12pm,\r','','23-11-2017 - 12:00 ,Thursday','','131','2017-11-22 06:18:48','0',4084,'',0,'1'),(4287,'1711AA2563','Pooja','Demo','20','9536586586','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','she is residing in dehradoon, will share my number with brother and he will visit on saturday/sunday_22/11/17\r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:48','0',4085,'',0,'1'),(4288,'1711AA2564','Darpan','Demo','20','9818499331','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','upto 6th floor, line disc, not ans_22/11/17\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:48','0',4086,'',0,'1'),(4289,'1711AA2565','Ajay','Demo','20','9810700540','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return To Telesales\r','0','','','131','2017-11-22 06:18:48','0',4087,'',0,'1'),(4290,'1711AA2566','Tashi','Demo','20','9540945053','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Plan Postpone\r','0','','','131','2017-11-22 06:18:48','0',4088,'',0,'1'),(4291,'1711AA2567','Vikrant soni','Demo','20','9711941470 / 9810197865','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metng done, need some time to take call\r','','20-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:48','0',4089,'',0,'1'),(4292,'1711AA2568','Amit','Demo','20','9811825912','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Refuse for metng he try some other channels\r','0','','','131','2017-11-22 06:18:48','0',4090,'',0,'1'),(4293,'1711AA2569','Amit srivastava','Demo','20','7838383824','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','His wife is not well will visit coming sat or sun\r','','19-11-2017 - 14:00 ,Sunday','','131','2017-11-22 06:18:48','0',4091,'',0,'1'),(4294,'1711AA2570','Deepankaj ','Demo','20','7838094027','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not picking up call from the date of lead gen.\r','0','','','131','2017-11-22 06:18:48','0',4092,'',0,'1'),(4295,'1711AA2571','Harsh','Demo','20','8448734145','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not picking up call from the date of lead gen.\r','0','','','131','2017-11-22 06:18:48','0',4093,'',0,'1'),(4296,'1711AA2572','Akshay','Demo','20','9901916056','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','His Father Ashok Gupta will visit today he will call before visit\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:48','0',4094,'',0,'1'),(4297,'1711AA2573','Tarkesh','Demo','20','9540537283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Already had word with him he was planed visit but not picking up calls\r','','19-11-2017 - 13:00 ,Sunday','','131','2017-11-22 06:18:48','0',4095,'',0,'1'),(4298,'1711AA2574','Saurabh','Demo','20','9975950654','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Intrested in Central Noida 3 Project shown also in touch with Gopal Ji (Reliobrix)\r','','20-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:48','0',4096,'',0,'1'),(4299,'1711AA2575','Harsh ','Demo','20','8448734145','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat no','0','','','131','2017-11-22 06:18:48','0',4097,'',0,'1'),(4300,'1711AA2576',' Akshay','Demo','20','9901916056','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat','0','','','131','2017-11-22 06:18:48','0',4098,'',0,'1'),(4301,'1711AA2577','Amit Bhatia ','Demo','20','9811613225','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metng done, need some time to take call\r','','21-11-2017 - 16:00 ,Tuesday','','131','2017-11-22 06:18:48','0',4099,'',0,'1'),(4302,'1711AA2578','Pradeep Singh ','Demo','20','7838475305','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will be visiting on coming Sat or Sun\r','','19-11-2017 - 12:30 ,Sunday','','131','2017-11-22 06:18:48','0',4100,'',0,'1'),(4303,'1711AA2579','Hemant ','Demo','20','9650623444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is not in town he will be back on coming wed i.e 22nd Nov\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:48','0',4101,'',0,'1'),(4304,'1711AA2580','U.K Chandra ','Demo','20','9810015166','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done\r','','19-11-2017 - 14:00 ,Sunday','','131','2017-11-22 06:18:48','0',4102,'',0,'1'),(4305,'1711AA2581','R.k singh','Demo','20','8527084926','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit Done, Need exotica 1235 in 40 lacs \r','','20-11-2017 - 12:30 ,Monday','','131','2017-11-22 06:18:48','0',4103,'',0,'1'),(4306,'1711AA2582','Anil','Demo','20','9868493593','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will visit this Sat or Sun\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:48','0',4104,'',0,'1'),(4307,'1711AA2583',' Alin khan','Demo','20','7011639614','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Shared project details with him, may plan his site visit on coming weekend\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:51','0',4105,'',0,'1'),(4308,'1711AA2584','Malik','Demo','20','9540212627','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Responding \r','0','','','131','2017-11-22 06:18:51','0',4106,'',0,'1'),(4309,'1711AA2585','Vikash Bharti','Demo','20','7070994507','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Intrested \r','0','','','131','2017-11-22 06:18:51','0',4107,'',0,'1'),(4310,'1711AA2586','L. D Sharma','Demo','20','8368552181','Noida','India','Fresh','Abode data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He has plan to visit last Sat or Sun but due to some reasones not able to come he may visit on coming Sat or Sun\r','','19-11-2017 - 14:00 ,Sunday','','131','2017-11-22 06:18:51','0',4108,'',0,'1'),(4311,'1711AA2587','Navneet','Demo','20','9350047662','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Having budget of Rs.30lacs only may come on next week\r','','18-11-2017 - 12:00 ,Saturday','','131','2017-11-22 06:18:51','0',4109,'',0,'1'),(4312,'1711AA2588','Sumit','Demo','20','7827930608','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done yesterday 19th Nov, may come next week again\r','','19-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:51','0',4110,'',0,'1'),(4313,'1711AA2589','Mr Badrish','Demo','20','8130787565','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try 2-3 times but not takeing call\r','0','','','131','2017-11-22 06:18:51','0',4111,'',0,'1'),(4314,'1711AA2590','Rajesh','Demo','20','8602575342','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','May Come on this weekend\r','','21-11-2017 - 12:00 ,Tuesday','','131','2017-11-22 06:18:51','0',4112,'',0,'1'),(4315,'1711AA2591','Dheeraj mehta','Demo','20','9310913535','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will visit this Sat or Sun\r','','25-11-2017 - 13:00 ,Saturday','','131','2017-11-22 06:18:51','0',4113,'',0,'1'),(4316,'1711AA2592','Amit','Demo','20','9560360101','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Wed i.e. 22nd meeting at his office\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-22 06:18:51','0',4114,'',0,'1'),(4317,'1711AA2593','Vineet','Demo','20','7015998133','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will visit this Sat or Sun\r','','25-11-2017 - 12:30 ,Saturday','','131','2017-11-22 06:18:51','0',4115,'',0,'1'),(4318,'1711AA2594','Saurabh singh','Demo','20','9911430490','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Lead Given To Rajan Ji\r','0','','','131','2017-11-22 06:18:51','0',4116,'',0,'1'),(4319,'1711AA2595','Shikhar','Demo','20','9811853016','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will visit this Sat or Sun\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-22 06:18:51','0',4117,'',0,'1'),(4320,'1711AA2596','Vikas','Demo','20','9839174519','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Having budget of Rs.30lacs only may come on next week\r','','25-11-2017 - 12:30 ,Saturday','','131','2017-11-22 06:18:51','0',4118,'',0,'1'),(4321,'1711AA2597','Vikash','Demo','25','8588800287','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming on Sunday- 26th November\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:13','0',4119,'',0,'1'),(4322,'1711AA2598','Krishan kumar','Demo','25','9212531436','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done on 22/11/17, Coming on site visit on Sunday, 26/11/17\r','','26-11-2017 - 14:00 ,Sunday','','131','2017-11-25 10:32:13','0',4120,'',0,'1'),(4323,'1711AA2599','Pawan','Demo','25','9871844337','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer Merting on Monday - 27/11\r','','27-11-2017 - 13:00 ,Monday','','131','2017-11-25 10:32:13','0',4121,'',0,'1'),(4324,'1711AA2600','Abhishek','Demo','25','9716199115','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Galaxy 1250, needs on lower floor, folowing up with Resale Zone\r','','26-11-2017 - 14:05 ,Sunday','','131','2017-11-25 10:32:13','0',4122,'',0,'1'),(4325,'1711AA2601','Abhishek','Demo','25','9716199115','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat','0','','','131','2017-11-25 10:32:13','0',4123,'',0,'1'),(4326,'1711AA2602','Pramod kr','Demo','25','9999915125','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk reday to move budget 35 lac.// he is coming site visit this weekand.\r','','26-11-2017 - 14:30 ,Sunday','','131','2017-11-25 10:32:13','0',4124,'',0,'1'),(4327,'1711AA2603','Ashish ','Demo','25','9643804464','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','budget 55lac ,arden 1375sqft ,Visit expected at 3 pm today\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:13','0',4125,'',0,'1'),(4328,'1711AA2604','Neeraj kumar','Demo','25','9717693955','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','bud 40 to 50 L RTM or 6m, 3 bhk. Will visit on 1 dec.\r','','01-12-2017 - 13:00 ,Friday','','131','2017-11-25 10:32:13','0',4126,'',0,'1'),(4329,'1711AA2605','Kavita ','Demo','25','9717477833','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-25 10:32:13','0',4127,'',0,'1'),(4330,'1711AA2606','Pradeep','Demo','25','8459680586','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time //call not pic \r','0','','','131','2017-11-25 10:32:13','0',4128,'',0,'1'),(4331,'1711AA2607','Zishan','Demo','25','9871076797','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-25 10:32:13','0',4129,'',0,'1'),(4332,'1711AA2608','Monalisha','Demo','25','9958413778','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back 26th nov //call back\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:13','0',4130,'',0,'1'),(4333,'1711AA2609','Sanjeev ','Demo','25','9582726644','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','This clt. Give inverty//paln drop \r','0','','','131','2017-11-25 10:32:13','0',4131,'',0,'1'),(4334,'1711AA2610','Mukund','Demo','25','9643102471','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reach //notrech \r','0','','','131','2017-11-25 10:32:13','0',4132,'',0,'1'),(4335,'1711AA2611','Dipti','Demo','25','9873466057','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 3bhk,near metro station,school,hospitals,budget -75lac floor 6 to 8th //want time \r','','27-11-2017 - 12:00 ,Monday','','131','2017-11-25 10:32:13','0',4133,'',0,'1'),(4336,'1711AA2612','Sumit','Demo','25','8750125803','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s.off//broker \r','0','','','131','2017-11-25 10:32:13','0',4134,'',0,'1'),(4337,'1711AA2613','Rahmatullah ','Demo','25','8595402345','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s.off//broker \r','0','','','131','2017-11-25 10:32:13','0',4135,'',0,'1'),(4338,'1711AA2614','Autar Rehman ','Demo','25','9891277706','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix//meeting done ,will give docs in 2 days because Form 16 and salary slip received from  HR  in 2 days//followup call for doc \r','','01-12-2017 - 13:00 ,Friday','','131','2017-11-25 10:32:13','0',4136,'',0,'1'),(4339,'1711AA2615','Pranav Kumar  ','Demo','25','9911754262','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Ye purani lead hai  1 ghante iske office k bahar wait kiya but inse phone v nahi pic kiya aur message ka reply v nahi kiya  . Pichhali bar 3 October ki v meeting k liye mai aur Gautam dono Gaye the us','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:13','0',4137,'',0,'1'),(4340,'1711AA2616','Ankur ','Demo','25','9896041286','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','es week kai jana pdh gya hai nxt week ayega.3rd dec \r','','03-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:13','0',4138,'',0,'1'),(4341,'1711AA2617','Vivek ','Demo','25','9953398254','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 30 mints    \r','','24-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:13','0',4139,'',0,'1'),(4342,'1711AA2618','Shashank','Demo','25','9717164449','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on wednesday  29th nov \r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:13','0',4140,'',0,'1'),(4343,'1711AA2619','Shobhit','Demo','25','9868256969','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come tomarrow for visit exotica divyansh \r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-25 10:32:13','0',4141,'',0,'1'),(4344,'1711AA2620','Harsha','Demo','25','9873959091','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come tomarrow for divyansh and exotica\r','','25-11-2017 - 12:30 ,Saturday','','131','2017-11-25 10:32:13','0',4142,'',0,'1'),(4345,'1711AA2621','Pramod Gupta ','Demo','25','9711505636','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Interested in property and AR both will come to site and builders visit on 3/12/17 then will give docs because ajnara homes  sec 118 me uski  possession Milne wali thi but 9 months se project ruka hai','','03-12-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:13','0',4143,'',0,'1'),(4346,'1711AA2622','Raze Rahman','Demo','25','9990710950','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','sent mail,mou //call not pic \rreturn','0','','','131','2017-11-25 10:32:13','0',4144,'',0,'1'),(4347,'1711AA2623',' Alim','Demo','25','9711202172','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' kindly coordinate him Sat mrng 11am visit.//920 sqft exctc/for visit coming on 2nd dec \r','','02-12-2017 - 13:00 ,Saturday','','131','2017-11-25 10:32:13','0',4145,'',0,'1'),(4348,'1711AA2624','Sankalp jain','Demo','25','9878881226','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in 1740sqft, resale saundrayam follow up\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-25 10:32:13','0',4146,'',0,'1'),(4349,'1711AA2625','Asif Raees','Demo','25','9839501511','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:13','0',4147,'',0,'1'),(4350,'1711AA2626','Cv singh','Demo','25','8899379506','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit in divyansh, 1015sqft will come with family on sunday\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-25 10:32:13','0',4148,'',0,'1'),(4351,'1711AA2627','Shivam','Demo','25','9889390979','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-11-25 10:32:18','0',4149,'',0,'1'),(4352,'1711AA2628','Shivam Gaurav (brother )','Demo','25','7417687497','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:18','0',4150,'',0,'1'),(4353,'1711AA2629','Pankaj','Demo','25','9810817341','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4151,'',0,'1'),(4354,'1711AA2630','Vikas gupta','Demo','25','9910398520','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. Want some time. Call back on tuesday.\r','','01-02-2018 - 12:00 ,Thursday','','131','2017-11-25 10:32:18','0',4152,'',0,'1'),(4355,'1711AA2631','Rishabh','Demo','25','7838594961','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want all details on call. Call back him again\r','','01-03-2018 - 12:00 ,Thursday','','131','2017-11-25 10:32:18','0',4153,'',0,'1'),(4356,'1711AA2632','Jitender singh','Demo','25','9953838003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back\r','','27-11-2017 - 12:00 ,Monday','','131','2017-11-25 10:32:18','0',4154,'',0,'1'),(4357,'1711AA2633','Anshul ','Demo','25','9971905554','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on 1 dec for site viist\r','','01-12-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:18','0',4155,'',0,'1'),(4358,'1711AA2634','Bhoopendra','Demo','25','9811434460','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','30-11-2017 - 12:00 ,Thursday','','131','2017-11-25 10:32:18','0',4156,'',0,'1'),(4359,'1711AA2635','Shyam sachan','Demo','25','9891363869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet on tuesday\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:18','0',4157,'',0,'1'),(4360,'1711AA2636','Chirag ','Demo','25','9999014997','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking for builder floor, but visit on sat\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:18','0',4158,'',0,'1'),(4361,'1711AA2637','Bharat durgai','Demo','25','8802081285','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done, he is not intrested\r','0','','','131','2017-11-25 10:32:18','0',4159,'',0,'1'),(4362,'1711AA2638','Anand mohan mishra','Demo','25','9560335836','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intrested\r','0','','','131','2017-11-25 10:32:18','0',4160,'',0,'1'),(4363,'1711AA2639','Pushpanjali','Demo','25','9891392079','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','we r not deal expressway, allready convey\r','0','','','131','2017-11-25 10:32:18','0',4161,'',0,'1'),(4364,'1711AA2640','Mehraj','Demo','25','9899390554','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is intrested delhi only \r','0','','','131','2017-11-25 10:32:18','0',4162,'',0,'1'),(4365,'1711AA2641','Abhishek','Demo','25','9717693310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done , he will revert after one week\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:18','0',4163,'',0,'1'),(4366,'1711AA2642','Raghvendra ranjan','Demo','25','9953216277','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','number is incorrect, convey allready\r','0','','','131','2017-11-25 10:32:18','0',4164,'',0,'1'),(4367,'1711AA2643','Anuj mathur','Demo','25','9899988113','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int client meeting done kyc mailed rest he ll give after 5 th dec as he ll come back by australia\r','','05-12-2017 - 12:00 ,Tuesday','','131','2017-11-25 10:32:18','0',4165,'',0,'1'),(4368,'1711AA2644','Ansh khanna','Demo','25','9453105951','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking in mahagun mywoods phase 2 2+1 between 10 15 floor / need to call him with inventory\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:18','0',4166,'',0,'1'),(4369,'1711AA2645','Jyoti/ Saurabh','Demo','25','9582771331','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4167,'',0,'1'),(4370,'1711AA2646','Rahul ','Demo','25','8920304739','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4168,'',0,'1'),(4371,'1711AA2647','Ravi saxena','Demo','25','9417339417','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4169,'',0,'1'),(4372,'1711AA2648','Akash ','Demo','25','8368353693','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4170,'',0,'1'),(4373,'1711AA2649','Yogendra','Demo','25','9835696126','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4171,'',0,'1'),(4374,'1711AA2650','Amit','Demo','25','9969953801','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4172,'',0,'1'),(4375,'1711AA2651','Pawan kr.jha ','Demo','25','9873625942','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4173,'',0,'1'),(4376,'1711AA2652','Pn sharma','Demo','25','8875898132','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4174,'',0,'1'),(4377,'1711AA2653','Gs sharma ','Demo','25','9899404092','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4175,'',0,'1'),(4378,'1711AA2654','Rk rai ','Demo','25','9868630776','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4176,'',0,'1'),(4379,'1711AA2655','Sarvesh singh','Demo','25','9891429590','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4177,'',0,'1'),(4380,'1711AA2656','Sanjeev','Demo','25','9450149923','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:18','0',4178,'',0,'1'),(4381,'1711AA2657','Om prakash','Demo','25','9311142970','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4179,'',0,'1'),(4382,'1711AA2658','Saurabh','Demo','25','8192954016','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4180,'',0,'1'),(4383,'1711AA2659','Divya','Demo','25','7042295015','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4181,'',0,'1'),(4384,'1711AA2660','Raman negi ','Demo','25','9911937873','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4182,'',0,'1'),(4385,'1711AA2661','Lakshya','Demo','25','8130436661','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4183,'',0,'1'),(4386,'1711AA2662','Ajay','Demo','25','9910929492','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4184,'',0,'1'),(4387,'1711AA2663','Dipti ranjan','Demo','25','9971614278','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4185,'',0,'1'),(4388,'1711AA2664','Shyam','Demo','25','8826080305','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4186,'',0,'1'),(4389,'1711AA2665','Amit','Demo','25','9582745295','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4187,'',0,'1'),(4390,'1711AA2666','Mohit ','Demo','25','9999106012','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4188,'',0,'1'),(4391,'1711AA2667','Raj','Demo','25','9654766167','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4189,'',0,'1'),(4392,'1711AA2668','Dheeraj','Demo','25','9810886675','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4190,'',0,'1'),(4393,'1711AA2669','Mansoor Akram','Demo','25','8826788007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4191,'',0,'1'),(4394,'1711AA2670','Raju upadhyay ','Demo','25','9871197275','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4192,'',0,'1'),(4395,'1711AA2671','Sandeep rathore','Demo','25','9910564487','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4193,'',0,'1'),(4396,'1711AA2672','Neeraj','Demo','25','9871109473','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Looking 1500 sq ft @ 65 lakhs ready to move or u/c in central noida, cant stretch budget, area minimum 1500 sq.ft, low budget customer\r','0','','','131','2017-11-25 10:32:23','0',4194,'',0,'1'),(4397,'1711AA2673','Nitin kapoor','Demo','25','9718256327','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','only lotus boulevard, 2+study, budget max 65 lakhs, low budget customer\r','0','','','131','2017-11-25 10:32:23','0',4195,'',0,'1'),(4398,'1711AA2674','Pooja ','Demo','25','8377936908','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','she is looking 1500 sq.ft in central noida with 60-62 lakhs budget, low budget customer, RETURN, she will not go in noida extension, she said if you have property in this budget than please inform_24/','','24-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:23','0',4196,'',0,'1'),(4399,'1711AA2675','Praveen','Demo','25','9717004914','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Looking 1230 sq.ft in ajnara grand heritage, budget 60 lakhs including tm ang registry, discussed capetown, hyde park, urban casa not interested in any project, so low budget customer_;\r','0','','','131','2017-11-25 10:32:23','0',4197,'',0,'1'),(4400,'1711AA2676','Rajesh','Demo','25','9212153349','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 1295 sq.ft in apex athena, floor upto 10th\r','','26-11-2017 - 13:30 ,Sunday','','131','2017-11-25 10:32:23','0',4198,'',0,'1'),(4401,'1711AA2677','Nanda','Demo','25','7838000825','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan dropped\r','0','','','131','2017-11-25 10:32:23','0',4199,'',0,'1'),(4402,'1711AA2678','Ravikant ','Demo','25','9990149013','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4200,'',0,'1'),(4403,'1711AA2679','Sushmita','Demo','25','9717528681','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4201,'',0,'1'),(4404,'1711AA2680','Manish','Demo','25','9599220296','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4202,'',0,'1'),(4405,'1711AA2681','Avinash','Demo','25','9953711666','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4203,'',0,'1'),(4406,'1711AA2682','Ashok','Demo','25','7011690139','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4204,'',0,'1'),(4407,'1711AA2683','Shanky','Demo','25','8299392179','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4205,'',0,'1'),(4408,'1711AA2684','Kapil','Demo','25','9953000883','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4206,'',0,'1'),(4409,'1711AA2685','Faiz akram','Demo','25','9990858653','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4207,'',0,'1'),(4410,'1711AA2686','Sudhakar ','Demo','25','9990163748','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:23','0',4208,'',0,'1'),(4411,'1711AA2687','Raj Arora ','Demo','25','8860630038','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:28','0',4209,'',0,'1'),(4412,'1711AA2688','Rahul','Demo','25','9818793531','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','bizi\r','0','','','131','2017-11-25 10:32:28','0',4210,'',0,'1'),(4413,'1711AA2689','Nishant','Demo','25','9045846078','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switch off\r','0','','','131','2017-11-25 10:32:28','0',4211,'',0,'1'),(4414,'1711AA2690','Ankur','Demo','25','9212790910','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of station,call back on wed 29th nov\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:28','0',4212,'',0,'1'),(4415,'1711AA2691','Gulshan sharma','Demo','25','8800786640','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','residencial,bud 35-40 lac 2bhk,noida extension\r','','28-11-2017 - 14:00 ,Tuesday','','131','2017-11-25 10:32:28','0',4213,'',0,'1'),(4416,'1711AA2692','Amit raj ','Demo','25','9711260482','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','ace city/ace aspire/mywoods/2+1-3bhk\r','','29-11-2017 - 14:10 ,Wednesday','','131','2017-11-25 10:32:28','0',4214,'',0,'1'),(4417,'1711AA2693','Puneet','Demo','25','9873473073','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','studio appartment/retail space\r','','29-11-2017 - 13:00 ,Wednesday','','131','2017-11-25 10:32:28','0',4215,'',0,'1'),(4418,'1711AA2694','Priyanka giri','Demo','25','9723042481','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','10-15 lac bud\r','0','','','131','2017-11-25 10:32:28','0',4216,'',0,'1'),(4419,'1711AA2695','Mayur ','Demo','25','8800618303','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call disconnecting\r','0','','','131','2017-11-25 10:32:28','0',4217,'',0,'1'),(4420,'1711AA2696','Rajesh Malik','Demo','25','9911308360','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:28','0',4218,'',0,'1'),(4421,'1711AA2697','Pinto singh','Demo','25','8811098666','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:28','0',4219,'',0,'1'),(4422,'1711AA2698','Yunus','Demo','25','9.72E+11','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number\r','0','','','131','2017-11-25 10:32:28','0',4220,'',0,'1'),(4423,'1711AA2699','Gautam','Demo','25','9555819797','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not  pick\r','0','','','131','2017-11-25 10:32:28','0',4221,'',0,'1'),(4424,'1711AA2700','Pradeep kumar','Demo','25','7838647014','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','2/3bhk-manesar gurgaon 25-30 lac\r','0','','','131','2017-11-25 10:32:28','0',4222,'',0,'1'),(4425,'1711AA2701','Himanshu kumar ','Demo','25','7289953090','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posponed the plan\r','0','','','131','2017-11-25 10:32:28','0',4223,'',0,'1'),(4426,'1711AA2702','Rahul rawat ','Demo','25','9716250247','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posponed the plan\r','0','','','131','2017-11-25 10:32:28','0',4224,'',0,'1'),(4427,'1711AA2703','Sunil kumar','Demo','25','9899210060','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on wed 29th nov\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:28','0',4225,'',0,'1'),(4428,'1711AA2704','Santosh kumar','Demo','25','9425418659','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:28','0',4226,'',0,'1'),(4429,'1711AA2705','Asheesh','Demo','25','9999683963','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:28','0',4227,'',0,'1'),(4430,'1711AA2706','Batra ','Demo','25','9811383431','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','retail-300-400sqft/RTM/sec-74/76/78 nd noida extension (20000 pr sqft)\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:28','0',4228,'',0,'1'),(4431,'1711AA2707','Rakesh biduri ','Demo','25','9999146857','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','sec-96-110 noida-interested in lotus bullevered-office space 1800sqft-retail-400 sqft-UC possesssion within 2yrs\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:28','0',4229,'',0,'1'),(4432,'1711AA2708','Aditya singh','Demo','25','8150880473','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on tue\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-11-25 10:32:28','0',4230,'',0,'1'),(4433,'1711AA2709','Gaurav ','Demo','25','9811467483','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on mon/call not pick\r','','24-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:28','0',4231,'',0,'1'),(4434,'1711AA2710','Ruchi ','Demo','25','9619827853','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:28','0',4232,'',0,'1'),(4435,'1711AA2711','Sumit Kumar ','Demo','25','8586053254','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intrested\r','0','','','131','2017-11-25 10:32:28','0',4233,'',0,'1'),(4436,'1711AA2712','Arun sharma','Demo','25','9999793131','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he did not go for AR\r','0','','','131','2017-11-25 10:32:28','0',4234,'',0,'1'),(4437,'1711AA2713','Vaibhav vats ','Demo','25','9650516184','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:28','0',4235,'',0,'1'),(4438,'1711AA2714','Sanjeev','Demo','25','9896041286','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat no','0','','','131','2017-11-25 10:32:28','0',4236,'',0,'1'),(4439,'1711AA2715','Rajeev kumar','Demo','25','9312982045','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:28','0',4237,'',0,'1'),(4440,'1711AA2716','Tarachand khinchi','Demo','25','8901416655','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he said call me tomorrow//not pic \r','','25-11-2017 - 12:00 ,Saturday','','131','2017-11-25 10:32:28','0',4238,'',0,'1'),(4441,'1711AA2717','Sanjeev','Demo','25','9896041286','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','es week kai jana pdh gya hai nxt week ayega.3rd dec \r','','03-12-2017 - 13:00 ,Sunday','','131','2017-11-25 10:32:33','0',4239,'',0,'1'),(4442,'1711AA2718','Akshay awasthi ','Demo','25','8527096801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4240,'',0,'1'),(4443,'1711AA2719','Arun','Demo','25','9999338550','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit this weekand. Please call me 1 dec\r','','01-12-2017 - 13:05 ,Friday','','131','2017-11-25 10:32:33','0',4241,'',0,'1'),(4444,'1711AA2720','Ramesh ','Demo','25','9702142200','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy now please call me  evening\r','','24-11-2017 - 14:00 ,Friday','','131','2017-11-25 10:32:33','0',4242,'',0,'1'),(4445,'1711AA2721','Dev','Demo','25','9873665806','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked any time.\r','0','','','131','2017-11-25 10:32:33','0',4243,'',0,'1'),(4446,'1711AA2722','Sohail','Demo','25','8860663003','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done galaxy na-ii . Divyansh floora, he is intretsed for 1015 sqft.\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:33','0',4244,'',0,'1'),(4447,'1711AA2723','Bhuvnesh ','Demo','25','8130181311','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call around 4 o\' clock   //call not pic \r','','25-11-2017 - 16:00 ,Saturday','','131','2017-11-25 10:32:33','0',4245,'',0,'1'),(4448,'1711AA2724','Radha','Demo','25','8076720361','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call around 4 o\' clock   //call not pic \r','','25-11-2017 - 16:00 ,Saturday','','131','2017-11-25 10:32:33','0',4246,'',0,'1'),(4449,'1711AA2725','Jatin','Demo','25','9871303487','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4247,'',0,'1'),(4450,'1711AA2726','Anil kumar','Demo','25','9458287699','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','out of coverage aera\r','0','','','131','2017-11-25 10:32:33','0',4248,'',0,'1'),(4451,'1711AA2727','Anived','Demo','25','9628735499','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call//not pic \r','0','','','131','2017-11-25 10:32:33','0',4249,'',0,'1'),(4452,'1711AA2728','Deepak mehta','Demo','25','9868099280','Noida','India','Fresh','Cancellation','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4250,'',0,'1'),(4453,'1711AA2729','Sarika','Demo','25','9654975345','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4251,'',0,'1'),(4454,'1711AA2730','Ravi Choudhary ','Demo','25','9711927631','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking in ajnara homes will take time / need to call him with inventory\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:33','0',4252,'',0,'1'),(4455,'1711AA2731','Parwez','Demo','25','9990236304','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4253,'',0,'1'),(4456,'1711AA2732','Ravi','Demo','25','9717164025','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4254,'',0,'1'),(4457,'1711AA2733','Surender','Demo','25','9811175723','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:33','0',4255,'',0,'1'),(4458,'1711AA2734','Vikash','Demo','25','8588800287','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Sunday. Call not picked\r','','26-11-2017 - 14:00 ,Sunday','','131','2017-11-25 10:32:33','0',4256,'',0,'1'),(4459,'1711AA2735','Krishan kumar','Demo','25','9212531436','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done, he want 2 bhk ready to move below top floor, budget 30 lac. He is coming site visit Sunday.// he is coming site visit plan this weekand.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:33','0',4257,'',0,'1'),(4460,'1711AA2736','Pawan','Demo','25','9871844337','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intrested for galaxy na-ii, 1250 sqft.// he is coming site visit this weekand.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:33','0',4258,'',0,'1'),(4461,'1711AA2737','Abhishek','Demo','25','9716199115','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk ready to move below 10th floor, he is coming site visit Sunday.// he is intretsed for galaxy na-ii, 1250 sqft, budget 40 lac. \r','','29-11-2017 - 14:00 ,Wednesday','','131','2017-11-25 10:32:33','0',4259,'',0,'1'),(4462,'1711AA2738','Abhishek','Demo','25','9716199115','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat no','0','','','131','2017-11-25 10:32:33','0',4260,'',0,'1'),(4463,'1711AA2739','Pramod kr','Demo','25','9999915125','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk reday to move budget 35 lac.// he is coming site visit this weekand.\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:33','0',4261,'',0,'1'),(4464,'1711AA2740','Ashish ','Demo','25','9643804464','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','budget 55lac ,arden 1375sqft ,Visit expected at 3 pm today\r','','22-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:33','0',4262,'',0,'1'),(4465,'1711AA2741','Neeraj kumar','Demo','25','9717693955','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','bud 40 to 50 L RTM or 6m, 3 bhk. Will visit on 1 dec.\r','','01-12-2017 - 14:00 ,Friday','','131','2017-11-25 10:32:33','0',4263,'',0,'1'),(4466,'1711AA2742','Kavita ','Demo','25','9717477833','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-25 10:32:33','0',4264,'',0,'1'),(4467,'1711AA2743','Pradeep','Demo','25','8459680586','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call any time //call not pic \r','0','','','131','2017-11-25 10:32:33','0',4265,'',0,'1'),(4468,'1711AA2744','Zishan','Demo','25','9871076797','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-11-25 10:32:33','0',4266,'',0,'1'),(4469,'1711AA2745','Monalisha','Demo','25','9958413778','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back 26th nov //call back\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:33','0',4267,'',0,'1'),(4470,'1711AA2746','Sanjeev ','Demo','25','9582726644','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','This clt. Give inverty//paln drop \r','0','','','131','2017-11-25 10:32:33','0',4268,'',0,'1'),(4471,'1711AA2747','Mukund','Demo','25','9643102471','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reach //notrech \r','0','','','131','2017-11-25 10:32:37','0',4269,'',0,'1'),(4472,'1711AA2748','Dipti','Demo','25','9873466057','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 3bhk,near metro station,school,hospitals,budget -75lac floor 6 to 8th //want time \r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:37','0',4270,'',0,'1'),(4473,'1711AA2749','Sumit','Demo','25','8750125803','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s.off//broker \r','0','','','131','2017-11-25 10:32:37','0',4271,'',0,'1'),(4474,'1711AA2750','Rahmatullah ','Demo','25','8595402345','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','client say apne jaha se query ly vaha project n other detail di... Agar pta h to he call karne//broker \r','0','','','131','2017-11-25 10:32:37','0',4272,'',0,'1'),(4475,'1711AA2751','Autar Rehman ','Demo','25','9891277706','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix//meeting done ,will give docs in 2 days because Form 16 and salary slip received from  HR  in 2 days//followup call for doc \r','','29-11-2017 - 12:30 ,Wednesday','','131','2017-11-25 10:32:37','0',4273,'',0,'1'),(4476,'1711AA2752','Pranav Kumar  ','Demo','25','9911754262','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Ye purani lead hai  1 ghante iske office k bahar wait kiya but inse phone v nahi pic kiya aur message ka reply v nahi kiya  . Pichhali bar 3 October ki v meeting k liye mai aur Gautam dono Gaye the us','0','','','131','2017-11-25 10:32:37','0',4274,'',0,'1'),(4477,'1711AA2753','Ankur ','Demo','25','9896041286','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','es week kai jana pdh gya hai nxt week ayega.3rd dec \r','','03-12-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:37','0',4275,'',0,'1'),(4478,'1711AA2754','Vivek ','Demo','25','9953398254','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 30 mints    \r','','24-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:37','0',4276,'',0,'1'),(4479,'1711AA2755','Shashank','Demo','25','9717164449','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on wednesday  29th nov \r','','29-11-2017 - 00:00 ,Wednesday','','131','2017-11-25 10:32:37','0',4277,'',0,'1'),(4480,'1711AA2756','Shobhit','Demo','25','9868256969','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come tomarrow for visit exotica divyansh \r','','25-11-2017 - 00:00 ,Saturday','','131','2017-11-25 10:32:37','0',4278,'',0,'1'),(4481,'1711AA2757','Harsha','Demo','25','9873959091','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come tomarrow for divyansh and exotica\r','','25-11-2017 - 00:00 ,Saturday','','131','2017-11-25 10:32:37','0',4279,'',0,'1'),(4482,'1711AA2758','Pramod Gupta ','Demo','25','9711505636','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Interested in property and AR both will come to site and builders visit on 3/12/17 then will give docs because ajnara homes  sec 118 me uski  possession Milne wali thi but 9 months se project ruka hai','','04-12-2017 - 00:30 ,Monday','','131','2017-11-25 10:32:37','0',4280,'',0,'1'),(4483,'1711AA2759','Raze Rahman','Demo','25','9990710950','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','sent mail,mou //call not pic \r','0','','','131','2017-11-25 10:32:37','0',4281,'',0,'1'),(4484,'1711AA2760',' Alim','Demo','25','9711202172','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' kindly coordinate him Sat mrng 11am visit.//920 sqft exctc/for visit coming on 2nd dec \r','','02-12-2017 - 01:00 ,Saturday','','131','2017-11-25 10:32:37','0',4282,'',0,'1'),(4485,'1711AA2761','Sankalp jain','Demo','25','9878881226','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in 1740sqft, resale saundrayam follow up\r','','25-11-2017 - 00:00 ,Saturday','','131','2017-11-25 10:32:37','0',4283,'',0,'1'),(4486,'1711AA2762','Asif Raees','Demo','25','9839501511','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:37','0',4284,'',0,'1'),(4487,'1711AA2763','Cv singh','Demo','25','8899379506','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit in divyansh, 1015sqft will come with family on sunday\r','','26-11-2017 - 00:05 ,Sunday','','131','2017-11-25 10:32:37','0',4285,'',0,'1'),(4488,'1711AA2764','Shivam','Demo','25','9889390979','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','27-11-2017 - 12:00 ,Monday','','131','2017-11-25 10:32:37','0',4286,'',0,'1'),(4489,'1711AA2765','Shivam Gaurav (brother )','Demo','25','7417687497','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','29-11-2017 - 13:00 ,Wednesday','','131','2017-11-25 10:32:37','0',4287,'',0,'1'),(4490,'1711AA2766','Pankaj','Demo','25','9810817341','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:37','0',4288,'',0,'1'),(4491,'1711AA2767','Vikas gupta','Demo','25','9910398520','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done. Want some time. Call back on tuesday.\r','','26-12-2017 - 12:00 ,Tuesday','','131','2017-11-25 10:32:37','0',4289,'',0,'1'),(4492,'1711AA2768','Rishabh','Demo','25','7838594961','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want all details on call. Call back him again\r','','30-12-2017 - 12:00 ,Saturday','','131','2017-11-25 10:32:37','0',4290,'',0,'1'),(4493,'1711AA2769','Jitender singh','Demo','25','9953838003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call back\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-11-25 10:32:37','0',4291,'',0,'1'),(4494,'1711AA2770','Anshul ','Demo','25','9971905554','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on 1 dec for site viist\r','','01-12-2017 - 13:05 ,Friday','','131','2017-11-25 10:32:37','0',4292,'',0,'1'),(4495,'1711AA2771','Bhoopendra','Demo','25','9811434460','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow up\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:37','0',4293,'',0,'1'),(4496,'1711AA2772','Shyam sachan','Demo','25','9891363869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet on tuesday\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:37','0',4294,'',0,'1'),(4497,'1711AA2773','Chirag ','Demo','25','9999014997','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking for builder floor, but visit on sat\r','','30-12-2017 - 12:00 ,Saturday','','131','2017-11-25 10:32:37','0',4295,'',0,'1'),(4498,'1711AA2774','Bharat durgai','Demo','25','8802081285','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done, he is not intrested\r','0','','','131','2017-11-25 10:32:37','0',4296,'',0,'1'),(4499,'1711AA2775','Anand mohan mishra','Demo','25','9560335836','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intrested\r','0','','','131','2017-11-25 10:32:37','0',4297,'',0,'1'),(4500,'1711AA2776','Pushpanjali','Demo','25','9891392079','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','we r not deal expressway, allready convey\r','0','','','131','2017-11-25 10:32:37','0',4298,'',0,'1'),(4501,'1711AA2777','Mehraj','Demo','25','9899390554','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is intrested delhi only \r','0','','','131','2017-11-25 10:32:41','0',4299,'',0,'1'),(4502,'1711AA2778','Abhishek','Demo','25','9717693310','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done , he will revert after one week\r','','30-12-2017 - 12:00 ,Saturday','','131','2017-11-25 10:32:41','0',4300,'',0,'1'),(4503,'1711AA2779','Raghvendra ranjan','Demo','25','9953216277','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','number is incorrect, convey allready\r','0','','','131','2017-11-25 10:32:41','0',4301,'',0,'1'),(4504,'1711AA2780','Anuj mathur','Demo','25','9899988113','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int client meeting done kyc mailed rest he ll give after 5 th dec as he ll come back by australia\r','','05-12-2017 - 13:00 ,Tuesday','','131','2017-11-25 10:32:41','0',4302,'',0,'1'),(4505,'1711AA2781','Ansh khanna','Demo','25','9453105951','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking in mahagun mywoods phase 2 2+1 between 10 15 floor / need to call him with inventory\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:41','0',4303,'',0,'1'),(4506,'1711AA2782','Jyoti/ Saurabh','Demo','25','9582771331','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4304,'',0,'1'),(4507,'1711AA2783','Rahul ','Demo','25','8920304739','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4305,'',0,'1'),(4508,'1711AA2784','Ravi saxena','Demo','25','9417339417','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4306,'',0,'1'),(4509,'1711AA2785','Akash ','Demo','25','8368353693','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4307,'',0,'1'),(4510,'1711AA2786','Yogendra','Demo','25','9835696126','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4308,'',0,'1'),(4511,'1711AA2787','Amit','Demo','25','9969953801','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4309,'',0,'1'),(4512,'1711AA2788','Pawan kr.jha ','Demo','25','9873625942','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4310,'',0,'1'),(4513,'1711AA2789','Pn sharma','Demo','25','8875898132','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4311,'',0,'1'),(4514,'1711AA2790','Gs sharma ','Demo','25','9899404092','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4312,'',0,'1'),(4515,'1711AA2791','Rk rai ','Demo','25','9868630776','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4313,'',0,'1'),(4516,'1711AA2792','Sarvesh singh','Demo','25','9891429590','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4314,'',0,'1'),(4517,'1711AA2793','Sanjeev','Demo','25','9450149923','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4315,'',0,'1'),(4518,'1711AA2794','Om prakash','Demo','25','9311142970','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4316,'',0,'1'),(4519,'1711AA2795','Saurabh','Demo','25','8192954016','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4317,'',0,'1'),(4520,'1711AA2796','Divya','Demo','25','7042295015','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4318,'',0,'1'),(4521,'1711AA2797','Raman negi ','Demo','25','9911937873','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4319,'',0,'1'),(4522,'1711AA2798','Lakshya','Demo','25','8130436661','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4320,'',0,'1'),(4523,'1711AA2799','Ajay','Demo','25','9910929492','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4321,'',0,'1'),(4524,'1711AA2800','Dipti ranjan','Demo','25','9971614278','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4322,'',0,'1'),(4525,'1711AA2801','Shyam','Demo','25','8826080305','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4323,'',0,'1'),(4526,'1711AA2802','Amit','Demo','25','9582745295','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4324,'',0,'1'),(4527,'1711AA2803','Mohit ','Demo','25','9999106012','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4325,'',0,'1'),(4528,'1711AA2804','Raj','Demo','25','9654766167','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4326,'',0,'1'),(4529,'1711AA2805','Dheeraj','Demo','25','9810886675','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4327,'',0,'1'),(4530,'1711AA2806','Mansoor Akram','Demo','25','8826788007','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:41','0',4328,'',0,'1'),(4531,'1711AA2807','Raju upadhyay ','Demo','25','9871197275','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4329,'',0,'1'),(4532,'1711AA2808','Sandeep rathore','Demo','25','9910564487','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4330,'',0,'1'),(4533,'1711AA2809','Neeraj','Demo','25','9871109473','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Looking 1500 sq ft @ 65 lakhs ready to move or u/c in central noida, cant stretch budget, area minimum 1500 sq.ft, low budget customer\r','0','','','131','2017-11-25 10:32:45','0',4331,'',0,'1'),(4534,'1711AA2810','Nitin kapoor','Demo','25','9718256327','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','only lotus boulevard, 2+study, budget max 65 lakhs, low budget customer\r','0','','','131','2017-11-25 10:32:45','0',4332,'',0,'1'),(4535,'1711AA2811','Pooja ','Demo','25','8377936908','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','she is looking 1500 sq.ft in central noida with 60-62 lakhs budget, low budget customer, RETURN, she will not go in noida extension, she said if you have property in this budget than please inform_24/','0','','','131','2017-11-25 10:32:45','0',4333,'',0,'1'),(4536,'1711AA2812','Praveen','Demo','25','9717004914','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Looking 1230 sq.ft in ajnara grand heritage, budget 60 lakhs including tm ang registry, discussed capetown, hyde park, urban casa not interested in any project, so low budget customer_;\r','0','','','131','2017-11-25 10:32:45','0',4334,'',0,'1'),(4537,'1711AA2813','Rajesh','Demo','25','9212153349','Noida','India','Fresh','Arihant Ambar Advertisement','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 1295 sq.ft in apex athena, floor upto 10th\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:45','0',4335,'',0,'1'),(4538,'1711AA2814','Nanda','Demo','25','7838000825','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan dropped\r','0','','','131','2017-11-25 10:32:45','0',4336,'',0,'1'),(4539,'1711AA2815','Ravikant ','Demo','25','9990149013','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4337,'',0,'1'),(4540,'1711AA2816','Sushmita','Demo','25','9717528681','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4338,'',0,'1'),(4541,'1711AA2817','Manish','Demo','25','9599220296','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4339,'',0,'1'),(4542,'1711AA2818','Avinash','Demo','25','9953711666','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4340,'',0,'1'),(4543,'1711AA2819','Ashok','Demo','25','7011690139','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4341,'',0,'1'),(4544,'1711AA2820','Shanky','Demo','25','8299392179','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4342,'',0,'1'),(4545,'1711AA2821','Kapil','Demo','25','9953000883','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4343,'',0,'1'),(4546,'1711AA2822','Faiz akram','Demo','25','9990858653','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4344,'',0,'1'),(4547,'1711AA2823','Sudhakar ','Demo','25','9990163748','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4345,'',0,'1'),(4548,'1711AA2824','Raj Arora ','Demo','25','8860630038','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:45','0',4346,'',0,'1'),(4549,'1711AA2825','Rahul','Demo','25','9818793531','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','bizi\r','0','','','131','2017-11-25 10:32:45','0',4347,'',0,'1'),(4550,'1711AA2826','Nishant','Demo','25','9045846078','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','switch off\r','0','','','131','2017-11-25 10:32:45','0',4348,'',0,'1'),(4551,'1711AA2827','Ankur','Demo','25','9212790910','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of station,call back on wed 29th nov\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:45','0',4349,'',0,'1'),(4552,'1711AA2828','Gulshan sharma','Demo','25','8800786640','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','residencial,bud 35-40 lac 2bhk,noida extension\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:45','0',4350,'',0,'1'),(4553,'1711AA2829','Amit raj ','Demo','25','9711260482','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','ace city/ace aspire/mywoods/2+1-3bhk\r','','01-12-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:45','0',4351,'',0,'1'),(4554,'1711AA2830','Puneet','Demo','25','9873473073','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','studio appartment/retail space\r','','26-11-2017 - 12:00 ,Sunday','','131','2017-11-25 10:32:45','0',4352,'',0,'1'),(4555,'1711AA2831','Priyanka giri','Demo','25','9723042481','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','10-15 lac bud\r','0','','','131','2017-11-25 10:32:45','0',4353,'',0,'1'),(4556,'1711AA2832','Mayur ','Demo','25','8800618303','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call disconnecting\r','0','','','131','2017-11-25 10:32:45','0',4354,'',0,'1'),(4557,'1711AA2833','Rajesh Malik','Demo','25','9911308360','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:45','0',4355,'',0,'1'),(4558,'1711AA2834','Pinto singh','Demo','25','8811098666','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:45','0',4356,'',0,'1'),(4559,'1711AA2835','Yunus','Demo','25','9.72E+11','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','wrong number\r','0','','','131','2017-11-25 10:32:45','0',4357,'',0,'1'),(4560,'1711AA2836','Gautam','Demo','25','9555819797','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not  pick\r','0','','','131','2017-11-25 10:32:45','0',4358,'',0,'1'),(4561,'1711AA2837','Pradeep kumar','Demo','25','7838647014','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','2/3bhk-manesar gurgaon 25-30 lac\r','0','','','131','2017-11-25 10:32:49','0',4359,'',0,'1'),(4562,'1711AA2838','Himanshu kumar ','Demo','25','7289953090','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posponed the plan\r','0','','','131','2017-11-25 10:32:49','0',4360,'',0,'1'),(4563,'1711AA2839','Rahul rawat ','Demo','25','9716250247','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posponed the plan\r','0','','','131','2017-11-25 10:32:49','0',4361,'',0,'1'),(4564,'1711AA2840','Sunil kumar','Demo','25','9899210060','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on wed 29th nov\r','','29-11-2017 - 17:00 ,Wednesday','','131','2017-11-25 10:32:49','0',4362,'',0,'1'),(4565,'1711AA2841','Santosh kumar','Demo','25','9425418659','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:49','0',4363,'',0,'1'),(4566,'1711AA2842','Asheesh','Demo','25','9999683963','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:49','0',4364,'',0,'1'),(4567,'1711AA2843','Batra ','Demo','25','9811383431','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','retail-300-400sqft/RTM/sec-74/76/78 nd noida extension (20000 pr sqft)\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:49','0',4365,'',0,'1'),(4568,'1711AA2844','Rakesh biduri ','Demo','25','9999146857','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','sec-96-110 noida-interested in lotus bullevered-office space 1800sqft-retail-400 sqft-UC possesssion within 2yrs\r','','29-11-2017 - 12:00 ,Wednesday','','131','2017-11-25 10:32:49','0',4366,'',0,'1'),(4569,'1711AA2845','Aditya singh','Demo','25','8150880473','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on tue\r','','26-12-2017 - 12:00 ,Tuesday','','131','2017-11-25 10:32:49','0',4367,'',0,'1'),(4570,'1711AA2846','Gaurav ','Demo','25','9811467483','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him on mon/call not pick\r','','25-12-2017 - 12:30 ,Monday','','131','2017-11-25 10:32:49','0',4368,'',0,'1'),(4571,'1711AA2847','Ruchi ','Demo','25','9619827853','Noida','India','Fresh','99 Acres','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2017-11-25 10:32:49','0',4369,'',0,'1'),(4572,'1711AA2848','Sumit Kumar ','Demo','25','8586053254','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intrested\r','0','','','131','2017-11-25 10:32:49','0',4370,'',0,'1'),(4573,'1711AA2849','Arun sharma','Demo','25','9999793131','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he did not go for AR\r','0','','','131','2017-11-25 10:32:49','0',4371,'',0,'1'),(4574,'1711AA2850','Vaibhav vats ','Demo','25','9650516184','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4372,'',0,'1'),(4575,'1711AA2851','Sanjeev','Demo','25','9896041286','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4373,'',0,'1'),(4576,'1711AA2852','Rajeev kumar','Demo','25','9312982045','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4374,'',0,'1'),(4577,'1711AA2853','Tarachand khinchi','Demo','25','8901416655','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he said call me tomorrow//not pic \r','','25-11-2017 - 13:00 ,Saturday','','131','2017-11-25 10:32:49','0',4375,'',0,'1'),(4578,'1711AA2854','Sanjeev','Demo','25','9896041286','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','es week kai jana pdh gya hai nxt week ayega.3rd dec \r','','03-12-2017 - 13:00 ,Sunday','','131','2017-11-25 10:32:49','0',4376,'',0,'1'),(4579,'1711AA2855','Akshay awasthi ','Demo','25','8527096801','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4377,'',0,'1'),(4580,'1711AA2856','Arun','Demo','25','9999338550','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit this weekand. Please call me 1 dec\r','','01-12-2017 - 14:00 ,Friday','','131','2017-11-25 10:32:49','0',4378,'',0,'1'),(4581,'1711AA2857','Ramesh ','Demo','25','9702142200','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy now please call me  evening\r','','24-11-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:49','0',4379,'',0,'1'),(4582,'1711AA2858','Dev','Demo','25','9873665806','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked any time.\r','0','','','131','2017-11-25 10:32:49','0',4380,'',0,'1'),(4583,'1711AA2859','Sohail','Demo','25','8860663003','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done galaxy na-ii . Divyansh floora, he is intretsed for 1015 sqft.\r','','29-11-2017 - 13:30 ,Wednesday','','131','2017-11-25 10:32:49','0',4381,'',0,'1'),(4584,'1711AA2860','Bhuvnesh ','Demo','25','8130181311','Noida','India','Fresh','Commonfloor','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call around 4 o\' clock   //call not pic \r','0','','','131','2017-11-25 10:32:49','0',4382,'',0,'1'),(4585,'1711AA2861','Radha','Demo','25','8076720361','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat','0','','','131','2017-11-25 10:32:49','0',4383,'',0,'1'),(4586,'1711AA2862','Jatin','Demo','25','9871303487','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4384,'',0,'1'),(4587,'1711AA2863','Anil kumar','Demo','25','9458287699','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','out of coverage aera\r','0','','','131','2017-11-25 10:32:49','0',4385,'',0,'1'),(4588,'1711AA2864','Anived','Demo','25','9628735499','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call//not pic \r','0','','','131','2017-11-25 10:32:49','0',4386,'',0,'1'),(4589,'1711AA2865','Deepak mehta','Demo','25','9868099280','Noida','India','Fresh','Cancellation','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4387,'',0,'1'),(4590,'1711AA2866','Sarika','Demo','25','9654975345','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:49','0',4388,'',0,'1'),(4591,'1711AA2867','Ravi Choudhary ','Demo','25','9711927631','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking in ajnara homes will take time / need to call him with inventory\r','','01-12-2017 - 12:00 ,Friday','','131','2017-11-25 10:32:53','0',4389,'',0,'1'),(4592,'1711AA2868','Parwez','Demo','25','9990236304','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:53','0',4390,'',0,'1'),(4593,'1711AA2869','Ravi','Demo','25','9717164025','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:53','0',4391,'',0,'1'),(4594,'1711AA2870','Surender','Demo','25','9811175723','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-11-25 10:32:53','0',4392,'',0,'1'),(4595,'1712AA0148','Mudita','Mudita@gmail.com','0937654885','9012266530','Noida','India','Freah','Google','New','Sale','No','No','Neha','10/11/2017','Web','100000','High','Noida','web','Web','','Test','252','258','254','258','260','',5,'','fssfsf','18','','','254','2017-12-01 09:58:47','0',0,'',0,'2'),(4596,'1712AA0149','ice','ice@gmail.com','939857759957','01983784094948858','Noida','India','Freah','e','','','','','918839939','msjm','ISKKM','NDXJKS','MSJJD','JDJHND','JDHHS','JSJJNS','','JNDHJD','256','','256','','','',14,'','','','','','256','2017-12-01 10:05:03','0',0,'',0,'2'),(4597,'1712AA0150','Nice','Test@gmail.com','9837849','918938849','noida','india','','Nice','','k','','jm','nj','kkk','mkk','kkk','kkk','kkk','kkk','kkk','','kkk','252','258','252','258','258','258',11,'HOT','Test ','Web','2017-12-13 12:49:51','','252','2017-12-01 10:08:31','0',0,'file-5a30d4973ca4f-1513149616.24586.jpeg',1,'2'),(4598,'1712AA0151','uy','iii','uui','uii','iii','iii','iii','q','iii','iii','iii','iii','iii','ii','ii','ii','i','ii','i','i','','i','252','258','252','','','',6,'','ss','18','','','256','2017-12-01 10:10:04','0',0,'',0,'2'),(4599,'1712AA0152','m','kk','jjbb','kk','kkhbg','ffg','vg','q','ff','ff','ff','ff','f','f','ff','ff','f','ffh','hhb','hh','','hh','258','','','258','258','258',14,'','','','','','258','2017-12-01 10:11:54','0',0,'',0,'2'),(4600,'1712AA0153','jsjj','kksk','llsk','kskk','kksm','kksk','ksk','SM','kdkkd','kdkk','ksk','kdk','ldk','kskks','kskks','kskds','kkdk','ksk','kskk','kskk','','kskks','260','','','260','260','260',8,'','dsxszedxx','0','','','260','2017-12-01 10:15:39','0',0,'',0,'2'),(4601,'1712AA0154','aa','a','aa','a','aa','s','ss','a','seddf','g','hh','hh','gfv','ff','fvg','gv','gg','jj','kjh,','gh','','uhuh','261','','','261','260','261',7,'','hjgtkjhk','0','27-01-2018 - 12:00 ,Saturday','','261','2017-12-01 10:17:30','0',0,'',0,'2'),(4604,'1712AA2871','Sumit khanna ','Demo','30','7838399515','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 3 bhk reday to  move below 10th floor.he is coming site visit this weekand.\r','','02-12-2017 - 01:00 ,Saturday','','131','2017-12-02 05:54:26','0',4393,'',0,'1');
INSERT INTO `mstr_leads` (`lead_id`, `lead_code`, `name`, `email`, `phone`, `mobile`, `city`, `country`, `status`, `source`, `tol`, `tsr`, `msg`, `plan_to_buy`, `contacted_by`, `msg_date`, `interested`, `budget`, `high_lead`, `pref_loc`, `look_for`, `subject`, `project_name`, `other_detail`, `assign_by`, `assign_to`, `assign_tc`, `sales_by`, `sales_to`, `sales_tc`, `lead_status`, `lead_cat`, `remark`, `prod_id`, `follow_time`, `action`, `user_id`, `upload_date`, `del_id`, `rev_id`, `docs`, `lead_done`, `company_id`) VALUES (4605,'1712AA2872','Shweta  daniel','Demo','30','7351248602','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he wan 2 bhk ready to move below 10th floor. She is coming site visit this weekand.\r','','02-12-2017 - 00:00 ,Saturday','','131','2017-12-02 05:54:26','0',4394,'',0,'1'),(4606,'1712AA2873','Mahadev','Demo','30','9953545149','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2+study, he is coming site visit this weekand.\r','','02-12-2017 - 01:05 ,Saturday','','131','2017-12-02 05:54:26','0',4395,'',0,'1'),(4607,'1712AA2874','Ravi shankar Prasad ','Demo','30','7597216690','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is planing site visit Sunday.\r','','03-12-2017 - 00:00 ,Sunday','','131','2017-12-02 05:54:26','0',4396,'',0,'1'),(4608,'1712AA2875','Richa','Demo','30','9671548400','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk ready to move below 5th floor wating 4 month , he is coming site visit saunday.\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4397,'',0,'1'),(4609,'1712AA2876','Vipin garg','Demo','30','9711260626','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not intretsed for this plan.no comfirmesation meeting time.\r','0','','','131','2017-12-02 05:54:26','0',4398,'',0,'1'),(4610,'1712AA2877','Ajeet','Demo','30','9911935861','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4399,'',0,'1'),(4611,'1712AA2878','Nishant','Demo','30','9990726728','Noida','India','Fresh','Exotica emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','I will send broucher in what\'s up den he ll short listed den ll visit\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4400,'',0,'1'),(4612,'1712AA2879','Anil gupta','Demo','30','7835000132','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','anil Gupta ph pick nahi kar raha hai\r','0','','','131','2017-12-02 05:54:26','0',4401,'',0,'1'),(4613,'1712AA2880','Krishna Reddy putta','Demo','30','8800994106','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on next week 3rd dec  already run HL  And 50 k EMI is going on\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4402,'',0,'1'),(4614,'1712AA2881','Sudha ','Demo','30','8398934159','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit 3rd dec divyansh ,himalaya & nirala estate bujet 35lac \r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4403,'',0,'1'),(4615,'1712AA2882','Ashok ','Demo','30','9999918015','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic any time \r','0','','','131','2017-12-02 05:54:26','0',4404,'',0,'1'),(4616,'1712AA2883','Subrata','Demo','30','7042236535','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','searching 1245 nirala stata call evening//call not pic \r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4405,'',0,'1'),(4617,'1712AA2884','Dhruv aggarwal','Demo','30','9871306411','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','already touch with chetan sir so return\r','0','','','131','2017-12-02 05:54:26','0',4406,'',0,'1'),(4618,'1712AA2885','Renu ','Demo','30','9810200722','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming on saturday ...\r','','02-12-2017 - 14:00 ,Saturday','','131','2017-12-02 05:54:26','0',4407,'',0,'1'),(4619,'1712AA2886','Ompal Singh','Demo','30','8448294877','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'',' call in evening//not pic \r','0','','','131','2017-12-02 05:54:26','0',4408,'',0,'1'),(4620,'1712AA2887','Harish','Demo','30','8390803773','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','budged 35 lac he want 2bhk ready to move in Sec 137 Noida expressway , Not possible , not interested other location\r','0','','','131','2017-12-02 05:54:26','0',4409,'',0,'1'),(4621,'1712AA2888','Vineeta','Demo','30','9636859034','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','now busy call tomorrow//she want 2 bhk ready to move in noida ya near noida ,she said discuse husband than confrim when coming for visit site \r','','04-12-2017 - 12:00 ,Monday','','131','2017-12-02 05:54:26','0',4410,'',0,'1'),(4622,'1712AA2889','Sharma','Demo','30','7210880686','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2017-12-02 05:54:26','0',4411,'',0,'1'),(4623,'1712AA2890',' Ranjeet Singh','Demo','30','9560390059','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //meeting done 30th nov ,want time for visit \r','','30-11-2017 - 15:30 ,Thursday','','131','2017-12-02 05:54:26','0',4412,'',0,'1'),(4624,'1712AA2891','Kavi','Demo','30','9891480355','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4413,'',0,'1'),(4625,'1712AA2892','Indu','Demo','30','9891938314','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4414,'',0,'1'),(4626,'1712AA2893','Anand','Demo','30','9910061124','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4415,'',0,'1'),(4627,'1712AA2894','Kumar','Demo','30','9911644596','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4416,'',0,'1'),(4628,'1712AA2895','Ankit  rastogi','Demo','30','8447372594','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4417,'',0,'1'),(4629,'1712AA2896','Amit bajaj','Demo','30','9891955562','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4418,'',0,'1'),(4630,'1712AA2897','Anived','Demo','30','9628735499','Noida','India','Fresh','Repeat','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call//not pic \r','0','','','131','2017-12-02 05:54:26','0',4419,'',0,'1'),(4631,'1712AA2898','Pratibha','Demo','30','9560422558','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:26','0',4420,'',0,'1'),(4632,'1712AA2899','Abhilash','Demo','30','9560545109','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit on 3 dec \r','','03-12-2017 - 13:00 ,Sunday','','131','2017-12-02 05:54:26','0',4421,'',0,'1'),(4633,'1712AA2900','Rakesh','Demo','30','8376933628','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in exotica and client budget is 40 lacs. Follow up\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:26','0',4422,'',0,'1'),(4634,'1712AA2901','Nikhil sharma ','Demo','30','7827134204','Noida','India','Fresh','Repeat','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is saying did not speak to anyone, cutt off call lead return\r','0','','','131','2017-12-02 05:54:30','0',4423,'',0,'1'),(4635,'1712AA2902','Suyash Kumar ','Demo','30','7033685515','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick call back\r','0','','','131','2017-12-02 05:54:30','0',4424,'',0,'1'),(4636,'1712AA2903','Pradeep','Demo','30','9811762027','Noida','India','Fresh','Self','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4425,'',0,'1'),(4637,'1712AA2904','Yogesh ','Demo','30','9873145110','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit in weekend. Call back\r','','03-12-2017 - 13:00 ,Sunday','','131','2017-12-02 05:54:30','0',4426,'',0,'1'),(4638,'1712AA2905','Rahul sharma','Demo','30','9971973756','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return not responding \r','0','','','131','2017-12-02 05:54:30','0',4427,'',0,'1'),(4639,'1712AA2906','Shubham ','Demo','30','9821214060','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','int in exotica, 1705sqft resale. Will come on sat\r','','02-12-2017 - 12:00 ,Saturday','','131','2017-12-02 05:54:30','0',4428,'',0,'1'),(4640,'1712AA2907','Humayun Hassan ','Demo','30','9911793693','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come on sat 2 dec for site visit\r','','02-12-2017 - 13:00 ,Saturday','','131','2017-12-02 05:54:30','0',4429,'',0,'1'),(4641,'1712AA2908',' Alok pandey','Demo','30','7529931915','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return he is saying will call back if interested\r','0','','','131','2017-12-02 05:54:30','0',4430,'',0,'1'),(4642,'1712AA2909','Abhinav ','Demo','30','9582416270','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call today at 11 am\r','','27-11-2017 - 13:00 ,Monday','','131','2017-12-02 05:54:30','0',4431,'',0,'1'),(4643,'1712AA2910','Aseem','Demo','30','8588805043','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4432,'',0,'1'),(4644,'1712AA2911','Vinit Saxena','Demo','30','9560549001','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4433,'',0,'1'),(4645,'1712AA2912','Nishith','Demo','30','8177003071/ 9140095070','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4434,'',0,'1'),(4646,'1712AA2913','Parween','Demo','30','7982533133','Noida','India','Fresh','REF','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4435,'',0,'1'),(4647,'1712AA2914','Deepak ','Demo','30','9811788079','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4436,'',0,'1'),(4648,'1712AA2915','Ankit garg','Demo','30','9891851316','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4437,'',0,'1'),(4649,'1712AA2916','Nitin arora','Demo','30','8010014879','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4438,'',0,'1'),(4650,'1712AA2917','Kuldeep Verma','Demo','30','9899711162','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4439,'',0,'1'),(4651,'1712AA2918','Ashok Grover','Demo','30','9868610610','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4440,'',0,'1'),(4652,'1712AA2919','Pankaj','Demo','30','9873608518','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4441,'',0,'1'),(4653,'1712AA2920','Rajeev kharbanda','Demo','30','9891301144','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4442,'',0,'1'),(4654,'1712AA2921',' Kuldeep Verma ','Demo','30','9213989594','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4443,'',0,'1'),(4655,'1712AA2922','Varun ','Demo','30','999 727 5163','Noida','India','Fresh','Data','Commercial','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4444,'',0,'1'),(4656,'1712AA2923','Anubhav','Demo','30','9990906750','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4445,'',0,'1'),(4657,'1712AA2924','Pooja ahuja','Demo','30','9999666857','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4446,'',0,'1'),(4658,'1712AA2925','Yash ','Demo','30','9582852079','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4447,'',0,'1'),(4659,'1712AA2926','Jinesh Yadav ','Demo','30','9871674422','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4448,'',0,'1'),(4660,'1712AA2927','Rahul Pandey ','Demo','30','9717137433','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4449,'',0,'1'),(4661,'1712AA2928','Divesh nagpal ','Demo','30','9555744445','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4450,'',0,'1'),(4662,'1712AA2929','Neeraj singh','Demo','30','9999254723','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4451,'',0,'1'),(4663,'1712AA2930','Randheer Kapoor ','Demo','30','8130335252','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:30','0',4452,'',0,'1'),(4664,'1712AA2931','Prosenjit Roy','Demo','30','9891639303','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4453,'',0,'1'),(4665,'1712AA2932',' Abhash bhardwaj ','Demo','30','8588022621','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4454,'',0,'1'),(4666,'1712AA2933','Sandeep aggarwal ','Demo','30','9910039543','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4455,'',0,'1'),(4667,'1712AA2934','Manmohan Dubey ','Demo','30','9650023987','Noida','India','Fresh','Repeat','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4456,'',0,'1'),(4668,'1712AA2935','Punit ','Demo','30','9810411118','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reachable, not ans\r','0','','','131','2017-12-02 05:54:35','0',4457,'',0,'1'),(4669,'1712AA2936','Sujit ','Demo','30','9891064775','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 1440 or 1665 in sethi max, also interested to visit 1480 sq.ft in mahagun moderne, site visit possible saturday 11 to 2 pm, asked to call in the morning_30-11-2017\r','','30-11-2017 - 12:00 ,Thursday','','131','2017-12-02 05:54:35','0',4458,'',0,'1'),(4670,'1712AA2937','Rashad khan','Demo','30','9811731508','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4459,'',0,'1'),(4671,'1712AA2938','Kalpana','Demo','30','9818299842','Noida','India','Fresh','99 Acres','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 1995 sq.ft in ikebana, park, pool, sun facing @ 90 lakhs, we have @ 1.05 cr\r','','02-12-2017 - 12:00 ,Saturday','','131','2017-12-02 05:54:35','0',4460,'',0,'1'),(4672,'1712AA2939','Vibhuti ','Demo','30','8860611139','Noida','India','Fresh','Bhamti Bajaj','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans\r','0','','','131','2017-12-02 05:54:35','0',4461,'',0,'1'),(4673,'1712AA2940','Umendra ','Demo','30','8471035056','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','reqd properties only in golf avenue-2, white house, 2+study, unit pending\r','','02-12-2017 - 13:00 ,Saturday','','131','2017-12-02 05:54:35','0',4462,'',0,'1'),(4674,'1712AA2941','Sanjiv','Demo','30','9899117546','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not ans\r','0','','','131','2017-12-02 05:54:35','0',4463,'',0,'1'),(4675,'1712AA2942','Devesh','Demo','30','9717939903','Noida','India','Fresh','Bhamti Bajaj','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4464,'',0,'1'),(4676,'1712AA2943','Sunny','Demo','30','9871502604','Noida','India','Fresh','Bhamti Bajaj','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4465,'',0,'1'),(4677,'1712AA2944','Saurabh Gupta ','Demo','30','9717193961','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Shown property Exotica and Booking done on 28th Nov 2017 920 Sqft Exotica\r','','28-11-2017 - 12:00 ,Tuesday','','131','2017-12-02 05:54:35','0',4466,'',0,'1'),(4678,'1712AA2945','Puneet mittal','Demo','30','9811191211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done but he is not intrested in AR after discussion with his family members\r','0','','','131','2017-12-02 05:54:35','0',4467,'',0,'1'),(4679,'1712AA2946','Vikram','Demo','30','9654485555','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Talking Calls \r','0','','','131','2017-12-02 05:54:35','0',4468,'',0,'1'),(4680,'1712AA2947','Uttam Kumar ','Demo','30','9690129464','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he is only intrested to buy in Gaur City 11th Avn and 16th Avn below 3rd floor having budget max 52 Lacs all inclusive\r','','03-12-2017 - 13:00 ,Sunday','','131','2017-12-02 05:54:35','0',4469,'',0,'1'),(4681,'1712AA2948','Lovkush','Demo','30','9411227734','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Today Meeting Fix at 2.30 pm NEPZ II\r','','26-11-2017 - 13:00 ,Sunday','','131','2017-12-02 05:54:35','0',4470,'',0,'1'),(4682,'1712AA2949','Sakshi','Demo','30','8010114197','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word Meeting done at her place may come for site visit on coming Sat- Sun\r','','02-12-2017 - 12:00 ,Saturday','','131','2017-12-02 05:54:35','0',4471,'',0,'1'),(4683,'1712AA2950','Divyendu ','Demo','30','9910095976','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Given final quote for 920sqft Exotica waiting for final meeting time by client\r','','03-12-2017 - 12:00 ,Sunday','','131','2017-12-02 05:54:35','0',4472,'',0,'1'),(4684,'1712AA2951','Neeraj Gupta','Demo','30','9810615790','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Schd. On Friday 1st Dec 2017 \r','','01-12-2017 - 12:00 ,Friday','','131','2017-12-02 05:54:35','0',4473,'',0,'1'),(4685,'1712AA2952','Suresh','Demo','30','9560052201','Noida','India','Fresh','Bhamti Bajaj','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He is looking only plot in Noida \r','0','','','131','2017-12-02 05:54:35','0',4474,'',0,'1'),(4686,'1712AA2953','Ravi ','Demo','30','7678299213','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Talking Calls \r','0','','','131','2017-12-02 05:54:35','0',4475,'',0,'1'),(4687,'1712AA2954','Avinash','Demo','30','9650553544','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4476,'',0,'1'),(4688,'1712AA2955','Lalit kumar','Demo','30','9953697727','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4477,'',0,'1'),(4689,'1712AA2956','Raghwender','Demo','30','8860543705','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4478,'',0,'1'),(4690,'1712AA2957','Anupam','Demo','30','9990069088','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4479,'',0,'1'),(4691,'1712AA2958','pitamber sharma','Demo','30','9871084314','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-02 05:54:35','0',4480,'',0,'1'),(4692,'1712AA2959','Kamlesh ','Demo','7','8178251955','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-12-08 06:29:38','0',4481,'',0,'1'),(4693,'1712AA2960','Vivek ','Demo','7','9899926187','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','intrested in 2 bhk + study bujet 45 coming sunday\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-08 06:29:38','0',4482,'',0,'1'),(4694,'1712AA2961','Shivam','Demo','7','9810713757','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-12-08 06:29:38','0',4483,'',0,'1'),(4695,'1712AA2962','Margherita','Demo','7','9871009886','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-12-08 06:29:38','0',4484,'',0,'1'),(4696,'1712AA2963','Narottam','Demo','7','9415444210','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming.15 jan,right now in out of delhi\r','','15-01-2018 - 12:00 ,Monday','','131','2017-12-08 06:29:38','0',4485,'',0,'1'),(4697,'1712AA2964','Abhishek ','Demo','7','8800383132','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fix  2nd dec \r','','02-12-2017 - 12:00 ,Saturday','','131','2017-12-08 06:29:38','0',4486,'',0,'1'),(4698,'1712AA2965','Charanjeet','Demo','7','9810382519','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:38','0',4487,'',0,'1'),(4699,'1712AA2966','Sanjeev mago','Demo','7','9810232341','Noida','India','Fresh','Deeksha','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer is not available till time he said call on 4th dec and fix meeting\r','','04-12-2017 - 13:00 ,Monday','','131','2017-12-08 06:29:38','0',4488,'',0,'1'),(4700,'1712AA2967','Arindam kar','Demo','7','9711001407','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done ,will give docs on mail by tomorrow//some doc collect\r','','02-12-2017 - 13:00 ,Saturday','','131','2017-12-08 06:29:38','0',4489,'',0,'1'),(4701,'1712AA2968','Tushar','Demo','7','9999619198','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done come  for visit10th dec .\r','','10-12-2017 - 13:00 ,Sunday','','131','2017-12-08 06:29:38','0',4490,'',0,'1'),(4702,'1712AA2969','Harshit Gupta','Demo','7','9792199851','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','2bhk in 30 lacs..pitch himalya will come week end for visit   9th dec and 10th dec    \r','','09-12-2017 - 12:00 ,Saturday','','131','2017-12-08 06:29:38','0',4491,'',0,'1'),(4703,'1712AA2970','Shyam sunder ','Demo','7','9810444966','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call but ph waiting //not pic \r','0','','','131','2017-12-08 06:29:38','0',4492,'',0,'1'),(4704,'1712AA2971','Avinash','Demo','7','9891422075','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','no...seva me nhi hai...\r','0','','','131','2017-12-08 06:29:38','0',4493,'',0,'1'),(4705,'1712AA2972','Mohit','Demo','7','9654817456','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call after 1 hours....\r','','03-12-2017 - 13:00 ,Sunday','','131','2017-12-08 06:29:38','0',4494,'',0,'1'),(4706,'1712AA2973','Prafful Singh','Demo','7','9871284666','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Praful Saturday ko metting krega\r','','09-12-2017 - 13:00 ,Saturday','','131','2017-12-08 06:29:38','0',4495,'',0,'1'),(4707,'1712AA2974','Rohit ','Demo','7','9650866688','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //not pic \r','0','','','131','2017-12-08 06:29:38','0',4496,'',0,'1'),(4708,'1712AA2975','Anil Sharma ','Demo','7','9810496547','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut again and again \r','0','','','131','2017-12-08 06:29:38','0',4497,'',0,'1'),(4709,'1712AA2976','Mukul tandon','Demo','7','9930294470','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back //notpic \r','0','','','131','2017-12-08 06:29:38','0',4498,'',0,'1'),(4710,'1712AA2977','Arvind kumar','Demo','7','9268247497','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of delhi call after 10dec \r','','11-12-2017 - 13:00 ,Monday','','131','2017-12-08 06:29:38','0',4499,'',0,'1'),(4711,'1712AA2978','Saurabh ','Demo','7','9599220234','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:38','0',4500,'',0,'1'),(4712,'1712AA2979','Pankaj ','Demo','7','9837065929','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Sir alreday follow up mai hai is weekend ana tha aaj nxt weekend ka tme diya hai \r','','10-12-2017 - 13:00 ,Sunday','','131','2017-12-08 06:29:38','0',4501,'',0,'1'),(4713,'1712AA2980','Deepak yadav','Demo','7','7503202074','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-12-08 06:29:38','0',4502,'',0,'1'),(4714,'1712AA2981','Devendra kumar','Demo','7','9891489122','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-12-08 06:29:38','0',4503,'',0,'1'),(4715,'1712AA2982','Sandeep','Demo','7','9873250991','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','He didn’t pick any call... and now switch off\r','0','','','131','2017-12-08 06:29:38','0',4504,'',0,'1'),(4716,'1712AA2983','Vidhu Ankit','Demo','7','9560397779','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call received Lady she said Call after some time\r','','04-12-2017 - 13:00 ,Monday','','131','2017-12-08 06:29:38','0',4505,'',0,'1'),(4717,'1712AA2984','Rohit singh','Demo','7','9560911331','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 1230 Sq.ft in Ajnara Grand heritage tower d below 10 th floor\r','','05-12-2017 - 13:00 ,Tuesday','','131','2017-12-08 06:29:38','0',4506,'',0,'1'),(4718,'1712AA2985','Vipendra','Demo','7','9987253929','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want details Yaur Yamuna city\r','','06-12-2017 - 13:30 ,Wednesday','','131','2017-12-08 06:29:38','0',4507,'',0,'1'),(4719,'1712AA2986','Ankit srivastav','Demo','7','9599199686','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick\r','0','','','131','2017-12-08 06:29:38','0',4508,'',0,'1'),(4720,'1712AA2987','Prashant','Demo','7','9999597644','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 2 bhk ready to move in budged 40lac pitch Divyansh , Exotica , Galaxy North Avenue 2\r','','08-12-2017 - 13:05 ,Friday','','131','2017-12-08 06:29:38','0',4509,'',0,'1'),(4721,'1712AA2988',' Dr. Subhash','Demo','7','9711349864','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Morning se cl pic ni kr rhe ha\r','0','','','131','2017-12-08 06:29:38','0',4510,'',0,'1'),(4722,'1712AA2989','Neeraj singh','Demo','7','7599102541','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done take some time for visit call back 10th dec \r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-08 06:29:42','0',4511,'',0,'1'),(4723,'1712AA2990','Vikas','Demo','7','9871126337','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-12-08 06:29:42','0',4512,'',0,'1'),(4724,'1712AA2991',' Deven','Demo','7','9015527580','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Saturday visit Arden 1065sqft\r','','09-12-2017 - 13:00 ,Saturday','','131','2017-12-08 06:29:42','0',4513,'',0,'1'),(4725,'1712AA2992','Mukesh ','Demo','7','9873181678','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-12-08 06:29:42','0',4514,'',0,'1'),(4726,'1712AA2993','Sharad','Demo','7','9717308833','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','broker \r','0','','','131','2017-12-08 06:29:42','0',4515,'',0,'1'),(4727,'1712AA2994','','Demo','7','8383063289','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not interested \r','0','','','131','2017-12-08 06:29:42','0',4516,'',0,'1'),(4728,'1712AA2995','santosh ','Demo','7','7982492404','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-12-08 06:29:42','0',4517,'',0,'1'),(4729,'1712AA2996','Anant ','Demo','7','9958204114','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call back //notpic \r','0','','','131','2017-12-08 06:29:42','0',4518,'',0,'1'),(4730,'1712AA2997','Shashikant yadav','Demo','7','9724258316','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic //not pic \r','0','','','131','2017-12-08 06:29:42','0',4519,'',0,'1'),(4731,'1712AA2998','Nitya','Demo','7','7838461372','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested only in GC-1 only, follow up\r','','07-12-2017 - 12:00 ,Thursday','','131','2017-12-08 06:29:42','0',4520,'',0,'1'),(4732,'1712AA2999','Surendra Singh','Demo','7','9717300585','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done at clients Office and he will come for visit in coming weekend\r','','09-12-2017 - 12:00 ,Saturday','','131','2017-12-08 06:29:42','0',4521,'',0,'1'),(4733,'1712AA3000','Rajat sharma ','Demo','7','7838226171','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting & site visit done on 2-12-17 \r','','04-12-2017 - 12:00 ,Monday','','131','2017-12-08 06:29:42','0',4522,'',0,'1'),(4734,'1712AA3001','Rakesh','Demo','7','9621288444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will call me back\r','','08-12-2017 - 12:00 ,Friday','','131','2017-12-08 06:29:42','0',4523,'',0,'1'),(4735,'1712AA3002',' Amit Saxena','Demo','7','9899310993','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in central noida, 3bhk in 50 lacs lead return\r','0','','','131','2017-12-08 06:29:42','0',4524,'',0,'1'),(4736,'1712AA3003','Kuldeep Singh ','Demo','7','9958088499','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested in exotica, 920sqft follow up\r','','08-12-2017 - 12:00 ,Friday','','131','2017-12-08 06:29:42','0',4525,'',0,'1'),(4737,'1712AA3004','Rajesh Dubey','Demo','7','7830683586','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit Done in Exotica and galaxy vega looking 3 bhk want some time call him 4 dec\r','','04-12-2017 - 12:00 ,Monday','','131','2017-12-08 06:29:42','0',4526,'',0,'1'),(4738,'1712AA3005','Rajesh Dubey ','Demo','7','7830683586','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','repeat','0','','','131','2017-12-08 06:29:42','0',4527,'',0,'1'),(4739,'1712AA3006','Ankit awasthi','Demo','7','9999984623','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return \r','0','','','131','2017-12-08 06:29:42','0',4528,'',0,'1'),(4740,'1712AA3007','Ranjan','Demo','7','8299450731','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:42','0',4529,'',0,'1'),(4741,'1712AA3008','Bhanu','Demo','7','9999842711','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s off number lead return\r','0','','','131','2017-12-08 06:29:42','0',4530,'',0,'1'),(4742,'1712AA3009','Pritpal Singh ','Demo','7','9646310096','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come in sat for site visit for ambar and exotica\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-08 06:29:42','0',4531,'',0,'1'),(4743,'1712AA3010','Abhishek ','Demo','7','9953949429','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:42','0',4532,'',0,'1'),(4744,'1712AA3011','Karunesh tripathi','Demo','7','8400399400','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:42','0',4533,'',0,'1'),(4745,'1712AA3012','Swati ','Demo','7','8800110756','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:42','0',4534,'',0,'1'),(4746,'1712AA3013','Rakesh','Demo','7','9968749706','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','wanted to visit on 3-dec but somehow not visited.\r','','03-12-2017 - 13:05 ,Sunday','','131','2017-12-08 06:29:42','0',4535,'',0,'1'),(4747,'1712AA3014','Jyoti','Demo','7','7042886603','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return looking in GC-1 only\r','0','','','131','2017-12-08 06:29:42','0',4536,'',0,'1'),(4748,'1712AA3015','Naveen','Demo','7','9582314191','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','lead return cust not giving time to site visit\r','0','','','131','2017-12-08 06:29:42','0',4537,'',0,'1'),(4749,'1712AA3016','Shikhar bharadwaj','Demo','7','9999654479','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picking call back\r','0','','','131','2017-12-08 06:29:42','0',4538,'',0,'1'),(4750,'1712AA3017','Surinder','Demo','7','9810143668','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client was suppose to come on Sunday but he did\'t pick the call on Sunday. Follow up\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-08 06:29:42','0',4539,'',0,'1'),(4751,'1712AA3018','Diraj','Demo','7','9910099842','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client was suppose to come on Sunday but he did\'t pick the call on Sunday. Follow up\r','','10-12-2017 - 13:00 ,Sunday','','131','2017-12-08 06:29:42','0',4540,'',0,'1'),(4752,'1712AA3019','Anshul','Demo','7','9711706080','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4541,'',0,'1'),(4753,'1712AA3020','Jitendra chaudhry ','Demo','7','9810505544','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4542,'',0,'1'),(4754,'1712AA3021','Mr Gaur ','Demo','7','8800153850','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4543,'',0,'1'),(4755,'1712AA3022','Vineet ','Demo','7','9910409777','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4544,'',0,'1'),(4756,'1712AA3023','Sourab','Demo','7','9818866014','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4545,'',0,'1'),(4757,'1712AA3024','Nadeep','Demo','7','9990842202','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4546,'',0,'1'),(4758,'1712AA3025','Shamsher','Demo','7','9891616186','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4547,'',0,'1'),(4759,'1712AA3026','Harish ','Demo','7','9873760925','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4548,'',0,'1'),(4760,'1712AA3027','Dinesh ','Demo','7','9599786042','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4549,'',0,'1'),(4761,'1712AA3028','Lovekush ','Demo','7','9818250928','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4550,'',0,'1'),(4762,'1712AA3029','Sachin Sharma','Demo','7','9873784638','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4551,'',0,'1'),(4763,'1712AA3030',' Yogesh verma','Demo','7','8447536100','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done,\r','','05-12-2017 - 12:00 ,Tuesday','','131','2017-12-08 06:29:46','0',4552,'',0,'1'),(4764,'1712AA3031','Anupam','Demo','7','9643009998','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is a supertech employee\r','0','','','131','2017-12-08 06:29:46','0',4553,'',0,'1'),(4765,'1712AA3032','Sheshmani tripathi','Demo','7','9871008396','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting not done as if now\r','','06-12-2017 - 12:00 ,Wednesday','','131','2017-12-08 06:29:46','0',4554,'',0,'1'),(4766,'1712AA3033','Vineet ','Demo','7','9810622509','Noida','India','Fresh','2016','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done,revert after two days\r','','04-12-2017 - 12:00 ,Monday','','131','2017-12-08 06:29:46','0',4555,'',0,'1'),(4767,'1712AA3034','Rajeev Gupta ','Demo','7','9958882796','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he denied for meeting\r','0','','','131','2017-12-08 06:29:46','0',4556,'',0,'1'),(4768,'1712AA3035','Rajat','Demo','7','9910431224','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4557,'',0,'1'),(4769,'1712AA3036','Gaurav jain','Demo','7','8800232121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','return\r','0','','','131','2017-12-08 06:29:46','0',4558,'',0,'1'),(4770,'1712AA3037','Virender Singh ','Demo','7','9999740058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done, he is not intrested\r','0','','','131','2017-12-08 06:29:46','0',4559,'',0,'1'),(4771,'1712AA3038','Dinesh','Demo','7','8920023367','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4560,'',0,'1'),(4772,'1712AA3039','Sanjay Kumar','Demo','7','9891501121','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4561,'',0,'1'),(4773,'1712AA3040','Sumit Roy ','Demo','7','9818047955','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4562,'',0,'1'),(4774,'1712AA3041','Anurag sharma','Demo','7','9810269352','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4563,'',0,'1'),(4775,'1712AA3042','Ankur','Demo','7','8585937105','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4564,'',0,'1'),(4776,'1712AA3043','Mudit verma ','Demo','7','8860455326','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4565,'',0,'1'),(4777,'1712AA3044','Amit singla ','Demo','7','8811082940','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4566,'',0,'1'),(4778,'1712AA3045','Vineet negi ','Demo','7','9999683653','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4567,'',0,'1'),(4779,'1712AA3046','Deepak aggarwal','Demo','7','9899774589','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4568,'',0,'1'),(4780,'1712AA3047','Amit Yadav ','Demo','7','8376810516','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4569,'',0,'1'),(4781,'1712AA3048','Anil','Demo','7','9871174205','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:46','0',4570,'',0,'1'),(4782,'1712AA3049','Durgesh chaudhary','Demo','7','9899024447','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4571,'',0,'1'),(4783,'1712AA3050','Biplab Modak ','Demo','7','8447601901','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4572,'',0,'1'),(4784,'1712AA3051','Amit srivastav','Demo','7','9654777008','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4573,'',0,'1'),(4785,'1712AA3052','Santosh','Demo','7','8380064152','Noida','India','Fresh','Exotica','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4574,'',0,'1'),(4786,'1712AA3053','Varsha','Demo','7','7042243553','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4575,'',0,'1'),(4787,'1712AA3054','Ravi khanna ','Demo','7','9873973324','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4576,'',0,'1'),(4788,'1712AA3055','Sanjay kumar','Demo','7','8800996752','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4577,'',0,'1'),(4789,'1712AA3056','Madhur','Demo','7','9818304292','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4578,'',0,'1'),(4790,'1712AA3057','Neelanshu','Demo','7','9971669096','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4579,'',0,'1'),(4791,'1712AA3058','Sanjay','Demo','7','9717644359','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4580,'',0,'1'),(4792,'1712AA3059','Nikhil','Demo','7','9910412852','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4581,'',0,'1'),(4793,'1712AA3060','Amardeep','Demo','7','9958127482','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4582,'',0,'1'),(4794,'1712AA3061','Rajiv Dubey ','Demo','7','9313999502','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4583,'',0,'1'),(4795,'1712AA3062','Tariq','Demo','7','9867562334','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4584,'',0,'1'),(4796,'1712AA3063','Seema ','Demo','7','9999781955','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4585,'',0,'1'),(4797,'1712AA3064','Rajesh','Demo','7','8800548404','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4586,'',0,'1'),(4798,'1712AA3065','Suraj','Demo','7','8800729359','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4587,'',0,'1'),(4799,'1712AA3066','Brijesh ','Demo','7','9957562019','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4588,'',0,'1'),(4800,'1712AA3067','Sandeep','Demo','7','9873319597','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4589,'',0,'1'),(4801,'1712AA3068','Sushil kumar','Demo','7','9990020920','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4590,'',0,'1'),(4802,'1712AA3069','Abhishek ','Demo','7','9958009926','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4591,'',0,'1'),(4803,'1712AA3070','Sumit','Demo','7','8826006632','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic \r','0','','','131','2017-12-08 06:29:49','0',4592,'',0,'1'),(4804,'1712AA3071','Umair ','Demo','7','9999744703','Noida','India','Fresh','Return','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4593,'',0,'1'),(4805,'1712AA3072','Umashankar singh','Demo','7','9415032022','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4594,'',0,'1'),(4806,'1712AA3073','Preet malik','Demo','7','7011109764','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4595,'',0,'1'),(4807,'1712AA3074','Huma','Demo','7','9958080099','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4596,'',0,'1'),(4808,'1712AA3075','Venkateshwar','Demo','7','7028021492','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4597,'',0,'1'),(4809,'1712AA3076','Anshujha','Demo','7','9027145008','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4598,'',0,'1'),(4810,'1712AA3077','Vishal ','Demo','7','9810240509','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone, he will come on Saturday or Sunday \r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-08 06:29:49','0',4599,'',0,'1'),(4811,'1712AA3078','Harinder bisht','Demo','7','9873075061','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:49','0',4600,'',0,'1'),(4812,'1712AA3079','Nishant ','Demo','7','9958125403','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4601,'',0,'1'),(4813,'1712AA3080','Inder','Demo','7','9953601227','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4602,'',0,'1'),(4814,'1712AA3081','Archana singh','Demo','7','8377049838','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4603,'',0,'1'),(4815,'1712AA3082','Abab ','Demo','7','9582176821','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4604,'',0,'1'),(4816,'1712AA3083','Firoz','Demo','7','9810178935','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4605,'',0,'1'),(4817,'1712AA3084','Naresh ','Demo','7','9654164249','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4606,'',0,'1'),(4818,'1712AA3085','Vishal Kumar ','Demo','7','8287555925','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4607,'',0,'1'),(4819,'1712AA3086','Anubhav Rai ','Demo','7','9654783647','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4608,'',0,'1'),(4820,'1712AA3087','Aakash jindal','Demo','7','9873722110','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4609,'',0,'1'),(4821,'1712AA3088','Hari Mohan ','Demo','7','9910837800','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4610,'',0,'1'),(4822,'1712AA3089','Sudhir ','Demo','7','9045655471','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4611,'',0,'1'),(4823,'1712AA3090','Ashish ','Demo','7','9899438806','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4612,'',0,'1'),(4824,'1712AA3091','Bilal','Demo','7','9419026007','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4613,'',0,'1'),(4825,'1712AA3092','Sachin gupta ','Demo','7','9911624170','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4614,'',0,'1'),(4826,'1712AA3093','Shailesh ','Demo','7','9717637531','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4615,'',0,'1'),(4827,'1712AA3094','Devendra ','Demo','7','8076460346','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4616,'',0,'1'),(4828,'1712AA3095','Pankaj','Demo','7','9899011846','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4617,'',0,'1'),(4829,'1712AA3096','Ravi','Demo','7','9811100681','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4618,'',0,'1'),(4830,'1712AA3097','Nilesh ','Demo','7','8377987698','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4619,'',0,'1'),(4831,'1712AA3098','Praveen','Demo','7','9210077771','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4620,'',0,'1'),(4832,'1712AA3099','Shiril Rastogi ','Demo','7','9350265552','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4621,'',0,'1'),(4833,'1712AA3100','Rakesh','Demo','7','9654319395','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4622,'',0,'1'),(4834,'1712AA3101','Sukant ','Demo','7','9650513936','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4623,'',0,'1'),(4835,'1712AA3102',' Jaydeep Raj ','Demo','7','8587938249','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4624,'',0,'1'),(4836,'1712AA3103','Satinder Anand ','Demo','7','9662160018','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4625,'',0,'1'),(4837,'1712AA3104','Manish Bharadwaj ','Demo','7','9899681300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4626,'',0,'1'),(4838,'1712AA3105','Shankar Dayal ojha','Demo','7','9911098057','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4627,'',0,'1'),(4839,'1712AA3106','Sudarsan Gopal ','Demo','7','9711140500','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-08 06:29:53','0',4628,'',0,'1'),(4840,'1712AA0139','Manoj Shukla','manojshuk.82@gmail.com','14/9/2017','9811790304','7/202 shakti kunj apartment, sector 62','India','Fresh','Whois','','Sale/Rent','No','Buy','Shrawan','14/9/2017','website','Not Provideed','Not Provideed','7/202 shakti kunj apartment, sector 62','website','','admconsultinginc.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4629,'',0,'13'),(4841,'1712AA0140','Gurpreet Singh','Gurpreet.singh@jaypeeplus.com','','9999124783','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','SEO (24 Keywords)','Not Provideed','Not Provideed','','SEO (24 Keywords)','','http://jaypeeplus.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4630,'',0,'13'),(4842,'1712AA0141','Shabahat Husain','','','9582898579','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','http://www.easymall.in/www.alipacket.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4631,'',0,'13'),(4843,'1712AA0142','Anil Kumar Sharma','reachanil001@gmail.com','','9810354966','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','website, education','Not Provideed','Not Provideed','','website, education','','fasttrackprogress.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4632,'',0,'13'),(4844,'1712AA0143','Sandeep Sharma','imsandeep2002@yahoo.co.in','','9599301590','C123 SECTOR 65','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','C123 SECTOR 65','website','','rampdisplay.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4633,'',0,'13'),(4845,'1712AA0144','Shyam','travvamigo@gmail.com','','9711535480','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website /mail send','Not Provideed','Not Provideed','','website /mail send','','http://www.travamigo.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4634,'',0,'13'),(4846,'1712AA0145','Ajay','','','9811773350','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','','Not Provideed','Not Provideed','','','','http://traveltostay.in/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4635,'',0,'13'),(4847,'1712AA0146','Sandeep bisht','sandeep.bisht019@gmail.com','','9599938426','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','samphotographyonline.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4636,'',0,'13'),(4848,'1712AA0147','Ayush Bhatnagar','','','9999257100','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','','dynamic website','Not Provideed','Not Provideed','','dynamic website','','www.deeliteconcepts.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4637,'',0,'13'),(4849,'1712AA0148','Vikram','','','9310190667','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','airtravelstudio.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4638,'',0,'13'),(4850,'1712AA0149','Abhishek Bhardwaj','','','9871969665','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','https://www.geekdawn.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4639,'',0,'13'),(4851,'1712AA0150','sanjeev kapoor','skkkin@yahoo.com','','9810707977','','India','Fresh','google','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','kapoorlogistics.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4640,'',0,'13'),(4852,'1712AA0151','DHIRAJ CHAUHAN','dhirajchauhan770@gmail.com','','9643394420','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','moneymatemart.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4641,'',0,'13'),(4853,'1712AA0152','SANJAY GUPTA','kabeerfashionmart@gmail.com','','9654958575','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','kabeerfashion.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4642,'',0,'13'),(4854,'1712AA0153','Mohit KHANDELWAL','trishamoma@gmail.com','','8376900398','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','rohinibasket.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4643,'',0,'13'),(4855,'1712AA0154','naman khanna','namankhanna9294@gmail.com','','9958231459','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','6-9shop.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4644,'',0,'13'),(4856,'1712AA0155','Sameer Kant ','','','9717926412','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','digital marketing','Not Provideed','Not Provideed','','digital marketing','','http://nowmytrip.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4645,'',0,'13'),(4857,'1712AA0156','Rahul Choudhary','rahulpawariya@gmail.com','','9971765429','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','lingerietunnel.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4646,'',0,'13'),(4858,'1712AA0157','chetan','chetansaraf2302@gmail.com','','9654301997','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','dynamic website','Not Provideed','Not Provideed','','dynamic website','','sarafabazar.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4647,'',0,'13'),(4859,'1712AA0158','manoj jindal','jindalmanojk@gmail.com','','9654243362','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','srisaiinfratech.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4648,'',0,'13'),(4860,'1712AA0159','DEEPAK SINGH','singhd_15@hotmail.com','','9560775585','http://agrostar.in/','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','webite and mobile application','Not Provideed','Not Provideed','http://agrostar.in/','webite and mobile application','','rainwaterr.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4649,'',0,'13'),(4861,'1712AA0160','Ravi Kant','','','9971212403','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website   ','Not Provideed','Not Provideed','','website   ','','bookkarde.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4650,'',0,'13'),(4862,'1712AA0161','Ajit Yadav','','14/9/2017','9654421288','C-43, Noida Sector-8','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','14/9/2017','CRM/Software','Not Provideed','Not Provideed','C-43, Noida Sector-8','CRM/Software','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4651,'',0,'13'),(4863,'1712AA0162','Jyoti Sharma','jyotisharma_0407@yahoo.co.in','15/9/2017','9899666373','Flat No-46, Type-2, Block-4, PWD Flats, Sector-3, Dwarka,','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','E-commerce Website','Not Provideed','Not Provideed','Flat No-46, Type-2, Block-4, PWD Flats, Sector-3, Dwarka,','E-commerce Website','','shopaurearn.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4652,'',0,'13'),(4864,'1712AA0163','Niraj jain','','15/9/2017','9811578553','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','website & Software','Not Provideed','Not Provideed','','website & Software','','QuickGrocery','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4653,'',0,'13'),(4865,'1712AA0164','Ashish Kapoor','ashishkapoor.mail@gmail.com','15/9/2017','9999366636','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','e-commerce & mobile apploication ','Not Provideed','Not Provideed','','e-commerce & mobile apploication ','','atheleo.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4654,'',0,'13'),(4866,'1712AA0165','Rohit Kumar','rohitshrivastva84@gmail.com','18/9/2017','8527847505','LGF 49 Rajhansh Plaza|Indirapuram','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','18/9/2017','website','Not Provideed','Not Provideed','LGF 49 Rajhansh Plaza|Indirapuram','website','','aarambhfoundation.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4655,'',0,'13'),(4867,'1712AA0166','Xpert Homez Pvt. Ltd.','xperthomez@gmail.com','20/9/2017','Pankaj Jain-9873911931','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','','Not Provideed','Not Provideed','','','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4656,'',0,'13'),(4868,'1712AA0167','saif ali mirza','','20/9/2017','9873050588','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4657,'',0,'13'),(4869,'1712AA0168','Manoj Srivastava','','21/9/2017','9818656132','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:45','0',4658,'',0,'13'),(4870,'1712AA0169','Anil Bhati','','21/9/2017','9311405093','Star Eleven Group','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','Star Eleven Group','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4659,'',0,'13'),(4871,'1712AA0170','Upendra','','21/9/2017','9910310868','','India','Fresh','google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website ','Not Provideed','Not Provideed','','website ','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4660,'',0,'13'),(4872,'1712AA0171','Harpreet Singh','askmehomes.com','21/9/2017','9891228881','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4661,'',0,'13'),(4873,'1712AA0172','Rahul Pal','discountidea.com','21/9/2017','8527710159','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','On Page Seo','Not Provideed','Not Provideed','','On Page Seo','','rahulpal7623@yahoo.com','other_detail','244','244','244','','','',2,'','SEO, SMO','22','','','242','2017-12-11 07:39:54','0',4662,'',0,'13'),(4874,'1712AA0173','Dinesh','','25/9/2017','9953600008','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','25/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4663,'',0,'13'),(4875,'1712AA0174','Manoj Pareek','','26/9/2017','9911961183','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','26/9/2017','website','Not Provideed','Not Provideed','','website','','trippleruniforms@gmail.com','other_detail','244','244','244','','','',2,'','Multivendor portal','21','','','242','2017-12-11 07:39:54','0',4664,'',0,'13'),(4876,'1712AA0175','Vishal   ','angelhomz@gmail.com','20/9/2017','9911641196','Angel Homz Realtech Pvt.Ltd.','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','','Not Provideed','Not Provideed','Angel Homz Realtech Pvt.Ltd.','','','http://angelhomz.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4665,'',0,'13'),(4877,'1712AA0176','Somuya','','27/9/2017','9811318051','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','27/9/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4666,'',0,'13'),(4878,'1712AA0177','Rohit batra','','27/9/2017','9899708388','BigBucks','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','27/9/2017','Online Campaign','Not Provideed','Not Provideed','BigBucks','Online Campaign','','http://www.bigbucksindia.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4667,'',0,'13'),(4879,'1712AA0178','Saurabh','','28/9/2017','9999711665','Real Estate Factory','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','28/9/2017','online promotion','Not Provideed','Not Provideed','Real Estate Factory','online promotion','','http://realestatefactory.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4668,'',0,'13'),(4880,'1712AA0179','Abhishek  ','','10/3/2017','9717730080','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','Website','Not Provideed','Not Provideed','','Website','','http://www.arinterio.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4669,'',0,'13'),(4881,'1712AA0180','Manoj','','10/3/2017','9540424321','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','','Not Provideed','Not Provideed','','','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4670,'',0,'13'),(4882,'1712AA0181','Ankush Kumar','','10/3/2017','9868025252','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','SMS','Not Provideed','Not Provideed','','SMS','','salepurchasenoida.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4671,'',0,'13'),(4883,'1712AA0182','Rahul Verma','songbird.travels@gmail.com','10/3/2017','8588877347','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','Website','Not Provideed','Not Provideed','','Website','','songbirdtravels.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4672,'',0,'13'),(4884,'1712AA0183','Akansha','','','9871574746','','India','Fresh','','New','Sale/Rent','No','Buy','','','','Not Provideed','Not Provideed','','','','ethnicdivas.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4673,'',0,'13'),(4885,'1712AA0184','Rajesh kumar','approphomes@gmail.com','10/10/2017','7678666328','Plot No 103 DLF ankur Vihar Loni','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/10/2017','lead generation','Not Provideed','Not Provideed','Plot No 103 DLF ankur Vihar Loni','lead generation','','ahplgroup.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4674,'',0,'13'),(4886,'1712AA0185','Vikram Jethwani','vikram.jethwani@gmail.com','10/11/2017','9911783766','A902, Exotica Fresco, Sector 137','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/11/2017','blogging website','Not Provideed','Not Provideed','A902, Exotica Fresco, Sector 137','blogging website','','healthyhithappy.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4675,'',0,'13'),(4887,'1712AA0186','ASHISH GUPTA','ashish.671992@gmail.com','10/12/2017','9654366897','e-8 alpha 1','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','online test','Not Provideed','Not Provideed','e-8 alpha 1','online test','','differentialacademy.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4676,'',0,'13'),(4888,'1712AA0187','Manish Mago','guru.with.knowledge@gmail.com','10/12/2017','8130929480','Sk 4 Indirapuram','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','E-comerce','Not Provideed','Not Provideed','Sk 4 Indirapuram','E-comerce','','selloldbicycle.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4677,'',0,'13'),(4889,'1712AA0188','Krishna Umrao','krishnaumrao786@gmail.com','10/12/2017','8860193903','gh7 ansal tower ghaziabad','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','E-commerce Website','Not Provideed','Not Provideed','gh7 ansal tower ghaziabad','E-commerce Website','','sabjimandi.store','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4678,'',0,'13'),(4890,'1712AA0189','Sahil khan','sahilflowerdecoration@gmail.com','10/12/2017','9911412641','848a nyay khand 2 indirapuram ghaziabad','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','promotion','Not Provideed','Not Provideed','848a nyay khand 2 indirapuram ghaziabad','promotion','','weddingflowerdecoration.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4679,'',0,'13'),(4891,'1712AA0190','Vipin Kumar','','10/12/2017','8510995588','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','website','Not Provideed','Not Provideed','','website','','NOIDA Sofa House','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4680,'',0,'13'),(4892,'1712AA0191','kamal gaur','kamal@k2gservices.com','10/12/2017','8800130661','make my ceiling ','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','website','Not Provideed','Not Provideed','make my ceiling ','website','','makemyceiling.com','other_detail','244','244','244','','','',2,'','Dynamic Website','21','','','242','2017-12-11 07:39:54','0',4681,'',0,'13'),(4893,'1712AA0192','Nadmeen','','10/12/2017','9560234439','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','need to discuss','Not Provideed','Not Provideed','','need to discuss','','http://www.reflectionid.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4682,'',0,'13'),(4894,'1712AA0193','Sumit','','13/10/2017','7738336596','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','Maintenance & Digital Marketing','Not Provideed','Not Provideed','','Maintenance & Digital Marketing','','','other_detail','244','244','244','','','',2,'','e-commerce website','21','','','242','2017-12-11 07:39:54','0',4683,'',0,'13'),(4895,'1712AA0194','Dany Malik','20k','13/10/2017','9999223338','','India','Fresh','Whois','New','Sale/Rent','No','Buy','shrawan','13/10/2017','e-commerce','Not Provideed','Not Provideed','','e-commerce','','dinkancreations.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4684,'',0,'13'),(4896,'1712AA0195','Dhannu Mal Gupta','dmgupta27@gmail.com','13/10/2017','9811134463','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','footweardata.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4685,'',0,'13'),(4897,'1712AA0196','Brajesh k Jaiswal','brajeshkjaiswal@gmail.com','13/10/2017','8506911777','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','Travel Portal','Not Provideed','Not Provideed','','Travel Portal','','thejingleholidaybazar.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4686,'',0,'13'),(4898,'1712AA0197','Saurabh Kumar','shashwatinfrasolutions2017@gmail.com','16/10/2017','9873036364','37 First Floor Sham Enclave','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','16/10/2017','dynamic website','Not Provideed','Not Provideed','37 First Floor Sham Enclave','dynamic website','','shashwatinfra.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4687,'',0,'13'),(4899,'1712AA0198','kapil','kapilch4@gmail.com','16/10/2017','9136401268','D-1072, Gali. 9, ashok nagar, delhi -110093','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','16/10/2017','Website','Not Provideed','Not Provideed','D-1072, Gali. 9, ashok nagar, delhi -110093','Website','','m2mdrinks.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:39:54','0',4688,'',0,'13'),(4900,'1712AA0199','Deepak Rathi','deepakrathi409@gmail.com','25/10/2017','9911969583','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','25/10/2017','E-commerce ( Multivendor)','Not Provideed','Not Provideed','','E-commerce ( Multivendor)','','rayzadio.biz','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4689,'',0,'13'),(4901,'1712AA0200','Vikas Malik','','25/10/2017','9999998647','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','25/10/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4690,'',0,'13'),(4902,'1712AA0201','AMIT JAIN','caamitjain1982@gmail.com','27/10/2017','9871572997','FF1, 6/170, SECTOR 6, VAISHALI GHAZIABAD','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','27/10/2017','portal','Not Provideed','Not Provideed','FF1, 6/170, SECTOR 6, VAISHALI GHAZIABAD','portal','','gstprime.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4691,'',0,'13'),(4903,'1712AA0202','Dileep','','25/10/2017','9911782122','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan ','25/10/2017','Dynamic Website','Not Provideed','Not Provideed','','Dynamic Website','','','other_detail','244','244','244','','','',2,'','Dynamic Website','21','','','242','2017-12-11 07:40:02','0',4692,'',0,'13'),(4904,'1712AA0203','Manish   `','','11/2/2017','9716363224','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','shrawan ','11/2/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4693,'',0,'13'),(4905,'1712AA0204','Rahul Mishra','rahul@jmkindia.com','11/3/2017','9560068918','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','http://www.jmkindia.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4694,'',0,'13'),(4906,'1712AA0205','Anurag','','11/3/2017','8860609422','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','http://www.street150.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4695,'',0,'13'),(4907,'1712AA0206','Mr. Sanjay Singh','','11/3/2017','9650989000','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Website','Not Provideed','Not Provideed','','Website','','http://www.naturetechrealty.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4696,'',0,'13'),(4908,'1712AA0207','Piyush Parashar','','11/1/2017','8527598096','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan ','11/1/2017','SEO  ','Not Provideed','Not Provideed','','SEO  ','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4697,'',0,'13'),(4909,'1712AA0208','Priyank saxena','aimdynamics@gmail.com','11/7/2017','9999250786','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','ERP ','Not Provideed','Not Provideed','','ERP ','','atmycart.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4698,'',0,'13'),(4910,'1712AA0209','Virender Bhati','drviren007@gmail.com','11/7/2017','9810966617','Between 10-12','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Mobile application','Not Provideed','Not Provideed','Between 10-12','Mobile application','','smileindiaonline.com','other_detail','244','247','244','247','248','248',13,'','Intrested in web & Mobile application. Like www.practo.com for Dental  Services only','17','','','242','2017-12-11 07:40:02','0',4699,'',0,'13'),(4911,'1712AA0210','Sandeep Kumar','raysinfra45@gmail.com','11/7/2017','9953020607','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Software','Not Provideed','Not Provideed','','Software','','raysmart.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4700,'',0,'13'),(4912,'1712AA0211','Akshay Bhatt','akshay_bhatt@hotmail.com','11/7/2017','9810282456','703-A, Tower 1, River Heights, NH-58, Raj nagar extension,','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Website & Digital Marketing','Not Provideed','Not Provideed','703-A, Tower 1, River Heights, NH-58, Raj nagar extension,','Website & Digital Marketing','','propertyshiksha.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4701,'',0,'13'),(4913,'1712AA0212','Dinesh Mahajan','kanavmahajan4@gmail.com','11/9/2017','9811165646','AD-109, Amrit Street Compound, South Side G.T. Road Industrial Area,','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','Software','Not Provideed','Not Provideed','AD-109, Amrit Street Compound, South Side G.T. Road Industrial Area,','Software','','mahajantradingco.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4702,'',0,'13'),(4914,'1712AA0213','Mohan sharma','mohan_sharma23@yahoo.com','11/9/2017','9555546677','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','Website','Not Provideed','Not Provideed','','Website','','planetofjobs.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4703,'',0,'13'),(4915,'1712AA0214','VIPIN Agarwal','mailvipinagarwal@gmail.com','11/9/2017','9899910091','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','clubdealsindia@gmail.com','Not Provideed','Not Provideed','','clubdealsindia@gmail.com','','brokeragefreeindia.com','other_detail','244','244','244','','','',2,'','Portal Property','21','','','242','2017-12-11 07:40:02','0',4704,'',0,'13'),(4916,'1712AA0215','Pankaj Vats','pvatsmail@gmail.com','11/9/2017','9810333606','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','','Not Provideed','Not Provideed','','','','','other_detail','244','244','244','','','',2,'','Education Portal','21','','','242','2017-12-11 07:40:02','0',4705,'',0,'13'),(4917,'1712AA0216','ASHISH SINHA','ashish3sinha@gmail.com','11/10/2017','9871277902','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/10/2017','website','Not Provideed','Not Provideed','','website','','machark.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4706,'',0,'13'),(4918,'1712AA0217','Prashant sharda','Prashantsharda2k@gmail.com','14/11/2017','7838361200','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','14/11/2017','website','Not Provideed','Not Provideed','','website','','callmybai.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4707,'',0,'13'),(4919,'1712AA0218','Prashant','','14/11/2017','9999893165','','India','Fresh','other','New','Sale/Rent','No','Buy','Shrawan','14/11/2017','website','Not Provideed','Not Provideed','','website','','White star laundry','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4708,'',0,'13'),(4920,'1712AA0219','Rahul Jain','ca.rahulvjain@gmail.com','15/11/2017','9958040508','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','http://100gm.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4709,'',0,'13'),(4921,'1712AA0220','Krishan Kumar Jain','','15/11/2017','9811513046','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','http://jainkidukaan.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4710,'',0,'13'),(4922,'1712AA0221','prashant agrawal','yorroom@gmail.com','15/11/2017','9560033023','a-22 Sector -41','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','','Not Provideed','Not Provideed','a-22 Sector -41','','','yorroom.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4711,'',0,'13'),(4923,'1712AA0222','Nikhil Jain','','15/11/2017','9650115898','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan ','15/11/2017','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4712,'',0,'13'),(4924,'1712AA0223','Rajesh    ','','17/11/2017','9810040925','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','17/11/2017','','Not Provideed','Not Provideed','','','','MANISH Mago','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4713,'',0,'13'),(4925,'1712AA0224','Rahul Thukral','','18/11/2017','9990436660','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','18/11/2017','Dynamic ','Not Provideed','Not Provideed','','Dynamic ','','thukral interiors','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4714,'',0,'13'),(4926,'1712AA0225','Anuj Choudhary','','22/11/2017','8285814400','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan ','22/11/2017','promotion','Not Provideed','Not Provideed','','promotion','','www.e6laundry.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4715,'',0,'13'),(4927,'1712AA0226','Anuj poonia','','22/11/2017','8826830667','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','22/11/2017','','Not Provideed','Not Provideed','','','','http://laundryexperts.co.in','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4716,'',0,'13'),(4928,'1712AA0227','Praveen Gautam','','23/11/2017','8745809508','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','23/11/2017','mobile application ios','Not Provideed','Not Provideed','','mobile application ios','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4717,'',0,'13'),(4929,'1712AA0228','Dr N.K Pandit','','23/11/2017','9899245536','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','23/11/2017','website','Not Provideed','Not Provideed','','website','','latechnofoodconsultant.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:02','0',4718,'',0,'13'),(4930,'1712AA0229','Dinesh Chand','','24/11/2017','9873766397','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','24/11/2017','Job Portal','Not Provideed','Not Provideed','','Job Portal','','kalaajobs.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4719,'',0,'13'),(4931,'1712AA0230','Abdul Karim','','27/11/2017','9997199544','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','27/11/2017','website','Not Provideed','Not Provideed','','website','','http://kwalityagro.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4720,'',0,'13'),(4932,'1712AA0231','Satya prakash Bhati','','27/11/2017','7042904474','E-189 sec 63 Noida ','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','27/11/2017','','Not Provideed','Not Provideed','E-189 sec 63 Noida ','','','http://liwork.in/','other_detail','244','244','244','','','',2,'','Website & Mobile Application','16','','','242','2017-12-11 07:40:09','0',4721,'',0,'13'),(4933,'1712AA0232','Surjeet Punia','','29/11/2017','8750573766','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','29/11/2017','digital marketing','Not Provideed','Not Provideed','','digital marketing','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4722,'',0,'13'),(4934,'1712AA0233','Saurav Sharma','thesauravsharma@gmail.com','29/11/2017','9911196111','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','29/11/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','e-clickstore.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4723,'',0,'13'),(4935,'1712AA0234','pushar chauhan','latesttshirt@gmail.com','29/11/2017','9891967221','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','29/11/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','latesttshirt.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4724,'',0,'13'),(4936,'1712AA0235','KK Singh','','29/11/2017','9811862604','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','29/11/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4725,'',0,'13'),(4937,'1712AA0236','Mukesh','','30/11/2017','9158450142','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','30/11/2017','mobile application','Not Provideed','Not Provideed','','mobile application','','','other_detail','244','244','244','','','',2,'','refrence mobile application','16','','','242','2017-12-11 07:40:09','0',4726,'',0,'13'),(4938,'1712AA0237','Zakir Khan','zakirkhan9604@gmail.com','30/11/2017','9871543962','','India','Fresh','Just dial','New','Sale/Rent','No','Buy','Shrawan','30/11/2017','Accounting software','Not Provideed','Not Provideed','','Accounting software','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4727,'',0,'13'),(4939,'1712AA0238','shiwani','','30/11/2017','9643766452','','India','Fresh','Just dial','New','Sale/Rent','No','Buy','Shrawan','30/11/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4728,'',0,'13'),(4940,'1712AA0239','Amit  ','amit@spacworld.com','4/12/2017','9873463668','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','4/12/2017','','Not Provideed','Not Provideed','','','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4729,'',0,'13'),(4941,'1712AA0240','gaurav chawla','gauravto30@yahoo.com','4/12/2017','7840070909','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','4/12/2017','website','Not Provideed','Not Provideed','','website','','solarindiastore.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4730,'',0,'13'),(4942,'1712AA0241','Md Shadab Alam','','7/12/2017','9555503117','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','7/12/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4731,'',0,'13'),(4943,'1712AA0242','Sumit Arora','','7/12/2017','8285673719','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','7/12/2017','digital marketing','Not Provideed','Not Provideed','','digital marketing','','http://www.anokhecollections.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4732,'',0,'13'),(4944,'1712AA0243','Ravi Garg','http://www.jrdistributors.com/','12/07/2017','9810333770','Genious Trading Company','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan ','12/07/2017','','Not Provideed','Not Provideed','Genious Trading Company','','','http://snappyhomes.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4733,'',0,'13'),(4945,'1712AA0244','Sunil Garoo','','12/07/2017','9999032743','garoo2017@gmail.com','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','12/07/2017','Website','Not Provideed','Not Provideed','garoo2017@gmail.com','Website','','garibkart.com/indiaekart.com','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4734,'',0,'13'),(4946,'1712AA0245','sudhakar kumar','','12/08/2017','9818475548','Milestone Integrated Services Pvt. Ltd.','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','12/08/2017','website','Not Provideed','Not Provideed','Milestone Integrated Services Pvt. Ltd.','website','','milestone-india.com','other_detail','244','244','244','','','',2,'','Dynamic Website','21','','','242','2017-12-11 07:40:09','0',4735,'',0,'13'),(4947,'1712AA0246','Mr. neeraj','','12/8/2017','8826293153','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','12/8/2017','','Not Provideed','Not Provideed','','','','http://www.amritfood.com/','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4736,'',0,'13'),(4948,'1712AA0247','Nitin dagar','','12/8/2017','9953402921','Office No- 733, aditya business centre, near lal kuwa ghaziabad','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','12/8/2017','Website','Not Provideed','Not Provideed','Office No- 733, aditya business centre, near lal kuwa ghaziabad','Website','','http://www.dagardeveloper.com/','other_detail','244','244','244','','','',2,'','Dynamic Website Interior','21','','','242','2017-12-11 07:40:09','0',4737,'',0,'13'),(4949,'1712AA0248','Akash dixit','groupdivyakash@gmail.com','12/08/2017','9999609559','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','12/08/2017','','Not Provideed','Not Provideed','','','','www.divyakashgrop.com','other_detail','244','248','244','','','',6,'','dynamic website','21','','','242','2017-12-11 07:40:09','0',4738,'',0,'13'),(4950,'1712AA0249','Mithlesh  Singh','earthmatrixinfo@gmail.com','12/08/2017','7838384444','Earth matrix','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','12/08/2017','Lead Management','Not Provideed','Not Provideed','Earth matrix','Lead Management','','http://earthmatrix.in/','other_detail','244','248','244','','','',6,'','LMS','16','','','242','2017-12-11 07:40:09','0',4739,'',0,'13'),(4951,'1712AA0250','Sanjeev   ','http://bookmyhomes.co.in','12/08/2017','9716129603','Book my Homes','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','12/08/2017','Lead Management','Not Provideed','Not Provideed','Book my Homes','Lead Management','','9665819923','other_detail','244','244','244','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4740,'',0,'13'),(4952,'1712AA0251','Jagjit Singh','jagjit9899625447@gmail.com','14/9/2017','9899625452','34A G and  JU Block Pitampura  New Delhi 110088','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','14/9/2017','SEO promotion','Not Provideed','Not Provideed','34A G and  JU Block Pitampura  New Delhi 110088','SEO promotion','','jagjitsinghphotography.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4741,'',0,'13'),(4953,'1712AA0252','Balku','','14/9/2017','9958559595','Plot No .292, Sector 4, Vaishali','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','14/9/2017','Website','Not Provideed','Not Provideed','Plot No .292, Sector 4, Vaishali','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4742,'',0,'13'),(4954,'1712AA0253','Sarvesh','','14/9/2017','9953288214','Block D, Katwaria Sarai','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','14/9/2017','Mobile apllication','Not Provideed','Not Provideed','Block D, Katwaria Sarai','Mobile apllication','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4743,'',0,'13'),(4955,'1712AA0254','Dileep','','26/9/2017','7836088914','Raj Nagar NH-58,C-604 A,Rameshwarn Society','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','26/9/2017','Website','Not Provideed','Not Provideed','Raj Nagar NH-58,C-604 A,Rameshwarn Society','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4744,'',0,'13'),(4956,'1712AA0255','Bhaskar pandey','','15/9/2017','9971539346','M212 Near flamiyo films Lado Sarai,Saket','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','15/9/2017','Project Management & Inventory Management','Not Provideed','Not Provideed','M212 Near flamiyo films Lado Sarai,Saket','Project Management & Inventory Management','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4745,'',0,'13'),(4957,'1712AA0256','Suneet agnihotri','suneet.agnihotri@gmail.com','16/9/2017','8800381000','FF 88 Durga Tower Behind Gur Mall RDC','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','16/9/2017','Website','Not Provideed','Not Provideed','FF 88 Durga Tower Behind Gur Mall RDC','Website','','companion4india.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4746,'',0,'13'),(4958,'1712AA0257','Vishal','','18/9/2017','9711400005','Vill Rangpuri NH-8 near radisson hotel','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','18/9/2017','Website','Not Provideed','Not Provideed','Vill Rangpuri NH-8 near radisson hotel','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4747,'',0,'13'),(4959,'1712AA0258','Abhishek','','19/9/2017','9773534902','Office ff29 criuse one holidays pearl omaxe netaji subhash place delhi 110034','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','19/9/2017','Website','Not Provideed','Not Provideed','Office ff29 criuse one holidays pearl omaxe netaji subhash place delhi 110034','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:09','0',4748,'',0,'13'),(4960,'1712AA0259','Rahul','','19/9/2017','9971088071','','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','19/9/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4749,'',0,'13'),(4961,'1712AA0260','Anil','tevetiaanil@gmail.com','21/9/2017','9873659517','','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','21/9/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4750,'',0,'13'),(4962,'1712AA0261','Rajeev kumar','rajsastastore@gmail.com','22/9/2017','9718802643','Near Mcd Dispensary Madanpur Khadar Sarita Vihar  New Delhi','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','22/9/2017','Website','Not Provideed','Not Provideed','Near Mcd Dispensary Madanpur Khadar Sarita Vihar  New Delhi','Website','','yuvajobportal.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4751,'',0,'13'),(4963,'1712AA0262','Anuj Barthwal','anuj@exsecant.com','22/9/2017','9953201693','Block D-242, Sector-63, Noida','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','22/9/2017','Ecommerce website','Not Provideed','Not Provideed','Block D-242, Sector-63, Noida','Ecommerce website','','jadsjournals.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4752,'',0,'13'),(4964,'1712AA0263','Vaibhav Garg','cs.shraddhagarg@gmail.com','22/9/2017','9810781780','a906 express greens vaishali vaishali ghaziabad','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','22/9/2017','Website','Not Provideed','Not Provideed','a906 express greens vaishali vaishali ghaziabad','Website','','jollity.life','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4753,'',0,'13'),(4965,'1712AA0264','Hiralal Choudhry','hiralalchoudhry@gmail.com','25/9/2017','7838591978','224, Ph-1, Pkt-1 Sector-13 Dwarka South West Delhi','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','25/9/2017','Mobile apllication','Not Provideed','Not Provideed','224, Ph-1, Pkt-1 Sector-13 Dwarka South West Delhi','Mobile apllication','','mojotrash.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4754,'',0,'13'),(4966,'1712AA0265','harmeet gandhi','gandhiharmeet43@gmail.com','25/9/2017','9999562955','16/23 W.E.A. kAROL BAGH, New Delhi','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','25/9/2017','Website','Not Provideed','Not Provideed','16/23 W.E.A. kAROL BAGH, New Delhi','Website','','demaindia.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4755,'',0,'13'),(4967,'1712AA0266','RK YADAV','rkyadavmotivationalclasses@gmail.com','25/9/2017','8448669322','','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','25/9/2017','Mobile apllication','Not Provideed','Not Provideed','','Mobile apllication','','rkyadavmotivationalclasses.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4756,'',0,'13'),(4968,'1712AA0267','Banty','','26/9/2017','7986723976','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','26/9/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4757,'',0,'13'),(4969,'1712AA0268','Sunil','','26/9/2017','9810777770',' Shop No-26, Satyawati Colony DDA Market,, Phase 3, Ashok Vihar','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','26/9/2017','Website','Not Provideed','Not Provideed',' Shop No-26, Satyawati Colony DDA Market,, Phase 3, Ashok Vihar','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4758,'',0,'13'),(4970,'1712AA0269','Manoj sharma','no1astrologerindia@gmail.com','27/9/2017','9810563893','sec-6,rohini, near vishraam chowk','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','27/9/2017','Online Promotion','Not Provideed','Not Provideed','sec-6,rohini, near vishraam chowk','Online Promotion','','no1astrologerindia.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4759,'',0,'13'),(4971,'1712AA0270','Mayank','','28/9/2017','9650506562','B-05 guruteg Bahadur market jagat farm greater noida','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','28/9/2017','Website','Not Provideed','Not Provideed','B-05 guruteg Bahadur market jagat farm greater noida','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4760,'',0,'13'),(4972,'1712AA0271','Karan Chopra','','03/10/2017','9991003244','Rohtak','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','03/10/2017','Website','Not Provideed','Not Provideed','Rohtak','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4761,'',0,'13'),(4973,'1712AA0272','Gangan','','03/10/2017','9718662881','Vaibhav khand-2, Near Kala Pathar, Indirapuram, Ghaziabad, Uttar Pradesh 201010','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','03/10/2017','Mobile apllication','Not Provideed','Not Provideed','Vaibhav khand-2, Near Kala Pathar, Indirapuram, Ghaziabad, Uttar Pradesh 201010','Mobile apllication','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4762,'',0,'13'),(4974,'1712AA0273','Rajiv Aggarwal','','03/10/2017','9555945206','Shop No.48 & 67 GF, K-Block, Ansal Fortune. Arcade, Sector-18 Noida, 201301','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','03/10/2017','Website','Not Provideed','Not Provideed','Shop No.48 & 67 GF, K-Block, Ansal Fortune. Arcade, Sector-18 Noida, 201301','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4763,'',0,'13'),(4975,'1712AA0274','Alok Arora','aroraalok@hotmail.com','05/10/2017','9811680455','Saket','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','05/10/2017','Website','Not Provideed','Not Provideed','Saket','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4764,'',0,'13'),(4976,'1712AA0275','Pawan Grover','','05/10/2017','9810911777','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','05/10/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4765,'',0,'13'),(4977,'1712AA0276','PS Sharma','','05/10/2017','9205526370','B-2/414, K.H. No-381, Main 23ft Road, Neae Gyan Sarover Public School, Harsh Vihar, Ghaziabad, Delhi 110093','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','05/10/2017','Website','Not Provideed','Not Provideed','B-2/414, K.H. No-381, Main 23ft Road, Neae Gyan Sarover Public School, Harsh Vihar, Ghaziabad, Delhi 110093','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4766,'',0,'13'),(4978,'1712AA0277','Rajiv Kumar Gupta','','06/10/2017','9810225913',' R-16, Building No. 3, Ansal Chamber No. 1, Bhikaji Cama Place, Bhikaji Camma Palace, New Delhi, Delhi 110066','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','06/10/2017','Website','Not Provideed','Not Provideed',' R-16, Building No. 3, Ansal Chamber No. 1, Bhikaji Cama Place, Bhikaji Camma Palace, New Delhi, Delhi 110066','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4767,'',0,'13'),(4979,'1712AA0278','Anmol Garg','anmol@qversoft.com','06/10/2017','9990054840','FF-05,Parsvnath Bibhab Plaza Commercial Belt,Alpha-1,Greater Noida','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','06/10/2017','website','Not Provideed','Not Provideed','FF-05,Parsvnath Bibhab Plaza Commercial Belt,Alpha-1,Greater Noida','website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4768,'',0,'13'),(4980,'1712AA0279','Rohan','sales@whoisdb.in','09/10/2017','9357656764','Flat  - 78, Sector 24 Rohini, Near Rithal Metro Station','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','09/10/2017','website','Not Provideed','Not Provideed','Flat  - 78, Sector 24 Rohini, Near Rithal Metro Station','website','','astroloveback.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4769,'',0,'13'),(4981,'1712AA0280','Shiv','','10/10/2017','8802378710','','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','10/10/2017','Mobile apllication','Not Provideed','Not Provideed','','Mobile apllication','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4770,'',0,'13'),(4982,'1712AA0281','Piyush','piyushtripathi0070@gmail.com','11/10/2017','9958498525','','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','11/10/2017','Website','Not Provideed','Not Provideed','','Website','','sarwaarth.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4771,'',0,'13'),(4983,'1712AA0282','Sunny','sunnytravel93@gmail.com','11/10/2017','8750057777','Chaudhary Rampal Awana Complex, Chakki Wali Gali, B Block, Pocket E, Sector 27, Noida, Uttar Pradesh 201301','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','11/10/2017','Website','Not Provideed','Not Provideed','Chaudhary Rampal Awana Complex, Chakki Wali Gali, B Block, Pocket E, Sector 27, Noida, Uttar Pradesh 201301','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4772,'',0,'13'),(4984,'1712AA0283','Khumud Mishra','kumudmishra@live.com','12/10/2017','8920519677','290 rajan vihar, uttam nagar','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','12/10/2017','Dynamic website','Not Provideed','Not Provideed','290 rajan vihar, uttam nagar','Dynamic website','','pssworld.org','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4773,'',0,'13'),(4985,'1712AA0284','Vikas Sharma','vikas5937@gmail.com','12/10/2017','9999881919','A 44 M S Park','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','12/10/2017','Online Promotion','Not Provideed','Not Provideed','A 44 M S Park','Online Promotion','','indianartsfoundation.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4774,'',0,'13'),(4986,'1712AA0285','RAKESH','mibsonspharmaceutical@gmail.com','12/10/2017','9555122395','','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','12/10/2017','Website','Not Provideed','Not Provideed','','Website','','mibsonspharmaceutical.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4775,'',0,'13'),(4987,'1712AA0286','Vikas Pandey','','12/10/2017','9999418354','PKB-37,Sec-122,Noida','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','12/10/2017','Mobile apllication','Not Provideed','Not Provideed','PKB-37,Sec-122,Noida','Mobile apllication','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4776,'',0,'13'),(4988,'1712AA0287','Chetan','','12/10/2017','9582058187','','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','12/10/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4777,'',0,'13'),(4989,'1712AA0288','Sartaj','sartajkhan34.sj@gmail.com','13/10/2017','8745834019','','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','13/10/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:19','0',4778,'',0,'13'),(4990,'1712AA0289','Sanjay','','13/10/2017','9810521394','fashion zone,shreejee place near vinayak hospital ,sec-27,noida','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','13/10/2017','Online Promotion','Not Provideed','Not Provideed','fashion zone,shreejee place near vinayak hospital ,sec-27,noida','Online Promotion','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:30','0',4779,'',0,'13'),(4991,'1712AA0290','Parvesh Aggarwal','','25/10/2017','9811997786','73/4, Green park main road, Yusuf Sarai-Green Park, Delhi - 110016, Near metro gate no 1','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','25/10/2017','Website','Not Provideed','Not Provideed','73/4, Green park main road, Yusuf Sarai-Green Park, Delhi - 110016, Near metro gate no 1','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:30','0',4780,'',0,'13'),(4992,'1712AA0291','Ashish Rastogi','','27/10/2017','9990382379','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','27/10/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:30','0',4781,'',0,'13'),(4993,'1712AA0292','Manoj','','30/10/2017','9999375761','Shop No.2, Yadav Complex Market, Sector 35,, Noida, Uttar Pradesh 201301','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','30/10/2017','Website','Not Provideed','Not Provideed','Shop No.2, Yadav Complex Market, Sector 35,, Noida, Uttar Pradesh 201301','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:30','0',4782,'',0,'13'),(4996,'1712AA0295','Ravin Chaudhary','','01/11/2017','9891144315','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','01/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','245','','','',9,'WARM','call on 21 dec','0','','','242','2017-12-11 07:40:30','0',4785,'',0,'13'),(4997,'1712AA0296','Piyush','','01/11/2017','9911317507',' SF-01, Parsvnath Bibhab Plaza, Alpha 1,Commercial Belt, Greater Noida, Uttar Pradesh 201308','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','01/11/2017','Website','Not Provideed','Not Provideed',' SF-01, Parsvnath Bibhab Plaza, Alpha 1,Commercial Belt, Greater Noida, Uttar Pradesh 201308','Website','','','other_detail','242','244','245','','','',2,'HOT','Website','21','','','242','2017-12-11 07:40:30','0',4786,'',0,'13'),(4998,'1712AA0297','Tarun','','01/11/2017','8375835746','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','01/11/2017','Mobile apllication','Not Provideed','Not Provideed','','Mobile apllication','','','other_detail','242','244','245','','','',2,'HOT','Mobile application','16','','','242','2017-12-11 07:40:30','0',4787,'',0,'13'),(4999,'1712AA0298','Malhotra','','02/11/2017','9818781602','Shop No. D-3/1, Jeewn Park, Pankha Road Opp. A-, Block A2, Janakpuri, Delhi, 110059','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','02/11/2017','Website','Not Provideed','Not Provideed','Shop No. D-3/1, Jeewn Park, Pankha Road Opp. A-, Block A2, Janakpuri, Delhi, 110059','Website','','','other_detail','242','244','245','','','',2,'WARM','Website','21','','','242','2017-12-11 07:40:30','0',4788,'',0,'13'),(5000,'1712AA0299','kumar Kapil','','03/11/2017','9717063481','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','03/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4789,'',0,'13'),(5001,'1712AA0300','Arvind','','05/11/2017','9958858883','A-1, Plot No.- 350, Shakti Khand -3, Indirapuram','India','Fresh','Others','New','Sale/Rent','No','Buy','Neha','05/11/2017','Online Promotion','Not Provideed','Not Provideed','A-1, Plot No.- 350, Shakti Khand -3, Indirapuram','Online Promotion','','','other_detail','242','244','245','','','',2,'WARM','Online promotion','22','','','242','2017-12-11 07:40:30','0',4790,'',0,'13'),(5002,'1712AA0301','Sahil Arora','','06/11/2017','9717654326','SE-119, Jaipuria Sunrise Plaza, Ahinsa Khand-1, Indirapuram, Ghaziabad, Uttar Pradesh 201014','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','06/11/2017','Website','Not Provideed','Not Provideed','SE-119, Jaipuria Sunrise Plaza, Ahinsa Khand-1, Indirapuram, Ghaziabad, Uttar Pradesh 201014','Website','','','other_detail','242','244','245','','','',2,'WARM','Website','21','','','242','2017-12-11 07:40:30','0',4791,'',0,'13'),(5003,'1712AA0302','RAVINDRA SINGH','rstomar09@gmail.com','07/11/2017','9999996843','620 A NYAY KHAND 1ST INDIRAPURAM','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','07/11/2017','Website','Not Provideed','Not Provideed','620 A NYAY KHAND 1ST INDIRAPURAM','Website','','indiatrove.com','other_detail','242','244','245','','','',9,'WARM','website','0','','','242','2017-12-11 07:40:30','0',4792,'',0,'13'),(5004,'1712AA0303','Kamal Kishore','kkishore.cool@gmail.com','07/11/2017','9711558951','N-542, Mangol Puri','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','07/11/2017','Ecommerce website','Not Provideed','Not Provideed','N-542, Mangol Puri','Ecommerce website','','tigerland.online','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4793,'',0,'13'),(5005,'1712AA0304','Ajay Kumar','bestajaykumar@yahoo.com','08/11/2017','9910758758',' Gurudwara, Hastsal Rd, JJ Colony, Uttam Nagar, Delhi, 110066','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','08/11/2017','Mobile apllication','Not Provideed','Not Provideed',' Gurudwara, Hastsal Rd, JJ Colony, Uttam Nagar, Delhi, 110066','Mobile apllication','','','other_detail','242','244','245','','','',9,'COLD','call on 15 dec','0','','','242','2017-12-11 07:40:30','0',4794,'',0,'13'),(5006,'1712AA0305','Anurag','','08/11/2017','9911118209','The Burgers nation ,Sector 39 Gurgaon','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','08/11/2017','Ecommerce website','Not Provideed','Not Provideed','The Burgers nation ,Sector 39 Gurgaon','Ecommerce website','','','other_detail','242','244','245','','','',2,'WARM','E commerce website','21','','','242','2017-12-11 07:40:30','0',4795,'',0,'13'),(5007,'1712AA0306','Rakesh Kumar','','14/11/17','9718854780','','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','14/11/17','Mobile apllication','Not Provideed','Not Provideed','','Mobile apllication','','sahupublicspeakingclasses.com','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4796,'',0,'13'),(5008,'1712AA0307','Kailash','kalishb2010@gmail.com','14/11/17','9999984518','Plot No. 403, 2nd Floor, Niti Khand II, Indirapuram, Ghaziabad, Uttar Pradesh 201014','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','14/11/17','Website','Not Provideed','Not Provideed','Plot No. 403, 2nd Floor, Niti Khand II, Indirapuram, Ghaziabad, Uttar Pradesh 201014','Website','','','other_detail','242','244','245','','','',9,'WARM','website regarding','0','','','242','2017-12-11 07:40:30','0',4797,'',0,'13'),(5009,'1712AA0308','Pritish Chawla','','14/11/17','8860254524','MP 34, Dda Market And City Park Road, Pitampura, Delhi - 110034, Near City Park Hotel','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','14/11/17','Website','Not Provideed','Not Provideed','MP 34, Dda Market And City Park Road, Pitampura, Delhi - 110034, Near City Park Hotel','Website','','','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4798,'',0,'13'),(5010,'1712AA0309','Atul singh','','16/11/17','9717059021','C 494, New Ashok Nagar','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','16/11/17','Dynamic Website','Not Provideed','Not Provideed','C 494, New Ashok Nagar','Dynamic Website','','','other_detail','242','244','245','','','',9,'WARM','online promotion','0','','','242','2017-12-11 07:40:30','0',4799,'',0,'13'),(5011,'1712AA0310','Gaurav Girdhar','','17/11/17','9818273707','15/shubh niketan app A-4 block paschim vihar','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','17/11/17','Website','Not Provideed','Not Provideed','15/shubh niketan app A-4 block paschim vihar','Website','','grandharvest.info','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4800,'',0,'13'),(5012,'1712AA0311','Somnath','','17/11/17','9250092226','Ahinsha Khand, Indirapuram201014 Ghaziabad, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','17/11/17','Website/Mobile application','Not Provideed','Not Provideed','Ahinsha Khand, Indirapuram201014 Ghaziabad, India','Website/Mobile application','','','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:30','0',4801,'',0,'13'),(5013,'1712AA0312','Pradeep','','17/11/17','9818346197','','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','17/11/17','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','245','','','',9,'WARM','website','0','','','242','2017-12-11 07:40:30','0',4802,'',0,'13'),(5014,'1712AA0313','Vipin','','21/11/17','9811721614','D16,sec-105,noida','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','21/11/17','Website','Not Provideed','Not Provideed','D16,sec-105,noida','Website','','www.insuireel.com','other_detail','242','244','245','','','',2,'HOT','website','21','','','242','2017-12-11 07:40:30','0',4803,'',0,'13'),(5015,'1712AA0314','Nadeem','','22/11/17','9560234439','noida sector 77201301 Noida, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','22/11/17','Website','Not Provideed','Not Provideed','noida sector 77201301 Noida, India','Website','','','other_detail','242','244','245','','','',9,'WARM','Website','0','','','242','2017-12-11 07:40:30','0',4804,'',0,'13'),(5016,'1712AA0315','Sandhi sharma','','22/11/17','9971198376','Building Number-446/1, Main Road, Shahdara, Delhi - 110032, Bhola Nath Nagar','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','22/11/17','Website','Not Provideed','Not Provideed','Building Number-446/1, Main Road, Shahdara, Delhi - 110032, Bhola Nath Nagar','Website','','','other_detail','242','244','245','','','',2,'WARM','Website','21','','','242','2017-12-11 07:40:30','0',4805,'',0,'13'),(5017,'1712AA0316','','','23/11/17','9958643258','C-4, 1st Floor R.K.Tower, Vaishali Sector-4201010 Ghaziabad, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','23/11/17','Website','Not Provideed','Not Provideed','C-4, 1st Floor R.K.Tower, Vaishali Sector-4201010 Ghaziabad, India','Website','','','other_detail','242','244','245','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:30','0',4806,'',0,'13'),(5018,'1712AA0317','','','23/11/17','9711305845','A58 FF Ganesh Nagar Pandav Nagar Complex Near Hanuman Mandir110092 Delhi, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','23/11/17','Website','Not Provideed','Not Provideed','A58 FF Ganesh Nagar Pandav Nagar Complex Near Hanuman Mandir110092 Delhi, India','Website','','','other_detail','242','244','245','','','',9,'WARM','website,call on 18 dec','0','','','242','2017-12-11 07:40:30','0',4807,'',0,'13'),(5019,'1712AA0318','Rahul','','24/11/17','9818443384','3134 A Mahindra Park , Pitam Pura, New Delhi, India ','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','24/11/17','Website','Not Provideed','Not Provideed','3134 A Mahindra Park , Pitam Pura, New Delhi, India ','Website','','','other_detail','244','248','245','','','',6,'WARM','website ','21','','','242','2017-12-11 07:40:30','0',4808,'',0,'13'),(5020,'1712AA0319','Sharwan kumar','','29/11/17','9212696273','patel nagar201001 Ghazibad, Uttar Pradesh, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','29/11/17','Website','Not Provideed','Not Provideed','patel nagar201001 Ghazibad, Uttar Pradesh, India','Website','','','other_detail','242','244','245','','','',2,'WARM','website','21','','','242','2017-12-11 07:40:42','0',4809,'',0,'13'),(5021,'1712AA0320','','','29/11/17','8285110005','patel nagar west110008 New Delhi, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','29/11/17','Mobile application','Not Provideed','Not Provideed','patel nagar west110008 New Delhi, India','Mobile application','','','other_detail','242','244','245','','','',9,'COLD','Not interested','0','','','242','2017-12-11 07:40:42','0',4810,'',0,'13'),(5022,'1712AA0321','Ridhi','gupta_92@yahoo.com','30/11/17','9711238852','Orange county ahinsa khand 1st indirapuram201014 Ghaziabad, India','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','30/11/17','Website','Not Provideed','Not Provideed','Orange county ahinsa khand 1st indirapuram201014 Ghaziabad, India','Website','','','other_detail','242','244','245','','','',9,'COLD','call on 15 dec','0','','','242','2017-12-11 07:40:42','0',4811,'',0,'13'),(5023,'1712AA0322','Vikram','','04/12/17','9818929901','Plot-101 ( Khoda Colony ) Sec-62, Noida','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Neha','04/12/17','Mobile apllication','Not Provideed','Not Provideed','Plot-101 ( Khoda Colony ) Sec-62, Noida','Mobile apllication','','','other_detail','242','244','245','','','',2,'WARM','Mobile application','16','','','242','2017-12-11 07:40:42','0',4812,'',0,'13'),(5024,'1712AA0323','Dr.Sartaj','','12/06/2017','9811345488','','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','12/06/2017','','Not Provideed','Not Provideed','','','','jssphysiotherapyclinic.com','other_detail','242','244','245','','','',9,'COLD','call on 15 dec','0','','','242','2017-12-11 07:40:42','0',4813,'',0,'13'),(5025,'1712AA0324','Raj','','12/07/2017','9999138832','max studio A-19  Ansari Rd Near radha madhav mandir, Dariya Ganj, New Delhi, Delhi 110002','India','Fresh','WhoIS','New','Sale/Rent','No','Buy','Neha','12/07/2017','Mobile application,website','Not Provideed','Not Provideed','max studio A-19  Ansari Rd Near radha madhav mandir, Dariya Ganj, New Delhi, Delhi 110002','Mobile application,website','','shardaswarsangam.com','other_detail','242','244','245','','','',2,'WARM','Mobile application','16','','','242','2017-12-11 07:40:42','0',4814,'',0,'13'),(5026,'1712AA0325','Vikas','','12/08/2017','9810406768','C-30A, Rajat Vihar,Sector 62, Noida','India','Fresh','Google','New','Sale/Rent','No','Buy','Neha','12/08/2017','Website','Not Provideed','Not Provideed','C-30A, Rajat Vihar,Sector 62, Noida','Website','','','other_detail','242','244','245','','','',2,'WARM','website','21','','','242','2017-12-11 07:40:42','0',4815,'',0,'13'),(5027,'1712AA0326','Virendra','sunburst.it.research@gmail.com','14-9-2017','9935425965','New Delhi','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','14-9-2017','E-commerce','Not Provideed','Not Provideed','New Delhi','E-commerce','','rajputdhaba.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4816,'',0,'13'),(5028,'1712AA0327','Pawan','','15/9/2017','9871477022',' B-13, Ground Floor, New Krishna Park, Vikaspuri, Delhi','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','15/9/2017','Mobile application','Not Provideed','Not Provideed',' B-13, Ground Floor, New Krishna Park, Vikaspuri, Delhi','Mobile application','','http://www.pssolutionz.com/','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4817,'',0,'13'),(5029,'1712AA0328','Varun','','16/9/2017',' 98715 91537','sector 50, café coffee day','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','16/9/2017','Digital marketing','Not Provideed','Not Provideed','sector 50, café coffee day','Digital marketing','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4818,'',0,'13'),(5030,'1712AA0329','Punit kumar','pkumar151293@gmail.com','18/9/2017','919711140266','305 jyoti shikhar janak puri west metro station','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','18/9/2017','','Not Provideed','Not Provideed','305 jyoti shikhar janak puri west metro station','','','mutualfundsipbazar.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4819,'',0,'13'),(5031,'1712AA0330','Saurabh Halder','Flyamericanow@gmail.com','18/9/2017','9873834504','191 dda flats','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','18/9/2017','Mobile application','Not Provideed','Not Provideed','191 dda flats','Mobile application','','flyamericanow.us','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4820,'',0,'13'),(5032,'1712AA0331','DEVENDRA SINGH RAGHAV','DEVRAGHAV78@GMAIL.COM','18/9/2017','9971745164','A-1401, skytech marrort, sector 76, noida','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','18/9/2017','Website','Not Provideed','Not Provideed','A-1401, skytech marrort, sector 76, noida','Website','','infosightsoftwaretechnologie.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4821,'',0,'13'),(5033,'1712AA0332','Mohan Kumar','mohankanand@gmail.com','22/9/2017','9811294635','Krishna Nagar','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','22/9/2017','Website','Not Provideed','Not Provideed','Krishna Nagar','Website','','poshehr.info','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4822,'',0,'13'),(5034,'1712AA0333','Parminder Singh','psbadalia@gmail.com','25/9/2017','9910071009','WZ 2/9 First Floor|Budela Village, Vikaspuri','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','25/9/2017','Website','Not Provideed','Not Provideed','WZ 2/9 First Floor|Budela Village, Vikaspuri','Website','','firstmileaccess.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4823,'',0,'13'),(5035,'1712AA0334','Anoop gupta','support@cachedsolutions.com','27/9/2017','98991 00739','101-108, First Floor, Bhanot Bhawan, Commercial Complex, Azadpur, ','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','27/9/2017','Mobile applications nd SEO','Not Provideed','Not Provideed','101-108, First Floor, Bhanot Bhawan, Commercial Complex, Azadpur, ','Mobile applications nd SEO','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4824,'',0,'13'),(5036,'1712AA0335','Prakash','rosemaryeventures@gmail.com','13/10/2017','8447130889, 9210226851','B3/10, Ganga Triveni Apartment, Plot 24/1, Sector-9, Rohini Delhi','India','Fresh','whois','New','Sale/Rent','No','Buy','Hena','13/10/2017','website','Not Provideed','Not Provideed','B3/10, Ganga Triveni Apartment, Plot 24/1, Sector-9, Rohini Delhi','website','','indianinstituteofvedicmathsandabacus.org','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4825,'',0,'13'),(5037,'1712AA0336','Roshan','roushan.singh72@gmail.com','13/10/2017','9540094944','71/1 Govind puri Krishna Nager','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','13/10/2017','website','Not Provideed','Not Provideed','71/1 Govind puri Krishna Nager','website','','dfiller.com','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4826,'',0,'13'),(5038,'1712AA0337','Deepak Goel','','13/10/2017','9811799699','Flat no.24,C-8,Vasant kunj','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','13/10/2017','website','Not Provideed','Not Provideed','Flat no.24,C-8,Vasant kunj','website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4827,'',0,'13'),(5039,'1712AA0338','Manoj','','26/10/2017','9971397471','surja market, sularpur, noida, sector 82','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','26/10/2017','website','Not Provideed','Not Provideed','surja market, sularpur, noida, sector 82','website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4828,'',0,'13'),(5040,'1712AA0339','Dhananjay jha','','26/10/2017','98181 07365',' SCO_15 Basement Part-II Opp.Kheri Pul Huda Market Faridabad, Sector 18, ','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','26/10/2017','promotion','Not Provideed','Not Provideed',' SCO_15 Basement Part-II Opp.Kheri Pul Huda Market Faridabad, Sector 18, ','promotion','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4829,'',0,'13'),(5041,'1712AA0340','Sourav','','26/10/2017','78628 81214',' Block C, Dabua Colony','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','26/10/2017','','Not Provideed','Not Provideed',' Block C, Dabua Colony','','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4830,'',0,'13'),(5042,'1712AA0341','Dinesh Gulati','','27/10/2017','99109 30991','1768, Saran School Rd, Sector 50','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','27/10/2017','','Not Provideed','Not Provideed','1768, Saran School Rd, Sector 50','','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4831,'',0,'13'),(5043,'1712AA0342','Deepak','travels.pavitra@gmail.com','27/10/2017','98118 70171','140/6, Bhraman Wara, Sector 1, Ballabhgarh','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','27/10/2017','website','Not Provideed','Not Provideed','140/6, Bhraman Wara, Sector 1, Ballabhgarh','website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4832,'',0,'13'),(5044,'1712AA0343','pankaj','','30/10/2017','99991 85832','SCO 178, Block 3, Ganga Shopping Complex, Sector 29','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','30/10/2017','Mobile applications','Not Provideed','Not Provideed','SCO 178, Block 3, Ganga Shopping Complex, Sector 29','Mobile applications','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4833,'',0,'13'),(5045,'1712AA0344','Ritu Raj','rajan1abp@gmail.com','01/11/2017','8527790952 ,9760800000','Plot no 16, a mahila udyami park ii ecotech iii, greater noida','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','01/11/2017','Website','Not Provideed','Not Provideed','Plot no 16, a mahila udyami park ii ecotech iii, greater noida','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4834,'',0,'13'),(5046,'1712AA0345','Atul Gaur','atulgaur@outlook.com','02/11/2017','9310052593,  9997490997','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','02/11/2017','Website','Not Provideed','Not Provideed','','Website','','worldoverseasservices.org','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4835,'',0,'13'),(5047,'1712AA0346','Rajeev','SHEKHARAD@GMAIL.COM','02/11/2017','9999318938','E-279,sector 27','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','02/11/2017','Website','Not Provideed','Not Provideed','E-279,sector 27','Website','','','other_detail','242','244','0','','','',1,'','','','','','242','2017-12-11 07:40:42','0',4836,'',0,'13'),(5048,'1712AA0347','Anju ','','08/11/2017','98712 93883',' SD-120, Jaipuria Sunrise Plaza, Behind Jaipuria Mall, Dr Sushila Naiyar Marg, Ahinsa Khand 1, Indirapuram','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','08/11/2017','Website','Not Provideed','Not Provideed',' SD-120, Jaipuria Sunrise Plaza, Behind Jaipuria Mall, Dr Sushila Naiyar Marg, Ahinsa Khand 1, Indirapuram','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:42','0',4837,'',0,'13'),(5049,'1712AA0348','Anil sharma','pvf1215@gmail.com','09/11/2017','9717677256','C-3/162,janakpuri,new delhi 58','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','09/11/2017','Website','Not Provideed','Not Provideed','C-3/162,janakpuri,new delhi 58','Website','','krishnabhumiholyday.com','other_detail','242','244','246','','','',2,'WARM','website','21','','','242','2017-12-11 07:40:42','0',4838,'',0,'13'),(5050,'1712AA0349','Niraj Kaushik','kaushik4522@gmail.com','10/11/2017','8802492688','Delhi','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','10/11/2017','website','Not Provideed','Not Provideed','Delhi','website','','miracleaasra.org','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4839,'',0,'13'),(5051,'1712AA0350','Mayank Handa','parellelpaths@gmail.com','10/11/2017','9999037007','B 82 Mansarover park Shahdara','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','10/11/2017','website','Not Provideed','Not Provideed','B 82 Mansarover park Shahdara','website','','parellelpaths.com','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4840,'',0,'13'),(5052,'1712AA0351','livtar sachdev','livtar.sachdev@gmail.com','10/11/2017','9811767560','Sector: 11D','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','10/11/2017','E-commerce','Not Provideed','Not Provideed','Sector: 11D','E-commerce','','sharviindia.com','other_detail','242','244','246','','','',9,'COLD','E-commerce','0','','','242','2017-12-11 07:40:53','0',4841,'',0,'13'),(5053,'1712AA0352','AVINASH ','','13/11/2017','9557108832','','India','Fresh','Others','New','Sale/Rent','No','Buy','Hena','13/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4842,'',0,'13'),(5054,'1712AA0353','Ishan','','13/11/2017','99993 88111','SPS Residency Market, Shop no. 16 GF Residential, Vaibhav Khand, Indirapuram','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','13/11/2017','Website','Not Provideed','Not Provideed','SPS Residency Market, Shop no. 16 GF Residential, Vaibhav Khand, Indirapuram','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4843,'',0,'13'),(5055,'1712AA0354','ajay tripathi','aj333@rediffmail.com','13/11/2017','8826512727','h3 29','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','13/11/2017','Mobile applications','Not Provideed','Not Provideed','h3 29','Mobile applications','','thechemistry.guru','other_detail','242','244','246','','','',9,'COLD','Mobile Application(follow up on feb)','0','','','242','2017-12-11 07:40:53','0',4844,'',0,'13'),(5056,'1712AA0355','Prateek goel','','14/11/2017','9971910104','Glory 701,Ajnara Gen X,Crossings Republic','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','14/11/2017','Website','Not Provideed','Not Provideed','Glory 701,Ajnara Gen X,Crossings Republic','Website','','','other_detail','242','244','246','','','',2,'WARM','website','21','','','242','2017-12-11 07:40:53','0',4845,'',0,'13'),(5057,'1712AA0356','Nitin','','14/11/2017','98731 10800','Shop No.23, Windsor Park, Vaibhav Khand, Indirapuram','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','14/11/2017','promotion','Not Provideed','Not Provideed','Shop No.23, Windsor Park, Vaibhav Khand, Indirapuram','promotion','','','other_detail','242','244','246','','','',9,'COLD','Digital marketing','0','','','242','2017-12-11 07:40:53','0',4846,'',0,'13'),(5058,'1712AA0357','Arun Kumar','rediccoint@gmail.com','15/11/2017','8447274197','Ho No. 53 Gali No. 10 c Molarband Exte.|Badarpur New Delhi','India','Fresh','whois','New','Sale/Rent','No','Buy','Hena','15/11/2017','E-commerce','Not Provideed','Not Provideed','Ho No. 53 Gali No. 10 c Molarband Exte.|Badarpur New Delhi','E-commerce','','banytom.com','other_detail','242','244','246','','','',9,'COLD','E-commerce','0','','','242','2017-12-11 07:40:53','0',4847,'',0,'13'),(5059,'1712AA0358','Sanket Keshri','','17/11/2017','7070708170','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','17/11/2017','Mobile applications','Not Provideed','Not Provideed','','Mobile applications','','','other_detail','242','244','246','','','',9,'COLD','Mobile Application','0','','','242','2017-12-11 07:40:53','0',4848,'',0,'13'),(5060,'1712AA0359','Anil Gandhi','','20/11/2017','88024 42603','3357; Gali Hari Mandir,Paharganj','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','20/11/2017','Website','Not Provideed','Not Provideed','3357; Gali Hari Mandir,Paharganj','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4849,'',0,'13'),(5061,'1712AA0360','Dharmandra','','20/11/2017','85059 15781','madhuban bapu dham Govindpuram ','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','20/11/2017','Website','Not Provideed','Not Provideed','madhuban bapu dham Govindpuram ','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4850,'',0,'13'),(5062,'1712AA0361','NS Sharma','redoxfurniture@gmail.com','21/11/2017','9810073871','','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','21/11/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','','other_detail','242','244','246','','','',9,'COLD','E-commerce(follow up on jan)','0','','','242','2017-12-11 07:40:53','0',4851,'',0,'13'),(5063,'1712AA0362','Sam','travamigo@gmail.com','23/11/2017','97115 35480','F-8, Suraksha Apt. Abhay Khand 3, INDIRAPURAM','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','23/11/2017','Website','Not Provideed','Not Provideed','F-8, Suraksha Apt. Abhay Khand 3, INDIRAPURAM','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4852,'',0,'13'),(5064,'1712AA0363','Adhir','','27/11/2017','98971 55604','Dena bank, near shah kamal road, gandhi park','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','27/11/2017','Website','Not Provideed','Not Provideed','Dena bank, near shah kamal road, gandhi park','Website','','','other_detail','242','244','246','','','',9,'COLD','website(follow up on 23 dec)','0','','','242','2017-12-11 07:40:53','0',4853,'',0,'13'),(5065,'1712AA0364','Ankur Agarwal','','28/11/2017','98109 23656','45, B.M.Compound, Opposite P.N.B.','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','28/11/2017','Website','Not Provideed','Not Provideed','45, B.M.Compound, Opposite P.N.B.','Website','','','other_detail','244','248','246','','','',6,'WARM','website','21','','','242','2017-12-11 07:40:53','0',4854,'',0,'13'),(5066,'1712AA0365','Anuj','','28/11/2017','82855 86811','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','28/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','246','','','',9,'COLD','website(follow up on feb)','0','','','242','2017-12-11 07:40:53','0',4855,'',0,'13'),(5067,'1712AA0366','Amit','','28/11/2017','99718 30888','Fundoo House','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','28/11/2017','promotion','Not Provideed','Not Provideed','Fundoo House','promotion','','','other_detail','242','244','246','','','',9,'COLD','Digital marketing','0','','','242','2017-12-11 07:40:53','0',4856,'',0,'13'),(5068,'1712AA0367','Nikhil Sharma','','28/11/2017','95823 46926','k-j-19 kavi nagar','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','28/11/2017','Website','Not Provideed','Not Provideed','k-j-19 kavi nagar','Website','','','other_detail','242','244','246','','','',9,'COLD','website(follow up on jan)','0','','','242','2017-12-11 07:40:53','0',4857,'',0,'13'),(5069,'1712AA0368','Kamaljeet','','28/11/2017','78386 81870','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','28/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4858,'',0,'13'),(5070,'1712AA0369','Ranjeet','','29/11/2017','88826 83830','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','29/11/2017','Website','Not Provideed','Not Provideed','','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4859,'',0,'13'),(5071,'1712AA0370','Mohan Thakur','','30/11/2017','93139 78550','R--6 KHIRKI EXTENSI0N MALVIYA NAGAR','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','30/11/2017','','Not Provideed','Not Provideed','R--6 KHIRKI EXTENSI0N MALVIYA NAGAR','','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4860,'',0,'13'),(5072,'1712AA0371','Yashwant','','30/11/2017','98377 83230','Railway rd','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Hena','30/11/2017','Website','Not Provideed','Not Provideed','Railway rd','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4861,'',0,'13'),(5073,'1712AA0372','Satish','','01/12/2017','98114 57254','107, First Floor, Vardhaman Complex, Near Pentamed Hospital, Derawal Nagar','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','01/12/2017','Website','Not Provideed','Not Provideed','107, First Floor, Vardhaman Complex, Near Pentamed Hospital, Derawal Nagar','Website','','','other_detail','242','244','246','','','',9,'COLD','website(follow up on jan)','0','','','242','2017-12-11 07:40:53','0',4862,'',0,'13'),(5074,'1712AA0373','Neha','','02/12/2017','98711 94074','z-71 dayal sar road uttam nagar pillar no.691','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','02/12/2017','Website','Not Provideed','Not Provideed','z-71 dayal sar road uttam nagar pillar no.691','Website','','','other_detail','244','248','246','','248','248',13,'HOT','website and digital marketing','21','','','242','2017-12-11 07:40:53','0',4863,'',0,'13'),(5075,'1712AA0374','NIKHIL SINGHAL','nikhil.singhal@live.in','02/12/2017','9999565272','FLAT NO 44 JDM APPTS PLOT NO 11 SEC 5 DWARKA','India','Fresh','Whois','New','Sale/Rent','No','Buy','Hena','02/12/2017','','Not Provideed','Not Provideed','FLAT NO 44 JDM APPTS PLOT NO 11 SEC 5 DWARKA','','','nsanalysis.com','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4864,'',0,'13'),(5076,'1712AA0375','Aditya','adityasteel2009@gmail.com','05/12/2017','93100 21215','73, Shalimar Garden Main B-block, Block A, Shalimar Garden','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','05/12/2017','Website','Not Provideed','Not Provideed','73, Shalimar Garden Main B-block, Block A, Shalimar Garden','Website','','','other_detail','242','244','246','','','',9,'COLD','website','0','','','242','2017-12-11 07:40:53','0',4865,'',0,'13'),(5077,'1712AA0376','Ankur saxena','info@sageherbals.com','06/12/2017','93113 92125 ','SAGE HERBALS PV LTD, HINDON NAGAR, HAPUR ROAD,, DASNA','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','06/12/2017','promotion','Not Provideed','Not Provideed','SAGE HERBALS PV LTD, HINDON NAGAR, HAPUR ROAD,, DASNA','promotion','','','other_detail','242','244','246','','','',1,'','','','','','242','2017-12-11 07:40:53','0',4866,'',0,'13'),(5078,'1712AA0377','SP Pandey','','12/11/2017','99101 18532 ','22, New Arya Nagar, Opp- Reliance Petrol Pump, 201001, Delhi-Meerut Rd','India','Fresh','Google','New','Sale/Rent','No','Buy','Hena','12/11/2017','promotion','Not Provided','Not Provideed','22, New Arya Nagar, Opp- Reliance Petrol Pump, 201001, Delhi-Meerut Rd','promotion','','ghaziabadtransport.com','other_detail','242','244','246','','','',2,'WARM','Digital marketing','22','','','242','2017-12-11 07:40:53','0',4867,'',0,'13'),(5079,'1712AA0378','Samiksha Grover','samiksha.grover@websparrows.com','9990912121','9990912121','Noida','India','Fresh','Facebook','Website','','','','Jalaj Mathur','','Website','10000','','Noida','Website','','NA','','244','247','244','247','247','247',11,'','static website sold for RS 15k','21','2017-12-13 11:50:56','','244','2017-12-13 06:16:26','0',0,'',1,'13'),(5080,'1712AA0379','Neha Jaiswal','neha@aaa.com','9991001010','9991001010','Noida','India','Fresh','Facebook','Fresh','','','','Shrawan','','Website','10000','','Noida','Website','','Website','','244','247','244','247','247','247',11,'','sold a SMC like web application','17','2017-12-13 11:59:07','','244','2017-12-13 06:25:52','0',0,'',1,'13'),(5081,'1712AA0380','Sandhya Kaushik','aaa@aaa.com','9891383209','9891383209','Delhi','India','Self','Self','Self','','','','Jalaj','','Mobile Application','300000','','Delhi','Mobile Application','','Mobile Application','','243','247','243','247','247','247',4,'HOT','Asked to call on 14th','16','12-14-2017 16:0:00','','243','2017-12-13 06:48:23','0',0,'',0,'13'),(5082,'1712AA0381','Max - Digital Marketing','aaa@aaa.com','9891383209','9891383209','Delhi','India','','Self','Self','','','','Jalaj','','Digital Marketing','7000','','Delhi','Digital Marketing','','Digital Marketing','','243','247','243','247','247','247',11,'','xyxy','21','2017-12-13 17:56:54','','243','2017-12-13 06:49:27','0',0,'',1,'13'),(5083,'1712AA0382','Saurabh Sagar','aaa@aaa.com','9999999999','9999999999','Panama','Panama','Self','Self','Hot','','','','Jalaj','','Mobile Application','500000','','Panama','Mobile Application','','Mobile Application','','243','247','243','247','247','247',4,'HOT','need to followup for the payment transfer. rest things are sorted. ','16','01-23-2018 10:0:00','','243','2017-12-13 06:55:21','0',0,'',0,'13'),(5084,'1712AA0383','Sumantra Pal','aaa@aaa.com','9999999999','9999999999','Noida','India','Self','Self','Self','','','','Jalaj','','Website','10000','','Noida','Website','','Website','','243','247','243','247','247','247',11,'','Converted Fascinatedge static website. ','21','2017-12-13 15:02:37','','243','2017-12-13 07:26:22','0',0,'',1,'13'),(5085,'1712AA0155','test','test@gm,ail.com','90900909999999','9090909090','Noida','','','Test','nn','nnn','nnn','nnn','uu','hggf','dcfhn','fgb','nfvbn ','gb ','gtb','gb ','Gi','gb ','252','258','252','258','260','258',11,'','Ggn ','ihabitat;Mobile App;LMS;Web','2017-12-19 12:07:59','','252','2017-12-13 08:20:46','0',0,'file-5a38b3c7515eb-1513665507.49697.jpeg',1,'2'),(5086,'1712AA0384','Rakesh','Rakesh1380@hotmail.com','9811815999','9811815999','Delhi','India','','Google','','','','Website/Digital marketing','Neha','','Website/Digital marketing','15,000','','Delhi','Website/Digital marketing','','Impressions','','245','244','245','','','',9,'COLD','call on 14 dec','0','','','245','2017-12-13 08:32:00','0',0,'',0,'13'),(5087,'1712AA0385','Sourabh Arora','sourabharora.sb@gmail.com','9582313139','9582313139','GHAZIABAD','','','Whois','','','','','Hena','','Dynamic website','15-20k','','GHAZIABAD','Dynamic website','','Dynamic Website','','246','244','246','','','',9,'COLD','website','0','','','246','2017-12-13 08:58:18','0',0,'',0,'13'),(5088,'1712AA0386','Piyush','piyushtripathi0070@gmail.com','9958498525','9958498525','Noida','India','Website','WhoIS','','','','','Neha','','Website','15,000','','Noida','Website','','sarwaarth.com','','245','244','245','','','',9,'COLD','Not interested','0','','','245','2017-12-13 10:05:39','0',0,'',0,'13'),(5089,'1712AA0156','fB','fb@gmail.com','9938849','9819839938','9jdhnjfk','SMNDj','ndjdj','FB','dnc','nndnd','ndnndn','ndndn','jmdndn','jdnn','ndndb','jdj','ndnd','ncncn ','ndnn','ncn','nndndn','','254','258','256','258','258','258',11,'WARM','Test ','ihabitat','2017-12-18 18:13:52','','256','2017-12-13 11:50:37','0',0,'file-5a37b808ba4ed-1513601060.96097.jpeg',1,'2'),(5090,'1712AA0387','Mohit','Not available','9910071040','9910071040','Noida','India','Fresh','Google','','','','','Neha','','Website','Not aware','','Noida','Website','','Website','','244','248','245','','','',6,'WARM','He will come office on monday','21','','','245','2017-12-15 07:40:02','0',0,'',0,'13'),(5091,'1712AA0157','kdj','kjdj','	9819839938','	981983993','jdj','jidj','jidjj','jfkj','jdjj','jsjdj','jdjj','jjdj','jdjj','jdjj','kdkj','nd','','kk','j','jj','jdjj','jj','258','','','258','258','261',5,'','','','','','258','2017-12-18 07:42:20','0',0,'',0,'2'),(5092,'1712AA0388','anil sharma','Not available','9711305845','9711305845','Delhi','India','Old','facebook','','','','Website','Neha','','Website','Not know','','Naman Film Production Ganesh nagar Pandav nagar complex A 58 1st floor near Hanuman Mandir nearly metro akshardhan ','Website','','Naman Film Production ','','244','248','245','','248','248',13,'WARM','Website','21','','','245','2017-12-18 07:44:31','0',0,'',0,'13'),(5093,'1712AA0389','Gesti sabharwal','Not know','9891641000','99115 0700','New Delhi','','','Google','','','','website','Hena','','website redesign','15000','','creative prefab the furniture store,11,mansarover garden,rekha enclave,kirti nagar main road','website redesign','','Not know','','244','248','246','','248','248',13,'WARM','website redesign','21','','','246','2017-12-19 09:30:43','0',0,'',0,'13'),(5094,'1712AA3107','Ramanuj Acharya','Demo','21','9873980809','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4868,'',0,'1'),(5095,'1712AA3108','Gaurav ','Demo','21','9990814440','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4869,'',0,'1'),(5096,'1712AA3109','Roopal','Demo','21','8826319143','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4870,'',0,'1'),(5097,'1712AA3110','Saurabh ','Demo','21','8447738612','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4871,'',0,'1'),(5098,'1712AA3111','Rahul Kumar Singh','Demo','21','9958109284','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4872,'',0,'1'),(5099,'1712AA3112','Deepa','Demo','21','8800321999','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4873,'',0,'1'),(5100,'1712AA3113','Vicky ','Demo','21','9650776477','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4874,'',0,'1'),(5101,'1712AA3114','Ravi ','Demo','21','7007982093','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4875,'',0,'1'),(5102,'1712AA3115','','Demo','21','7853004656','Noida','India','Fresh','99 acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4876,'',0,'1'),(5103,'1712AA3116','Saurabh gupta ','Demo','21','9873084621','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4877,'',0,'1'),(5104,'1712AA3117','Ajay kawar','Demo','21','9891554068','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4878,'',0,'1'),(5105,'1712AA3118','Kapil gupta','Demo','21','9873687393','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4879,'',0,'1'),(5106,'1712AA3119','Abhilekh kumar','Demo','21','9654949796','Noida','India','Fresh','Personal ref','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:37:41','0',4880,'',0,'1'),(5107,'1712AA3120','Vinay','Demo','21','9582795263','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone, he will come on Saturday or Sunday \r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4881,'',0,'1'),(5108,'1712AA3121','Warpreet','Demo','21','9871089000','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not picked call, tried many times, tele caller knows/ Spoke to him and not interested VVS\r','0','','','131','2017-12-22 06:37:41','0',4882,'',0,'1'),(5109,'1712AA3122','Deepti Prasad ','Demo','21','9582218828','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already purchased in noida/Lead return\r','0','','','131','2017-12-22 06:37:41','0',4883,'',0,'1'),(5110,'1712AA3123','Smita verma ','Demo','21','9654085901','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call not picked/ Follow up\r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4884,'',0,'1'),(5111,'1712AA3124','Shubham','Demo','21','8527632809','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Called several times/Not picked/\r','0','','','131','2017-12-22 06:37:41','0',4885,'',0,'1'),(5112,'1712AA3125','Karan ','Demo','21','8860007188','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Plan Dropped/ Hence lead return\r','0','','','131','2017-12-22 06:37:41','0',4886,'',0,'1'),(5113,'1712AA3126','Vikash dua','Demo','21','8860080158','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word twice may plan today visit \r','','08-01-2018 - 12:00 ,Monday','','131','2017-12-22 06:37:41','0',4887,'',0,'1'),(5114,'1712AA3127',' Gautam','Demo','21','9334323300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client is in patna/Follow up\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4888,'',0,'1'),(5115,'1712AA3128','Anil ','Demo','21','9560877005','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt will visit on tommorow for arden//not to come for  visit because he was busy //call not pic \r','','09-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:41','0',4889,'',0,'1'),(5116,'1712AA3129','Nikhil ','Demo','21','9910037053','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','not reachable number\r','0','','','131','2017-12-22 06:37:41','0',4890,'',0,'1'),(5117,'1712AA3130','Biranchi naryan','Demo','21','9810247301','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Not Giving time try many time his number only had word once in says he will get back to me\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4891,'',0,'1'),(5118,'1712AA3131','Shahzar','Demo','21','9953401114','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Not Givivng time try many time his number only had word once in says he will get back to me\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:41','0',4892,'',0,'1'),(5119,'1712AA3132','Saurabh','Demo','21','7838282665','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Call after 1 hours....//callnot pic//not interested \r','0','','','131','2017-12-22 06:37:41','0',4893,'',0,'1'),(5120,'1712AA3133',' Rajat tyagi','Demo','21','8130586858','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done  Interested and will revert on 19 th Dec//plan drop \r','0','','','131','2017-12-22 06:37:41','0',4894,'',0,'1'),(5121,'1712AA3134','Indru Sunar','Demo','21','9873116160','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Firstly clt. Sale own property mahagun mywood 935 Sq ft 12th floor pool facing then purchase 1235 Sq ft....\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4895,'',0,'1'),(5122,'1712AA3135','Sumit ','Demo','21','8130618970','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Site visit Done. Client intrested in Divyansh/after 6 months\r','0','','','131','2017-12-22 06:37:41','0',4896,'',0,'1'),(5123,'1712AA3136','Vikrant ','Demo','21','9654067726','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will visit in coming weekend/Follow up\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:41','0',4897,'',0,'1'),(5124,'1712AA3137','Suryakant','Demo','21','8447900079','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word fix meeting but not came \r','','12-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:37:47','0',4898,'',0,'1'),(5125,'1712AA3138','Piyuesh','Demo','21','9958344883','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','line disc\r','0','','','131','2017-12-22 06:37:47','0',4899,'',0,'1'),(5126,'1712AA3139','Shyam','Demo','21','9412375621','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','3 to 10, boulevard only, price 65 lakhs, \r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4900,'',0,'1'),(5127,'1712AA3140','Sanjay Singh Nirwan','Demo','21','9811573525','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','in follow up\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4901,'',0,'1'),(5128,'1712AA3141','Mrinal kishore ','Demo','21','9717566060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not picked call, tried many times, tele caller knows\r','0','','','131','2017-12-22 06:37:47','0',4902,'',0,'1'),(5129,'1712AA3142','Jayant Sardana','Demo','21','9654486459','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pic //he want 2bhk,3bhk near to pari chowk \r','0','','','131','2017-12-22 06:37:47','0',4903,'',0,'1'),(5130,'1712AA3143','Vivek gupta','Demo','21','9910522601','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Coming tomorrow 12pm//call not pic //bad me call kerna //not pic call\r','0','','','131','2017-12-22 06:37:47','0',4904,'',0,'1'),(5131,'1712AA3144','Mani','Demo','21','9910945901','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2 Bhk in exotica/Resale under 40 lakhs/Follow uo\r','','14-12-2017 - 12:00 ,Thursday','','131','2017-12-22 06:37:47','0',4905,'',0,'1'),(5132,'1712AA3145','Jayanta sarkar','Demo','21','9891137223','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking particular unit in Stealer try to find if found then may meet\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4906,'',0,'1'),(5133,'1712AA3146','Roshan Kumar ','Demo','21','9313001648','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not elegible for AR\r','0','','','131','2017-12-22 06:37:47','0',4907,'',0,'1'),(5134,'1712AA3147','Sailesh','Demo','21','9990990029','Noida','India','Fresh','99 Acres','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Following up with the customer still not replying \r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4908,'',0,'1'),(5135,'1712AA3148','Saurabh Singh ','Demo','21','8512015544','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not intersted\r','0','','','131','2017-12-22 06:37:47','0',4909,'',0,'1'),(5136,'1712AA3149','Anil ','Demo','21','8851343526','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','busy right now call back 16th dec //plan thoda change kiya hai 3and 4moths bad dekhenge \r','0','','','131','2017-12-22 06:37:47','0',4910,'',0,'1'),(5137,'1712AA3150','Shashank ','Demo','21','9717164449','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming tomorrow for site visit Project Details Send//visit done noida and exotica and divyansh call on jan 2nd week \r','','10-01-2018 - 12:00 ,Wednesday','','131','2017-12-22 06:37:47','0',4911,'',0,'1'),(5138,'1712AA3151','Amitabh k jha','Demo','21','9871805255','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','customer told to call on 16th dec and we meet at kaushambi//want time call on for 2nd meeting ,10th jan call \r','','10-01-2018 - 12:00 ,Wednesday','','131','2017-12-22 06:37:47','0',4912,'',0,'1'),(5139,'1712AA3152','Vinod ','Demo','21','9818983130','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asked to call on 11 the of Dec/Follow up\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:47','0',4913,'',0,'1'),(5140,'1712AA3153','Alok','Demo','21','9310998451','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in Divyamsh & galaxy. Searching 3 Bhk in 20 laks/Follow up\r','','15-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:37:47','0',4914,'',0,'1'),(5141,'1712AA3154','Pramod','Demo','21','8368081602','Noida','India','Fresh','Ambar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Called sevreal times from different number/ Lead return \r','0','','','131','2017-12-22 06:37:47','0',4915,'',0,'1'),(5142,'1712AA3155','Vishal ','Demo','21','8377926705','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asked to call on Tuesday evening for meeting\r','','12-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:37:47','0',4916,'',0,'1'),(5143,'1712AA3156','R. K Madan','Demo','21','8826231111','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client not confirming the meeting time and not intrested in any of our product mix\r','0','','','131','2017-12-22 06:37:47','0',4917,'',0,'1'),(5144,'1712AA3157','Laxman','Demo','21','8178733757','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','nearby sector 34, builder floor also, floor 3 to 10 if apartment_11-12-2017\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:47','0',4918,'',0,'1'),(5145,'1712AA3158','Vishal ','Demo','21','8802154083','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','need to call on Friday for Saturday visit in extension, budget 35 lakhs for 2 bhk, discussed palm olympia 883 sq.ft\r','','18-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:47','0',4919,'',0,'1'),(5146,'1712AA3159','Kartike','Demo','21','8700669018','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not intrested\r','0','','','131','2017-12-22 06:37:47','0',4920,'',0,'1'),(5147,'1712AA3160','Niranjan','Demo','21','8285345389','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming for visit on 16th or 17th //not pic call \r','','17-12-2017 - 14:00 ,Sunday','','131','2017-12-22 06:37:47','0',4921,'',0,'1'),(5148,'1712AA3161','Santosh ','Demo','21','9891546361','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Having Budget Rs35 Lac intrested in Exotica Only upto 8th Floor only\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4922,'',0,'1'),(5149,'1712AA3162','Gulshan','Demo','21','8800786640','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','May fix meeting this weekend\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:47','0',4923,'',0,'1'),(5150,'1712AA3163','Vk puri','Demo','21','9899495289','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','May fix meeting this week \r','','16-12-2017 - 11:00 ,Saturday','','131','2017-12-22 06:37:47','0',4924,'',0,'1'),(5151,'1712AA3164','Anmol Ratan ','Demo','21','8860096502','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word he may come for site visit on coming Sat i.e 16th Dec\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:47','0',4925,'',0,'1'),(5152,'1712AA3165','Vinit ','Demo','21','9899898915','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming for visit on Sunday 10th dec //Flight cancel hogyi uski next week aaega17th dec //not pic call \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4926,'',0,'1'),(5153,'1712AA3166','Sudeep','Demo','21','9897590803','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Vist done in Exotica/Divyansh/North avenue 2/ Cline is intrested in Divyansh\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:47','0',4927,'',0,'1'),(5154,'1712AA3167','Binny sharma','Demo','21','9811737901','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','His husband say not aware about this discussed than revert his tru caleer says Mortgage landing\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:51','0',4928,'',0,'1'),(5155,'1712AA3168','Vimal','Demo','21','8511144607','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','upto 5th floor, 2+study in capetown, hyde park, budget 60 lakhs, expected visit on saturday_11-12-2017\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:51','0',4929,'',0,'1'),(5156,'1712AA3169','Aman ','Demo','21','9997529836','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word plan site visit due to some urgent work postponed for next weekend\r','','16-12-2017 - 13:30 ,Saturday','','131','2017-12-22 06:37:51','0',4930,'',0,'1'),(5157,'1712AA3170','Anuj & Vipendra','Demo','21','8447187876','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he may come for next week\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:51','0',4931,'',0,'1'),(5158,'1712AA3171','Mishra','Demo','21','9313777600','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Not providing time for visit/Follow up\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:51','0',4932,'',0,'1'),(5159,'1712AA3172','Umesh ','Demo','21','8376053487','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Last two day not pick call today pick call he tel me call tomorrow//call not pic \r','0','','','131','2017-12-22 06:37:51','0',4933,'',0,'1'),(5160,'1712AA3173','Neeraj ','Demo','21','9999227973','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking only 1620 sq.ft in cleo county, park facing preferable, floor upto 10th, unit not discussed with buyer_11-12-2017\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:51','0',4934,'',0,'1'),(5161,'1712AA3174','Dilip singh','Demo','21','9582376553','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //cal cut ,cut the call \r','0','','','131','2017-12-22 06:37:51','0',4935,'',0,'1'),(5162,'1712AA3175','Amrit Pandey ','Demo','21','9971913212/9029218123','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed 1074 sq.ft in aditya urban casa, 12th floor, interested to visit on Sunday but his phone was not reachable, today he is not ansnwering_11-12-2017\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:51','0',4936,'',0,'1'),(5163,'1712AA3176','Anil ','Demo','21','9811142275','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','upto 5th floor only, 2+study in ajnra grand or capetown, want to visit flat if inventory available in both projects_11-12-2017\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:51','0',4937,'',0,'1'),(5164,'1712AA3177','Sanjeev  gautam','Demo','21','9140970801','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','line disconnected\r','0','','','131','2017-12-22 06:37:51','0',4938,'',0,'1'),(5165,'1712AA3178','Deepak ','Demo','21','9711139211','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','customer not met due to urgent work he said call me tomorrow13th dec //Plan drop \r','','13-12-2017 - 12:00 ,Wednesday','','131','2017-12-22 06:37:51','0',4939,'',0,'1'),(5166,'1712AA3179','Manish','Demo','21','8882659740','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut again and again //not pic \r','0','','','131','2017-12-22 06:37:51','0',4940,'',0,'1'),(5167,'1712AA3180','Vikash saxena','Demo','21','8130193100','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming for visit//visit done mahagun mywood and divyansh //abhi kuchh socha nhi h\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:51','0',4941,'',0,'1'),(5168,'1712AA3181','Rakesh kumar','Demo','21','9560507922','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He need details on mail than he will fix metng\r','','18-12-2017 - 13:00 ,Monday','','131','2017-12-22 06:37:51','0',4942,'',0,'1'),(5169,'1712AA3182','Sukant ','Demo','21','9958681818','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Fix metng at 4pm on 10th Dec but not came also not talking calls\r','','10-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:51','0',4943,'',0,'1'),(5170,'1712AA3183','Anuj pratap Singh ','Demo','21','9953908905','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Picking call\r','0','','','131','2017-12-22 06:37:51','0',4944,'',0,'1'),(5171,'1712AA3184','Vinay tripathi','Demo','21','9643886124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Try calling him he called back yesterday try fix meeting he says he will call back and fix\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:51','0',4945,'',0,'1'),(5172,'1712AA3185','Ashwini','Demo','21','8447890595','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done Exotica try to refix meeting\r','','17-12-2017 - 13:10 ,Sunday','','131','2017-12-22 06:37:51','0',4946,'',0,'1'),(5173,'1712AA3186','Abhimanyu','Demo','21','9873731445','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','May fix meeting in weekdays than plan site visit\r','','15-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:37:51','0',4947,'',0,'1'),(5174,'1712AA3187','Mayank','Demo','21','9953252939','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not Picking call\r','0','','','131','2017-12-22 06:37:51','0',4948,'',0,'1'),(5175,'1712AA3188','Gaurav kumar','Demo','21','9911559215','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Still follow up with kapil for meeting on Sunday\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:51','0',4949,'',0,'1'),(5176,'1712AA3189','Gaurav','Demo','21','9910889795','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic \r','0','','','131','2017-12-22 06:37:51','0',4950,'',0,'1'),(5177,'1712AA3190','Pramod','Demo','21','9911949444','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix in gurgaon //meeting done Client max budget is 30 Lac ,  searching ready to move property (March possession is ok for him) ,  will visit on Saturday,  call on Friday evening for confirmati','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:51','0',4951,'',0,'1'),(5178,'1712AA3191','Amit ','Demo','21','8860328812','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done divyansh & himalya,will confirm tue\r','','12-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:37:51','0',4952,'',0,'1'),(5179,'1712AA3192','Mahesh maheshwari ','Demo','21','9910061372','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metting Done at his home / Want to customize the plan as per his need/Follow up\r','','18-12-2017 - 13:00 ,Monday','','131','2017-12-22 06:37:51','0',4953,'',0,'1'),(5180,'1712AA3193','Arvind ','Demo','21','9431330986','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asking about best deal/Follow up\r','','17-12-2017 - 12:30 ,Sunday','','131','2017-12-22 06:37:51','0',4954,'',0,'1'),(5181,'1712AA3194','Kundan Kumar ','Demo','21','9999424251','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Wants in palm Olympia 1475sqft./Follow up\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:51','0',4955,'',0,'1'),(5182,'1712AA3195','Manoj verma','Demo','21','9958803017','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not providing time for visit/metting.\r','0','','','131','2017-12-22 06:37:51','0',4956,'',0,'1'),(5183,'1712AA3196','Manoj kohli','Demo','21','9419663909','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will vist projects in 1st week of jan/Follow up\r','','05-01-2018 - 12:00 ,Friday','','131','2017-12-22 06:37:51','0',4957,'',0,'1'),(5184,'1712AA3197','Vinod khanna','Demo','21','9811148004','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not intrested / Plan dropped\r','0','','','131','2017-12-22 06:37:59','0',4958,'',0,'1'),(5185,'1712AA3198','Himanshu arora ','Demo','21','8881888884','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is looking commercial only vaishali\r','0','','','131','2017-12-22 06:37:59','0',4959,'',0,'1'),(5186,'1712AA3199','Anurag','Demo','21','7065556663','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in ajnara grand, will let me know shortly for final decission_11-12-2017\r','','11-12-2017 - 13:05 ,Monday','','131','2017-12-22 06:37:59','0',4960,'',0,'1'),(5187,'1712AA3200','Karun varshney ','Demo','21','9810810567','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking property in sector 75, asked to call on Saturday for more disucssion\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:59','0',4961,'',0,'1'),(5188,'1712AA3201','Nitish','Demo','21','8130704351','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of delhi call on 13th dec and ask for visit \r','','13-12-2017 - 12:00 ,Wednesday','','131','2017-12-22 06:37:59','0',4962,'',0,'1'),(5189,'1712AA3202','Ekta Agarwal','Demo','21','9899947375','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','she is busy will asked to call later, she is busy will call later\r','','11-12-2017 - 13:00 ,Monday','','131','2017-12-22 06:37:59','0',4963,'',0,'1'),(5190,'1712AA3203','Madhusudan kr','Demo','21','9814024400','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 2+study, 1150 sq.ft in capetown in tower C3 only, floor upto 12th\r','','11-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:37:59','0',4964,'',0,'1'),(5191,'1712AA3204','Animesh','Demo','21','9560320082','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','asked to call later\r','0','','','131','2017-12-22 06:37:59','0',4965,'',0,'1'),(5192,'1712AA3205','Amit','Demo','21','9990017800','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 3BHk 1300 Sqft, Budget 45lacs Offer Divyansh n other coming Sat may visit\r','','16-12-2017 - 14:00 ,Saturday','','131','2017-12-22 06:37:59','0',4966,'',0,'1'),(5193,'1712AA3206','Akash','Demo','21','9999152688','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking only Palm Olym Tower 1 & 11 below 5th Floor 1335 Sqft budget 50 Lacs in Resale\r','','17-12-2017 - 13:00 ,Sunday','','131','2017-12-22 06:37:59','0',4967,'',0,'1'),(5194,'1712AA3207','Mohit Singh','Demo','21','9643308113','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Ace Diveno with Harshit\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4968,'',0,'1'),(5195,'1712AA3208','Sachin ','Demo','21','9910864815','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 2BHK Budget 35 Lacs Offer Divyansh, May come for site visit on coming Sat\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:59','0',4969,'',0,'1'),(5196,'1712AA3209','Ruchi mishra ','Demo','21','9819807562','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming Sunday may visit for Gaur city 1\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4970,'',0,'1'),(5197,'1712AA3210','Anuj ','Demo','21','8077842218','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming on Sunday\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4971,'',0,'1'),(5198,'1712AA3211','Subodh jha','Demo','21','9313158255','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client intrested in Divyansh, not able to visit /Follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4972,'',0,'1'),(5199,'1712AA3212','Sudeep','Demo','21','9650571117','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client is dealer and already in touch with Mr rakesh Banga\r','0','','','131','2017-12-22 06:37:59','0',4973,'',0,'1'),(5200,'1712AA3213','Pranav ','Demo','21','9711729480','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he will confirm vist date in evening  /Follow up\r','','17-12-2017 - 21:00 ,Sunday','','131','2017-12-22 06:37:59','0',4974,'',0,'1'),(5201,'1712AA3214','Ram pandey','Demo','21','9775224422','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4975,'',0,'1'),(5202,'1712AA3215','Mohit bhardwaj','Demo','21','9818430524','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Struggling to get the meeting time. Cliemt Asking to meet on metro station/follow uo\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:59','0',4976,'',0,'1'),(5203,'1712AA3216','Avinash puri','Demo','21','9643609001','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he want 3 bhk ready to move , below 10 th floor, he is coming site visit this weekand.// he is all ready done by 1310 sqft, mahagun mywoods.\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4977,'',0,'1'),(5204,'1712AA3217','Raj Chandra ','Demo','21','9891515160','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting toay 13th of dec/ not intrested.\r','0','','','131','2017-12-22 06:37:59','0',4978,'',0,'1'),(5205,'1712AA3218','Ranjeet','Demo','21','9718063555','Noida','India','Fresh','Quicker Homes','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','since lead given , not picked call\r','0','','','131','2017-12-22 06:37:59','0',4979,'',0,'1'),(5206,'1712AA3219','Kapil khandelwal ','Demo','21','9953554969','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Called in morning he meet on Saturday16th nov //call not pic //he say don \'t call again\r','0','','','131','2017-12-22 06:37:59','0',4980,'',0,'1'),(5207,'1712AA3220','Abhishek  kumar','Demo','21','8527293985','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt. Today not free call back tomorrow 13th //call on 16th dec //call not pic \r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:59','0',4981,'',0,'1'),(5208,'1712AA3221','Ashish taneja','Demo','21','9899789788','Noida','India','Fresh','Booking Kar','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','All ready share Project Details and Cost sheet but not Confirm meeting time//call on Sunday 24th dec //he want proparty in raj nagar exc\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4982,'',0,'1'),(5209,'1712AA3222','Anurag Gupta','Demo','21','9599222123','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','He is admit in hospital//call not pic \r','0','','','131','2017-12-22 06:37:59','0',4983,'',0,'1'),(5210,'1712AA3223','Sushil dabas','Demo','21','9871997993','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Called to client he was going out of station came back on 22nd and then meet//call not pic //khud call karunga after dec \r','0','','','131','2017-12-22 06:37:59','0',4984,'',0,'1'),(5211,'1712AA3224','Vinay','Demo','21','8806484892','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit on Saturday\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:37:59','0',4985,'',0,'1'),(5212,'1712AA3225','Ujjwal','Demo','21','8808068333','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Called several times not picked/Follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4986,'',0,'1'),(5213,'1712AA3226','Amit','Demo','21','8527388440','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking only in Cheery County specf. Inventory only\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:37:59','0',4987,'',0,'1'),(5214,'1712AA3227','Bikram kumar Das','Demo','21','9711003928','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Ye lead Dogra Ji k pas v hai customer night me 9 pm me bulata hai din me ghar nahi bulata  hai//not followup \r','0','','','131','2017-12-22 06:38:10','0',4988,'',0,'1'),(5215,'1712AA3228','Rakesh ','Demo','21','8750049499','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call on Tuesday 19th dec //call on Sunday 24th dec //meeting ke liye time nhi de raha hai \r','','19-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:38:10','0',4989,'',0,'1'),(5216,'1712AA3229','Anil ','Demo','21','9953581929','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit dine in Devika gold homes/ Follow up\r','','20-12-2017 - 12:00 ,Wednesday','','131','2017-12-22 06:38:10','0',4990,'',0,'1'),(5217,'1712AA3230','Vivek','Demo','21','9953744261','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in divyansh ,re visit again \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',4991,'',0,'1'),(5218,'1712AA3231','Amit kumar verma','Demo','21','9810209995','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done waiting for the documents case with kapil\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',4992,'',0,'1'),(5219,'1712AA3232','Sharad ','Demo','21','8619463537','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Today visit schd. @3.30pm \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',4993,'',0,'1'),(5220,'1712AA3233','Saurabh ','Demo','21','9540062694','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word looking in Ace Devino under Subv plan\r','','17-12-2017 - 11:00 ,Sunday','','131','2017-12-22 06:38:10','0',4994,'',0,'1'),(5221,'1712AA3234','Vinod pandey ','Demo','21','9899737477','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting scheduled on 14/12/2017 10 to 11am at dwarka\r','','14-12-2017 - 12:00 ,Thursday','','131','2017-12-22 06:38:10','0',4995,'',0,'1'),(5222,'1712AA3235','C P singh','Demo','21','9891755622','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','customer is occupied, will find the in day or two. Follow up\r','0','','','131','2017-12-22 06:38:10','0',4996,'',0,'1'),(5223,'1712AA3236','Sonia','Demo','21','9975270193','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client is looking for 1 Bhk. Budegt  issue\r','0','','','131','2017-12-22 06:38:10','0',4997,'',0,'1'),(5224,'1712AA3237','Vinod','Demo','21','9999695007','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed on 15th of dec\r','','15-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:10','0',4998,'',0,'1'),(5225,'1712AA3238','Pranav Singh','Demo','21','9873413504','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done in his office. Intrested in plan Asking for ATS builder.\r','','20-12-2017 - 12:30 ,Wednesday','','131','2017-12-22 06:38:10','0',4999,'',0,'1'),(5226,'1712AA3239','Krishan kumar Agarwal ','Demo','21','9891948008','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','not eligible but interested for his son ..detail.searching redy to move property in between kalindi kunj to pari chowk budget 50lacs \r','0','','','131','2017-12-22 06:38:10','0',5000,'',0,'1'),(5227,'1712AA3240','Manish garg','Demo','21','9560677663','Noida','India','Fresh','Deeksha Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Today talk with client he told he we not available today ,even not able to meet this week.call me Monday.\r','','02-01-2018 - 13:00 ,Tuesday','','131','2017-12-22 06:38:10','0',5001,'',0,'1'),(5228,'1712AA3241','Jitesh sharma','Demo','21','9999736778','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming on Sunday\r','','17-12-2017 - 12:05 ,Sunday','','131','2017-12-22 06:38:10','0',5002,'',0,'1'),(5229,'1712AA3242','Aditya Kumar','Demo','21','9211791685','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Taking Calls try many time\r','0','','','131','2017-12-22 06:38:10','0',5003,'',0,'1'),(5230,'1712AA3243','Naveen dhall','Demo','21','9810785746','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','interested in golf view 1, floor mid, tower except A,B,C, site visit on Saturday\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:10','0',5004,'',0,'1'),(5231,'1712AA3244','Satyam dubey','Demo','21','7227080500','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit planned for Palm Olympia 15-Dec\r','','15-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:10','0',5005,'',0,'1'),(5232,'1712AA3245','Rajeev Kumar ','Demo','21','9810199404','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looing for Devika. Budeger 25 lakhs/Follow up\r','','16-12-2017 - 14:00 ,Saturday','','131','2017-12-22 06:38:10','0',5006,'',0,'1'),(5233,'1712AA3246','Hemant','Demo','21','9818738262','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done he want 2bhk ready to move in coming Sat for site visit Divyansh and Amber//want time low budget  call last jan \r','','26-01-2018 - 12:00 ,Friday','','131','2017-12-22 06:38:10','0',5007,'',0,'1'),(5234,'1712AA3247','Neeraj','Demo','21','9871790094','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Proprty lead move to amandeep ji\r','','11-12-2017 - 19:00 ,Monday','','131','2017-12-22 06:38:10','0',5008,'',0,'1'),(5235,'1712AA3248','Ishaan ','Demo','21','9871461771','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word coming on weekend\r','','02-01-2018 - 12:00 ,Tuesday','','131','2017-12-22 06:38:10','0',5009,'',0,'1'),(5236,'1712AA3249','Lucky ','Demo','21','9871433122','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word him he is having less budget but looking only in Gaur Sundrym. Try to convy for other project\r','','25-12-2017 - 16:30 ,Monday','','131','2017-12-22 06:38:10','0',5010,'',0,'1'),(5237,'1712AA3250','Wasim Bari ','Demo','21','9650307130','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','discussed over the phone, he is a out of station clien/ Spoke to him and shared the dox list and email Id, he will mail the dox. VVS 20 Dec\r','0','','','131','2017-12-22 06:38:10','0',5011,'',0,'1'),(5238,'1712AA3251','Chandra jha ','Demo','21','9620613585','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asked to call after 5 Pm not picked/Follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',5012,'',0,'1'),(5239,'1712AA3252','Syed ahmad','Demo','21','9711574347','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting Done with him explain all things need time till Sunday to decide\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',5013,'',0,'1'),(5240,'1712AA3253','Harsh kumar bansal ','Demo','21','9810028551','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done, follow up.\r','','24-12-2017 - 12:30 ,Sunday','','131','2017-12-22 06:38:10','0',5014,'',0,'1'),(5241,'1712AA3254','Saurabh narula','Demo','21','9718436060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him want to meet on Monday for metng time fixing call him on Sunday\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',5015,'',0,'1'),(5242,'1712AA3255','Manish ','Demo','21','7042440519','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked.\r','0','','','131','2017-12-22 06:38:10','0',5016,'',0,'1'),(5243,'1712AA3256','Nitin','Demo','21','9871713622','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done, \r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:10','0',5017,'',0,'1'),(5244,'1712AA3257','Devendra Sharma ','Demo','21','9873001744','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' Interested told to call on Sunday and collect doc on Monday 18th dec//call not pic  // call on jan \r','','05-01-2018 - 12:00 ,Friday','','131','2017-12-22 06:38:16','0',5018,'',0,'1'),(5245,'1712AA3258','Varun saigal ','Demo','21','9818774609','Noida','India','Fresh','Deeksha Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting will be next weekend. Need to confirm for the meeting on Wednesday 20th dec //call not pic ,when piked he will call him self \r','','30-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:16','0',5019,'',0,'1'),(5246,'1712AA3259','Gauri Shankar ','Demo','21','9716593981','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fix tmrw 15th dec 1.30 pm//call not pic \r','','15-12-2017 - 14:00 ,Friday','','131','2017-12-22 06:38:16','0',5020,'',0,'1'),(5247,'1712AA3260','Debasis pradhan','Demo','21','7840063111','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return\r','0','','','131','2017-12-22 06:38:16','0',5021,'',0,'1'),(5248,'1712AA3261','Maninder singh','Demo','21','9810471180','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cm is not ready for meeting without his boss and he keeps us for waiting for 1 hr\r','0','','','131','2017-12-22 06:38:16','0',5022,'',0,'1'),(5249,'1712AA3262','Vishal dewan','Demo','21','9999600362','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will not giving time for discussing the ppt\r','','25-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:16','0',5023,'',0,'1'),(5250,'1712AA3263','R.d barua','Demo','21','9954329416','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','budget max 50 lakhs, looking 1080 sq.ft 4th to 10th floor, under construction in hyde park, asked to send details on email, rdee.barua@gmail.com\r','','24-12-2017 - 12:30 ,Sunday','','131','2017-12-22 06:38:16','0',5024,'',0,'1'),(5251,'1712AA3264','Nishant ','Demo','21','8178060639','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed hyde park, will call later, looking property for his sister, budget max 50 lakhs\r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:38:16','0',5025,'',0,'1'),(5252,'1712AA3265','Prakhar shrigyan','Demo','21','9711199421','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:16','0',5026,'',0,'1'),(5253,'1712AA3266','Kanti ','Demo','21','8860639342','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will confirm wether the the individual is client or broker/Follow up\r','','15-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:16','0',5027,'',0,'1'),(5254,'1712AA3267','Suman dutta','Demo','21','9999366652','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is not interested\r','0','','','131','2017-12-22 06:38:16','0',5028,'',0,'1'),(5255,'1712AA3268','jitendra kumar ','Demo','21','9810464445','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone,he is out of station  he will come on  Wednesday, then meeting on Friday 22 Dec\r','','22-12-2017 - 18:00 ,Friday','','131','2017-12-22 06:38:16','0',5029,'',0,'1'),(5256,'1712AA3269','Anish ','Demo','21','7042666949','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him tom site visit plan \r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:16','0',5030,'',0,'1'),(5257,'1712AA3270','Manish ','Demo','21','9627276767','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','After 10 days meeting schedule huyi hai call on 27th dec //call lots of time but not pic call \r','','27-12-2017 - 17:00 ,Wednesday','','131','2017-12-22 06:38:16','0',5031,'',0,'1'),(5258,'1712AA3271','Rajeev Kumar','Demo','21','9711996302','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','want mail first //he give worng mail id ,and did not pic call and not to reply on smg \r','0','','','131','2017-12-22 06:38:16','0',5032,'',0,'1'),(5259,'1712AA3272','Abhishek jain','Demo','21','8800779994','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'',' This clt. Tel me so many call me that reason don\'t call me again//\r','0','','','131','2017-12-22 06:38:16','0',5033,'',0,'1'),(5260,'1712AA3273','Pawan Kumar ','Demo','21','9999190343','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit this weekend/Follow up\r','','24-12-2017 - 14:00 ,Sunday','','131','2017-12-22 06:38:16','0',5034,'',0,'1'),(5261,'1712AA3274','Narender Malik','Demo','21','9810140486','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',9,'','Not reachable no\r','0','','','131','2017-12-22 06:38:16','0',5035,'',0,'1'),(5262,'1712AA3275','Ajay Mishra ','Demo','21','9891464358','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done at clients office will confirm on Sunday\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:16','0',5036,'',0,'1'),(5263,'1712AA3276','Narender Dabi','Demo','21','9810442652','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call on 19th dec //he is positive and will comfirm soon after discussion with friend and family .he may also give reference //after meeting he stard not piing calls \r','0','','','131','2017-12-22 06:38:16','0',5037,'',0,'1'),(5264,'1712AA3277','Ranjeet Kumar','Demo','21','9999896078','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, he is intrested for galaxy na-ii, 1070 sqft.\r','','02-01-2018 - 12:00 ,Tuesday','','131','2017-12-22 06:38:16','0',5038,'',0,'1'),(5265,'1712AA3278','Sunil ','Demo','21','8010191331','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, divyansh floora, galaxy na-ii, devika gold homz.\r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:16','0',5039,'',0,'1'),(5266,'1712AA3279','Ujjwal','Demo','21','9810917988','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him Need to send details of project may plan tom site visit\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:16','0',5040,'',0,'1'),(5267,'1712AA3280','Rajesh ','Demo','21','8860986489','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him tom site visit plan \r','','25-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:16','0',5041,'',0,'1'),(5268,'1712AA3281','Rima ','Demo','21','9810248445','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic \r','0','','','131','2017-12-22 06:38:16','0',5042,'',0,'1'),(5269,'1712AA3282','Pratham ','Demo','21','8373919344','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call tommorow,16th dec  for visit//call not pic \r','','16-12-2017 - 12:30 ,Saturday','','131','2017-12-22 06:38:16','0',5043,'',0,'1'),(5270,'1712AA3283','Sunil ','Demo','21','9999264629','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will come this week for visit./Follow up\r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:16','0',5044,'',0,'1'),(5271,'1712AA3284','Yogesh pandey ','Demo','21','9990868169','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already visit done by Siddarth/N.I/Called by rajat Low budeget\r','0','','','131','2017-12-22 06:38:16','0',5045,'',0,'1'),(5272,'1712AA3285','Mukesh','Demo','21','8130797406','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is not sharing requirements but will visit 2 or 2 plus study flats on Saturday, asked to re confirm on Friday, residing in safdarjung enclave\r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:16','0',5046,'',0,'1'),(5273,'1712AA3286','Abhishek ','Demo','21','9871664785','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asked to call on 20th but didn\'t repond/Follow up\r','','25-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:16','0',5047,'',0,'1'),(5274,'1712AA3287','Mohan LAL ','Demo','21','9654400097','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had conversation/ will provide visit time/Follow up\r','','28-12-2017 - 12:00 ,Thursday','','131','2017-12-22 06:38:25','0',5048,'',0,'1'),(5275,'1712AA3288','Neeraj jain','Demo','21','9899104920','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //call 5pm 20th dec //meeting fix for 23rd dec//call not pic \r','','23-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:25','0',5049,'',0,'1'),(5276,'1712AA3289','Ajeet','Demo','21','9891178412','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Ajeet confirm the meeting on Monday 18th dec //meeting done with aman sir and bhuvan ,after meeting not picking the call \r','','18-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:25','0',5050,'',0,'1'),(5277,'1712AA3290','Priyanshu ','Demo','21','9818944226','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him looking in Noida having budget Rs 65 Lacs visit plan for Sat\r','','16-12-2017 - 12:30 ,Saturday','','131','2017-12-22 06:38:25','0',5051,'',0,'1'),(5278,'1712AA3291','Abhishek','Demo','21','9873218457','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had Word with him clear all queries he may visit Sunday but Sat eve need to confirm\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5052,'',0,'1'),(5279,'1712AA3292','Mr Gaur ','Demo','21','8800153850','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is not avilable call after half hour\r','','15-12-2017 - 12:30 ,Friday','','131','2017-12-22 06:38:25','0',5053,'',0,'1'),(5280,'1712AA3293','Ashutosh tiwari','Demo','21','9811299972','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Ringing\r','0','','','131','2017-12-22 06:38:25','0',5054,'',0,'1'),(5281,'1712AA3294','Amit Singh','Demo','21','9810395414','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not having any financial documents\r','0','','','131','2017-12-22 06:38:25','0',5055,'',0,'1'),(5282,'1712AA3295','Nitin mehta ','Demo','21','9837010222','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not picked. Any time.\r','0','','','131','2017-12-22 06:38:25','0',5056,'',0,'1'),(5283,'1712AA3296','Rajesh ','Demo','21','9899824577','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','137,150 xpress way , bud 55 , 3 Bhk//call not pic \r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:25','0',5057,'',0,'1'),(5284,'1712AA3297','Rajat','Demo','21','9560809000','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call after 1 hours....//call not pic \r','0','','','131','2017-12-22 06:38:25','0',5058,'',0,'1'),(5285,'1712AA3298','Esha ','Demo','21','9711422180','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2017-12-22 06:38:25','0',5059,'',0,'1'),(5286,'1712AA3299','Dipesh Kumar ','Demo','21','9873603596','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he is looking Prestin aven may visit on Sunday\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5060,'',0,'1'),(5287,'1712AA3300','Shikhar bharadwaj','Demo','21','9999654479','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word will visit next weekend\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5061,'',0,'1'),(5288,'1712AA3301','budha Prakash','Demo','21','8506086201','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word Meeting done he want some copy of agreement or documented as his wife is lawyer\r','','23-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:25','0',5062,'',0,'1'),(5289,'1712AA3302','Abhishek ','Demo','21','9999109323','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word product offer Charry and Exotica he may visit this weekend\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5063,'',0,'1'),(5290,'1712AA3303','Rohit','Demo','21','9920897916','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming next week site visit done, \r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:25','0',5064,'',0,'1'),(5291,'1712AA3304','Ambuj Sharma','Demo','21','9560046673','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed hyde park which he had already visited, given him final price, he will reply later, not ans\r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:25','0',5065,'',0,'1'),(5292,'1712AA3305',' Jaspreet','Demo','21','9650260613','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Out of Delhi co ordinator him on Saturday 23rd dec //call not pic //busy hai khud call kerne ko bol raha hai \r','','23-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:25','0',5066,'',0,'1'),(5293,'1712AA3306','Charan singh','Demo','21','9873882877','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not giving time to meet \r','0','','','131','2017-12-22 06:38:25','0',5067,'',0,'1'),(5294,'1712AA3307','Bhanu ','Demo','21','9999842711','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','s off number lead return\r','0','','','131','2017-12-22 06:38:25','0',5068,'',0,'1'),(5295,'1712AA3308','Jitendar ','Demo','21','9891135558','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','client is follwed by Shekhar as well, hence lead return\r','0','','','131','2017-12-22 06:38:25','0',5069,'',0,'1'),(5296,'1712AA3309','Rita ','Demo','21','9419138727','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Ask me to call in the evening for meeting//cust is not available today,ask me to call in morning tomorrow 19th dec //call not pic \r','','19-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:38:25','0',5070,'',0,'1'),(5297,'1712AA3310','Manoj sharma','Demo','21','9911556035','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:25','0',5071,'',0,'1'),(5298,'1712AA3311','Mr Dev ','Demo','21','9560604508','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy call 20th dec after 2pm.//call 22nd dec in evn //ye clt ph nhi pic kerta ur kerta hai to bolta hai ki busy hun evng me call kero ,evng me karo to morng me karo ,morng me karo to evng me //n','','20-12-2017 - 12:00 ,Wednesday','','131','2017-12-22 06:38:25','0',5072,'',0,'1'),(5299,'1712AA3312','Deepika','Demo','21','9650872300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call 21st  dec because she is busy //after 21 st she is not pic the call \r','','21-12-2017 - 12:00 ,Thursday','','131','2017-12-22 06:38:25','0',5073,'',0,'1'),(5300,'1712AA3313','Kunal','Demo','21','9873175846','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Tomorrow 17th dec not coming detail send mhagun and exotica\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5074,'',0,'1'),(5301,'1712AA3314','Ramendra','Demo','21','9416006893','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on 17th dec //call but he say araha hun ,aaraha hun but aaya nhi abhi tk //ur ab call bhi nhi pic ker raha hai \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5075,'',0,'1'),(5302,'1712AA3315','Sanjay saini','Demo','21','9560163180/8920947475','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word will get back\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5076,'',0,'1'),(5303,'1712AA3316','Ashish ','Demo','21','9654119213','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word will get back\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:25','0',5077,'',0,'1'),(5304,'1712AA3317','Aakash ','Demo','21','9711005324','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is looking 3BHK in 45 lacs RTM\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5078,'',0,'1'),(5305,'1712AA3318','Jyoti khosla','Demo','21','01126251175 / 7042886603 ','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Try many time but she was not taking calls send sms but she is not replying\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5079,'',0,'1'),(5306,'1712AA3319','Saurabh ','Demo','21','9818866014','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him offer some options\r','','21-12-2017 - 20:20 ,Thursday','','131','2017-12-22 06:38:33','0',5080,'',0,'1'),(5307,'1712AA3320',' Amresh Chandra','Demo','21','9999893336','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him plan site visit but not came this coming wed he has plan to come\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5081,'',0,'1'),(5308,'1712AA3321','Gaurav kanwant ','Demo','21','8769279297','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he plan for site visit but not came this week may plan\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5082,'',0,'1'),(5309,'1712AA3322','Anil jangid','Demo','21','9891197774','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','today meeting posspoend, please call me tomm, \r','','19-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:38:33','0',5083,'',0,'1'),(5310,'1712AA3323','Hemant','Demo','21','9971444800','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked.\r','0','','','131','2017-12-22 06:38:33','0',5084,'',0,'1'),(5311,'1712AA3324','Sagar','Demo','21','9899178118','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of station, please call me 23 dec.\r','','23-12-2017 - 13:00 ,Saturday','','131','2017-12-22 06:38:33','0',5085,'',0,'1'),(5312,'1712AA3325','Shalu ','Demo','21','7838789543','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is serching property khanpur delhi, he is not intretsed for noida Ext.\r','','18-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:33','0',5086,'',0,'1'),(5313,'1712AA3326','Varun ','Demo','21','9717523332','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is looking 1230 from 2nd to 6th floor @ 62 lakhs including TM,discussed 6th floor @ 66 lahks, not interested at this price,  unit not available at customer choice, asked to call on Friday for AR me','','18-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:33','0',5087,'',0,'1'),(5314,'1712AA3327','Asif ahmed ','Demo','21','9953415383','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','INTERESTED IN SAYA BUT LOW BUDGET RETURNED BY SUMAN\r','0','','','131','2017-12-22 06:38:33','0',5088,'',0,'1'),(5315,'1712AA3328','Sameer ','Demo','21','9871385141','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5089,'',0,'1'),(5316,'1712AA3329','Prateek ','Demo','21','9312405882','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Lead Return/Make a fun of the sales person\r','0','','','131','2017-12-22 06:38:33','0',5090,'',0,'1'),(5317,'1712AA3330','Deepak chaudhary','Demo','21','9811290447','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return\r','0','','','131','2017-12-22 06:38:33','0',5091,'',0,'1'),(5318,'1712AA3331','Neha ','Demo','21','8826511144','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Called several times but didn\'t confirm metting time\r','','22-12-2017 - 12:00 ,Friday','','131','2017-12-22 06:38:33','0',5092,'',0,'1'),(5319,'1712AA3332','Amit ','Demo','21','7838902356 / 7838902462','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in exotica. Will confirm in Sunday. \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5093,'',0,'1'),(5320,'1712AA3333','Nayan deep','Demo','21','9555790552','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit on sturday\r','','16-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:33','0',5094,'',0,'1'),(5321,'1712AA3334','Nikhil ','Demo','21','9718990301','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Asked to call today/Follow up\r','','21-12-2017 - 12:00 ,Thursday','','131','2017-12-22 06:38:33','0',5095,'',0,'1'),(5322,'1712AA3335','Devendra Singh ','Demo','21','9999645991','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit on Saturday/Sunday\r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5096,'',0,'1'),(5323,'1712AA3336','Vivek','Demo','21','9772850100','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will visit in coming weekend/Follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5097,'',0,'1'),(5324,'1712AA3337','Pawan kumar','Demo','21','9818227315','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not responding, already updated Kiran and Harshit\r','0','','','131','2017-12-22 06:38:33','0',5098,'',0,'1'),(5325,'1712AA3338','Shubhi singh','Demo','21','9910528285','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with her offer some options \r','','17-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:33','0',5099,'',0,'1'),(5326,'1712AA3339','Avnish sharma','Demo','21','9810165680','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him meeting fix on 20th Dec at Noida Sec 16\r','','20-12-2017 - 12:00 ,Wednesday','','131','2017-12-22 06:38:33','0',5100,'',0,'1'),(5327,'1712AA3340','Hemant','Demo','21','9971218090','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will visit today after 2 pm//call not pic \r','','23-12-2017 - 12:00 ,Saturday','','131','2017-12-22 06:38:33','0',5101,'',0,'1'),(5328,'1712AA3341','Sandeep','Demo','21','9711878121','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done Interested to take property in future and wants agreement copy on mail for legal discussion and wants 2 days time further v I have mail MOU copy at the same time//call on 4th jan \r','','04-01-2018 - 12:00 ,Thursday','','131','2017-12-22 06:38:33','0',5102,'',0,'1'),(5329,'1712AA3342','Kamal Kant ','Demo','21','9999068324','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','property searching cancelled\r','0','','','131','2017-12-22 06:38:33','0',5103,'',0,'1'),(5330,'1712AA3343',' K. Bedi','Demo','21','9540009522','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is out of town, will be back on Monday 25th dec, asked to call on Tuesday or Wednesday\r','','26-12-2017 - 12:00 ,Tuesday','','131','2017-12-22 06:38:33','0',5104,'',0,'1'),(5331,'1712AA3344','Rishi pandey ','Demo','21','8130450860','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for site visit in coming weekend\r','','25-12-2017 - 12:00 ,Monday','','131','2017-12-22 06:38:33','0',5105,'',0,'1'),(5332,'1712AA3345','Vishal','Demo','21','9810181238','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is next weekand site visit plan.\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:33','0',5106,'',0,'1'),(5333,'1712AA3346','Ved nivas','Demo','21','9891744845','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done will revert in 2 to 3 days and already looking to take commercial loan\r','0','','','131','2017-12-22 06:38:33','0',5107,'',0,'1'),(5334,'1712AA3347','Rajeev Dhiman','Demo','21','9958347978','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','NOT CONTACTABLE \r','0','','','131','2017-12-22 06:38:39','0',5108,'',0,'1'),(5335,'1712AA3348','Suraj','Demo','21','8130663334','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Last day not pick call today call pick he tel me call C. B today after 7pm//ph not pic \r','0','','','131','2017-12-22 06:38:39','0',5109,'',0,'1'),(5336,'1712AA3349','Digvijay','Demo','21','9878891737','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Return .ph not pick single time\r','0','','','131','2017-12-22 06:38:39','0',5110,'',0,'1'),(5337,'1712AA3350','Anuj varshney','Demo','21','991711088, 9540397733','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Give the inverty then talk 2 me//mood me nhi hai abhi \r','0','','','131','2017-12-22 06:38:39','0',5111,'',0,'1'),(5338,'1712AA3351','Nasir akhtar','Demo','21','9958111480','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut and not pic //call not pic \r','0','','','131','2017-12-22 06:38:39','0',5112,'',0,'1'),(5339,'1712AA3352','Rahul','Demo','21','9873190992','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Tomorrow 18th dec metting 3 pm//call not pic \r','','18-01-2018 - 12:00 ,Thursday','','131','2017-12-22 06:38:39','0',5113,'',0,'1'),(5340,'1712AA3353','Rakesh','Demo','21','9910604182','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Told me to call today since busy yesterday but not responding today/ Meeting confirmed for 26th Dec VVS 20 Dec\r','','26-01-2018 - 12:00 ,Friday','','131','2017-12-22 06:38:39','0',5114,'',0,'1'),(5341,'1712AA3354','Vijesh ','Demo','21','9811026315','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is looking 1080 @ 52 lakhs, will call on Saturday, residing in JM Aroma_20-12-2017//AIIMS GOLF AVENUE\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5115,'',0,'1'),(5342,'1712AA3355','Rajinder ','Demo','21','8800245019','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he has finalized property somewhere else_20-12-2017\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5116,'',0,'1'),(5343,'1712AA3356','Nipun ','Demo','21','8397901890','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him come for site visit but not came may plan next week\r','','18-01-2018 - 13:00 ,Thursday','','131','2017-12-22 06:38:39','0',5117,'',0,'1'),(5344,'1712AA3357','Keerthi Raj','Demo','21','9910093502','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he has to move Kerla will back next week\r','','18-01-2018 - 12:00 ,Thursday','','131','2017-12-22 06:38:39','0',5118,'',0,'1'),(5345,'1712AA3358','Naveen','Demo','21','9911098589','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he is looking office space but budget is less try to offer other projects\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5119,'',0,'1'),(5346,'1712AA3359','Anurag','Demo','21','7042727315','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had conversation once and then didn\'t respond to call/Follow up\r','','23-01-2018 - 12:00 ,Tuesday','','131','2017-12-22 06:38:39','0',5120,'',0,'1'),(5347,'1712AA3360','Priyanka  ','Demo','21','7906700231','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','she is coming Friday site visit.\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5121,'',0,'1'),(5348,'1712AA3361','Deepak','Demo','21','7291866403','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He may come on weekend\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5122,'',0,'1'),(5349,'1712AA3362','Sunil Bhatia','Demo','21','8527857060','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up going on \r','','20-01-2018 - 14:00 ,Saturday','','131','2017-12-22 06:38:39','0',5123,'',0,'1'),(5350,'1712AA3363','Satish ','Demo','21','9958100488','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:39','0',5124,'',0,'1'),(5351,'1712AA3364','Deepak tekchandani','Demo','21','9871670826','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not responding, already updated Kiran and Harshit\r','0','','','131','2017-12-22 06:38:39','0',5125,'',0,'1'),(5352,'1712AA3365','Pragya','Demo','21','7982764024','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','comeing for visit 23th or 24rh dec //visit done himalaya clt go for redady to move and resale followup jan 2nd week \r','','24-01-2018 - 12:00 ,Wednesday','','131','2017-12-22 06:38:39','0',5126,'',0,'1'),(5353,'1712AA3366','Soham ghosh ','Demo','21','8130481449','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him visit his office for metng but due to a his urgent metng not meet try to reschdl metng with him\r','','20-01-2018 - 14:10 ,Saturday','','131','2017-12-22 06:38:39','0',5127,'',0,'1'),(5354,'1712AA3367','Suvigya parashar ','Demo','21','9899885606','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','She is looking in Nirala Estate @2800 has offer from market she wants better than this \r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:38:39','0',5128,'',0,'1'),(5355,'1712AA3368','Yadav','Demo','21','9716402624','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming today 20th dec but now not picking calls//budget 30 to 32 lac near pass ,pich divyansh //call on 1st jan of week \r','','01-01-2018 - 13:00 ,Monday','','131','2017-12-22 06:38:39','0',5129,'',0,'1'),(5356,'1712AA3369','Ashish','Demo','21','9540947063','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Wants 2 bhk, Lower floors under25\r','0','','','131','2017-12-22 06:38:39','0',5130,'',0,'1'),(5357,'1712AA3370',' Devbrat','Demo','21','8800332369','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','NOT INTERESTED RETURNED\r','0','','','131','2017-12-22 06:38:39','0',5131,'',0,'1'),(5358,'1712AA3371','Lalit ','Demo','21','9910365401','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut again and again \r','0','','','131','2017-12-22 06:38:39','0',5132,'',0,'1'),(5359,'1712AA3372','Vivek Saxena','Demo','21','9650199700','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call @ 26th Dec to fix the meeting timings, Meeting done, feeling risky\r','','26-01-2018 - 12:00 ,Friday','','131','2017-12-22 06:38:39','0',5133,'',0,'1'),(5360,'1712AA3373','Sandeep kumar','Demo','21','9313555754','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metting done at his offive client will provide documents\r','','13-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5134,'',0,'1'),(5361,'1712AA3374','Aditya','Demo','21','9711509509','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:39','0',5135,'',0,'1'),(5362,'1712AA3375','Anshul','Demo','21','9999673068','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word given all details he may viist next to next weekend\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:39','0',5136,'',0,'1'),(5363,'1712AA3376','Ashish kumar chaturvedi','Demo','21','9650308537','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','CAll 3 time but not getting time//call again not pic \rreturn','0','','','131','2017-12-22 06:38:39','0',5137,'',0,'1'),(5364,'1712AA3377','Rakesh sharma ','Demo','21','8826330663','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not interested  for AR wants to investment in plots\r','0','','','131','2017-12-22 06:38:44','0',5138,'',0,'1'),(5365,'1712AA3378','Rajeev','Demo','21','7500133444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not searching any property \r','0','','','131','2017-12-22 06:38:44','0',5139,'',0,'1'),(5366,'1712AA3379','Dinesh Kumar','Demo','21','9811152009','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','WANTED TO SELL HIS JAYPEE PROPERTEY\r','0','','','131','2017-12-22 06:38:44','0',5140,'',0,'1'),(5367,'1712AA3380','Gaurav','Demo','21','9540867224','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he wants to visit but not came\r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:38:44','0',5141,'',0,'1'),(5368,'1712AA3381','Mohit gaur','Demo','21','9650456222','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Called and briefed the plan, he said he will come to our office by himself, call for follow up on 27th Dec\r','','27-01-2018 - 13:00 ,Saturday','','131','2017-12-22 06:38:44','0',5142,'',0,'1'),(5369,'1712AA3382','Pankaj ','Demo','21','9818289992','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting was planned yesterday @ 24th Dec but did not respond so need follow up\r','','14-01-2018 - 12:30 ,Sunday','','131','2017-12-22 06:38:44','0',5143,'',0,'1'),(5370,'1712AA3383','Manoj','Demo','21','9599333283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done shown Exotica, Divyansh, Cherry etc he may revisit\r','','20-01-2018 - 12:00 ,Saturday','','131','2017-12-22 06:38:44','0',5144,'',0,'1'),(5371,'1712AA3384','Ishant ','Demo','21','8588901283','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he has finalized property\r','0','','','131','2017-12-22 06:38:44','0',5145,'',0,'1'),(5372,'1712AA3385','Prabhat Kumar ','Demo','21','9871719643','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up going on \r','','15-01-2018 - 12:00 ,Monday','','131','2017-12-22 06:38:44','0',5146,'',0,'1'),(5373,'1712AA3386','Sandeep ','Demo','21','9711779768','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Provided detalis for devika\r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:38:44','0',5147,'',0,'1'),(5374,'1712AA3387','Lokesh ','Demo','21','9680590124','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Cust is very busy don\'t have time to discuss about the project,  give his mail Id  and ask me to call after a week.\r','','18-01-2018 - 12:00 ,Thursday','','131','2017-12-22 06:38:44','0',5148,'',0,'1'),(5375,'1712AA3388','Shampa nandi ','Demo','21','9810834569','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Send project on what’s app//batayenge abhi samjh nhi aaya kuchh \r','','14-01-2018 - 12:00 ,Sunday','','131','2017-12-22 06:38:44','0',5149,'',0,'1'),(5376,'1712AA3389','Vikash Chandra ','Demo','21','9507166444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word share details will plan visit he belongs to Bihar\r','','22-01-2018 - 11:00 ,Monday','','131','2017-12-22 06:38:44','0',5150,'',0,'1'),(5377,'1712AA3390','Ravindra adha','Demo','21','9654648037','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done, he wants to meet the builder first, seems working with RBS bank, don’t follow up\r','0','','','131','2017-12-22 06:38:44','0',5151,'',0,'1'),(5378,'1712AA3391','Rajinder singh gill','Demo','21','9899193298','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:44','0',5152,'',0,'1'),(5379,'1712AA3392','Abhay ','Demo','21','7042750274','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2017-12-22 06:38:44','0',5153,'',0,'1'),(5380,'1712AA3393','Aditya bhattacharya','Demo','21','7000127608','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','LOOKING PROPERTY I DELHI ANF FBD\r','0','','','131','2017-12-22 06:38:44','0',5154,'',0,'1'),(5381,'1712AA3394','Sweta verma','Demo','21','9972784846','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call 21st  dec because she is busy //coming 23rd dec 10am for visit //not pic call\r','','23-12-2017 - 10:00 ,Saturday','','131','2017-12-22 06:38:44','0',5155,'',0,'1'),(5382,'1712AA3395','Anil ','Demo','21','9717721961','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Plan Dropped/ Hence lead return\r','0','','','131','2017-12-22 06:38:44','0',5156,'',0,'1'),(5383,'1712AA3396','Neeraj Dhiman','Demo','21','9418096782','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','looking in gurgaon not in noida \r','0','','','131','2017-12-22 06:38:44','0',5157,'',0,'1'),(5384,'1712AA3397','Surya Prakash mohanty','Demo','21','9971902980','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not intersted\r','0','','','131','2017-12-22 06:38:44','0',5158,'',0,'1'),(5385,'1712AA3398','Shyam Kumar','Demo','21','9999919388','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client will buy property after 3 months, hence lead return\r','0','','','131','2017-12-22 06:38:44','0',5159,'',0,'1'),(5386,'1712AA3399','Verinder Paul ','Demo','21','7042998015','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try many time but she was not taking calls send sms but she is not replying\r','0','','','131','2017-12-22 06:38:44','0',5160,'',0,'1'),(5387,'1712AA3400','Somil','Demo','21','9910030731','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metng done with client at his office May come for visit on Tuesday\r','','16-01-2018 - 13:00 ,Tuesday','','131','2017-12-22 06:38:44','0',5161,'',0,'1'),(5388,'1712AA3401','','Demo','21','8076386302','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking in Syay zion had word with him visit done  try to follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2017-12-22 06:38:44','0',5162,'',0,'1'),(5389,'1801AA0390','Sunil','info@krishnacab.com','9899057752','9899057752','J-203 Gama-2 Greater Noida, Gautam Budh Nagar','India','','others','','','','','Hena','','Promotion','15k','','Greater Noida','Promotion','','www.krishnacab.in','','244','248','246','','248','248',13,'WARM','Promotion','22','','','246','2018-01-02 07:17:49','0',0,'',0,'13'),(5390,'1801AA0391','Sunil   ','addoluxuria6840@gmail.com','9953100002','9953100002','Noida','India','','Google','Website','buy','','Website','Shrawan','','Website','55,000','','Noida','Website','','Addo Luxuria','Proposal sent already','244','248','244','','248','248',13,'HOT','PG Website , Proposal already sent of Rs 55,000','21','','','244','2018-01-05 05:20:04','0',0,'',0,'13'),(5391,'1801AA0392','Ankit','Do not know','9717407603','9717407603','Delhi','India','','Google','Mobile Application','','','','Hena','','Mobile Application','15000','','Delhi','Mobile Application','','Do not know','','244','247','246','247','247','247',4,'WARM','interested. sent him the proposal. budget issues might be there. \n','16','01-11-2018 11:16:00','','246','2018-01-08 06:33:16','0',0,'',0,'13'),(5392,'1801AA0393','Vinay Rana','Do not know','7042235131','7042235131','Noida','India','','Google','Website','','','','Hena','','Website','15000','','Noida','Website','','Do not know','','244','248','246','','248','248',13,'WARM','website','21','','','246','2018-01-08 12:46:33','0',0,'',0,'13'),(5393,'1801AA0394','KD Sharma','Not known','9818067557','9818067557','Gurgaon','India','','Google','Fresh','','','','neha','','Mobile app','not know','','Gurgaon','Mobile app','','Not known','https://www.uwayshop.com/','244','247','245','247','247','247',4,'WARM','had a call. asked to call back after 2 days','16','01-19-2018 17:9:00','','245','2018-01-09 12:47:20','0',0,'',0,'13'),(5394,'1801AA0395','Vishal Choudhary','idk','8448430297','8448430297','Badarpur','india','','Just Dial','E-commerce','','','E-COMMERCE','SHRAWAN','9/1/2018','E-COMMERCE','IDK','','BADARPUR','E-COMMERCE','','E-commerce','','244','248','244','','248','248',13,'','E-COMMERCE APPARELS','21','','','244','2018-01-09 15:12:13','0',0,'',0,'13'),(5395,'1801AA0396','Prashant','Dont Know','9999990000','9999990000','Gurgaon','India','','Refrence','Web ','','','Web Application','Jalaj Sir','','Web Application','Dont Know','','Gurgaon','Web Application','','Skill Rock','','244','247','244','247','247','247',4,'WARM','sent him the proposal. will followup ','17','01-25-2018 14:0:00','','244','2018-01-11 05:23:36','0',0,'',0,'13'),(5396,'1801AA0397','Lokesh','Do not know','8287014646','8287014646','Noida','India','','Facebook','Fresh','','','','Hena','','Website','15000','','Noida','Website','','Do not know','greenox.in','244','247','246','247','247','247',13,'WARM','website','21','','','246','2018-01-11 08:53:09','0',0,'',0,'13'),(5637,'1801AA0398','Satyendra','Not know','8393000006','8393000006','Noida','India','','Google','Fresh','','','Lead management system','neha','','Lead management system','not know','','noida','Lead management system','','Not know','','244','247','245','247','247','247',4,'COLD','client does not have any requirement as of now. will keep him in followup','17','01-26-2018 11:0:00','','245','2018-01-11 13:03:53','0',0,'',0,'13'),(5638,'1801AA3402','kishore verma ','Demo','31','9868300534','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //meeting done with aman sir and abhimanu,want time call on 6th jan \r','','06-01-2018 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',1,'',0,'1'),(5639,'1801AA3403','Surendra kumar gupta ','Demo','31','7042963654','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt health is not good ...plan drop for 15 days regarding property... Call him after 15 days.\r','','09-01-2018 - 00:00 ,Tuesday','','131','2018-01-12 06:08:00','0',2,'',0,'1'),(5640,'1801AA3404','Pankaj Rai ','Demo','31','7838118971','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done on Divyansh, may be revisit on coming Sat with family\r','','23-12-2017 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',3,'',0,'1'),(5641,'1801AA3405','Roopesh ','Demo','31','9643706413','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done for Divyansh may come in weekend\r','','23-12-2017 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',4,'',0,'1'),(5642,'1801AA3406','Abhijeet ','Demo','31','8700373213','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him but may come after 5th of Jan \r','','05-01-2018 - 00:00 ,Friday','','131','2018-01-12 06:08:00','0',5,'',0,'1'),(5643,'1801AA3407','Deepak chugh','Demo','31','9711918009','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metng done with him explain all things need time till Wed than take call\r','','27-12-2017 - 00:00 ,Wednesday','','131','2018-01-12 06:08:00','0',6,'',0,'1'),(5644,'1801AA3408','Tripta Gupta','Demo','31','9968214144','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','I will try this no 2-3 times but not reachable n right now I will try again this no. not pick.....\r','0','','','131','2018-01-12 06:08:00','0',7,'',0,'1'),(5645,'1801AA3409','Mohit Sharma ','Demo','31','7906411771','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','If he don’t have any work tmrw then only come for visit otherwise next weekend /finalise next month jan me karega ,bulandshahar me bhi dekh raha h\r','','06-01-2018 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',8,'',0,'1'),(5646,'1801AA3410','Sujeet Kumar','Demo','31','8800812357','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client not confirming visit time/Follow up\r','','23-12-2017 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',9,'',0,'1'),(5647,'1801AA3411','Prashant','Demo','31','9818759833','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in Divyamsh & galaxy./Follow up\r','','23-12-2017 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',10,'',0,'1'),(5648,'1801AA3412','Rejender','Demo','31','9958910253','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client is out of station. Not confirming meeting or site visit time\r','0','','','131','2018-01-12 06:08:00','0',11,'',0,'1'),(5649,'1801AA3413','Praveen kumar','Demo','31','9971393814','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','first meeting done but neeed to revisit as was in hurry, interested in the plan, need to call tomorrow @ 26th dec for meeting to close the deal. Interested in the GGN property, asked Harshit and he is','','25-12-2017 - 00:00 ,Monday','','131','2018-01-12 06:08:00','0',12,'',0,'1'),(5650,'1801AA3414','Tarun kumar ','Demo','31','9899075073','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done in Bestech Business center, Condulent, total 3 friends, follow up on 26th dec\r','','26-12-2017 - 00:00 ,Tuesday','','131','2018-01-12 06:08:00','0',13,'',0,'1'),(5651,'1801AA3415','Ashwani Singh ','Demo','31','8750728252','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done, expected closure by 28th dec\r','','28-12-2017 - 00:00 ,Thursday','','131','2018-01-12 06:08:00','0',14,'',0,'1'),(5652,'1801AA3416','Ravi Gandhi','Demo','31','9871835323','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:00','0',15,'',0,'1'),(5653,'1801AA3417','Anirudh ','Demo','31','9582568271','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:00','0',16,'',0,'1'),(5654,'1801AA3418','Ravi chauhan ','Demo','31','8750554677','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Called several times from different number/ Not picked\r','0','','','131','2018-01-12 06:08:00','0',17,'',0,'1'),(5655,'1801AA3419','Satender yadav','Demo','31','9319141936','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:00','0',18,'',0,'1'),(5656,'1801AA3420','Ajeet sharma','Demo','31','9873179990','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Want time to think\r','','03-01-2018 - 00:00 ,Wednesday','','131','2018-01-12 06:08:00','0',19,'',0,'1'),(5657,'1801AA3421','Sourbh','Demo','31','8860686600','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in himalaya , It was a duplicate lead.. Bhuwan  and javed both are following up with same client...\r','','02-01-2018 - 00:00 ,Tuesday','','131','2018-01-12 06:08:00','0',20,'',0,'1'),(5658,'1801AA3422','Vivek bhatnagar','Demo','31','9810126615','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Out of station\r','','02-01-2018 - 00:00 ,Tuesday','','131','2018-01-12 06:08:00','0',21,'',0,'1'),(5659,'1801AA3423','Ravindra singh','Demo','31','9971200750','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not giving time to meet \r','0','','','131','2018-01-12 06:08:00','0',22,'',0,'1'),(5660,'1801AA3424','Gyanendra','Demo','31','9891999397','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Today he will come to Noida and will come our office for meeting.he was expected to come yesterday 26th to our office but now he is not picking my call,I tried 4-5 time .he is a indarapuram guy.\r','','26-12-2017 - 00:00 ,Tuesday','','131','2018-01-12 06:08:00','0',23,'',0,'1'),(5661,'1801AA3425','Anmol sharma','Demo','31','9810082665','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix //23rd dec Morning meeting done 10,clock,with aman sir //call not pic \r','','23-12-2017 - 00:00 ,Saturday','','131','2018-01-12 06:08:00','0',24,'',0,'1'),(5662,'1801AA3426','Himanshu ','Demo','31','9899115138','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done looking for resale under 26lacs try for metng\r','','26-12-2017 - 02:00 ,Tuesday','','131','2018-01-12 06:08:00','0',25,'',0,'1'),(5663,'1801AA3427','Manoj singh','Demo','31','9837344401','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him he plan  for visit but not came\r','','24-12-2017 - 00:00 ,Sunday','','131','2018-01-12 06:08:00','0',26,'',0,'1'),(5664,'1801AA3428','Kapil ','Demo','31','9289319474','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done Divyansh , looking 3BHK but other option also\r','','25-12-2017 - 00:00 ,Monday','','131','2018-01-12 06:08:00','0',27,'',0,'1'),(5665,'1801AA3429','Sri prakash','Demo','31','9810145196','Noida','India','Fresh','Divyansh Hording','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word want to meet at his office  in delhi will confirm time\r','','24-12-2017 - 00:00 ,Sunday','','131','2018-01-12 06:08:00','0',28,'',0,'1'),(5666,'1801AA3430','Dinesh chandra','Demo','31','9717821706','Noida','India','Fresh','Divyansh Hording','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try many time but nt taking calls\r','0','','','131','2018-01-12 06:08:00','0',29,'',0,'1'),(5667,'1801AA3431','Pradeep','Demo','31','9205483751','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try many time but nt taking calls\r','0','','','131','2018-01-12 06:08:00','0',30,'',0,'1'),(5668,'1801AA3432','Vaibhav mishra','Demo','31','9811736777','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Metng done with him explain all things need to share MOU copy with him than take call\r','','25-12-2017 - 14:00 ,Monday','','131','2018-01-12 06:08:04','0',31,'',0,'1'),(5669,'1801AA3433','Anshul','Demo','31','9654206782','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Gaur Saundrym visit done \r','','25-12-2017 - 12:00 ,Monday','','131','2018-01-12 06:08:04','0',32,'',0,'1'),(5670,'1801AA3434','Ranjeet ','Demo','31','9873435940','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done for Divyansh also looking Pretin as dir of Prestin known to him\r','','24-12-2017 - 12:00 ,Sunday','','131','2018-01-12 06:08:04','0',33,'',0,'1'),(5671,'1801AA3435','Amit sharma ','Demo','31','9971746123','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not picking the phone,once pic the phone after listening from ware I am he cut phone and after it not pic the phone.return ..as not picking the call \r','0','','','131','2018-01-12 06:08:04','0',34,'',0,'1'),(5672,'1801AA3436','Sunil ','Demo','31','9560503629','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','ni','0','','','131','2018-01-12 06:08:04','0',35,'',0,'1'),(5673,'1801AA3437','Avdhesh gupta','Demo','31','9953957377','Noida','India','Fresh','Divyansh Hording','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','23rd dec come for visit //plan change …so hi will come for visit 25th dec //as not picking the call \r','','25-12-2017 - 12:00 ,Monday','','131','2018-01-12 06:08:04','0',36,'',0,'1'),(5674,'1801AA3438','Anil Kumar ','Demo','31','9812862438','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','ni','0','','','131','2018-01-12 06:08:04','0',37,'',0,'1'),(5675,'1801AA3439','Anil','Demo','31','9953190959','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','he is not picking call \r','0','','','131','2018-01-12 06:08:04','0',38,'',0,'1'),(5676,'1801AA3440','Adil Khan ','Demo','31','9759988581','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'',' Trying 2 times ..not pick//not pic call\r','0','','','131','2018-01-12 06:08:04','0',39,'',0,'1'),(5677,'1801AA3441','Abhishek  gupta','Demo','31','9582300150','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He will be coming on Tuesday 2nd jan  for site visit.//not to come for visit because he is busy ,call after Friday 5th jan \r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:04','0',40,'',0,'1'),(5678,'1801AA3442','Alok ','Demo','31','9654551821','Noida','India','Fresh','Commonfloor ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',41,'',0,'1'),(5679,'1801AA3443','Abhishek mishra ','Demo','31','9999994696','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',42,'',0,'1'),(5680,'1801AA3444','Saurabh yadav ','Demo','31','9717117555','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',43,'',0,'1'),(5681,'1801AA3445','S.K Sharma ','Demo','31','8860866196','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',44,'',0,'1'),(5682,'1801AA3446','Jitender','Demo','31','9911752908','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',45,'',0,'1'),(5683,'1801AA3447','S.S Bhavan ','Demo','31','9810375587','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:04','0',46,'',0,'1'),(5684,'1801AA3448','Vikas bhatnagar','Demo','31','9899727590','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done at his home. Client will confirm next week.\r','','25-12-2017 - 12:00 ,Monday','','131','2018-01-12 06:08:04','0',47,'',0,'1'),(5685,'1801AA3449','Arvind Bhardwaj ','Demo','31','9654536321','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Due to some family problem, asked to call after 1 week\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:04','0',48,'',0,'1'),(5686,'1801AA3450','Vikas Singh ','Demo','31','9910777671','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client will come for visit as per his schedule/Follow up\r','','31-12-2017 - 12:00 ,Sunday','','131','2018-01-12 06:08:04','0',49,'',0,'1'),(5687,'1801AA3451',' Mukesh Kalra','Demo','31','9871322321','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Called several times/Not picked/Follow up\r','','26-12-2017 - 13:00 ,Tuesday','','131','2018-01-12 06:08:04','0',50,'',0,'1'),(5688,'1801AA3452','Vikas Kumar ','Demo','31','9015128828','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit in Jan\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:04','0',51,'',0,'1'),(5689,'1801AA3453','Rahul','Demo','31','8859424641','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Due to some family issue. Visit postponed.\r','','29-12-2017 - 13:00 ,Friday','','131','2018-01-12 06:08:04','0',52,'',0,'1'),(5690,'1801AA3454','Pulkit ','Demo','31','9891252151','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Called not picked/Follow up\r','','25-12-2017 - 12:00 ,Monday','','131','2018-01-12 06:08:04','0',53,'',0,'1'),(5691,'1801AA3455','Chandra pal Singh','Demo','31','9956316470','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','EXPECTED VISIT ON SATURDAY OR SUNDAY\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:04','0',54,'',0,'1'),(5692,'1801AA3456','Abhishek Das','Demo','31','9810955263','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit pending for 1550 in gaur saundaryam, he is already residing in saundaryam\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:04','0',55,'',0,'1'),(5693,'1801AA3457','Dipa','Demo','31','9560755277','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in urban casa, she wants to finalize unit in antriksh golf view-1, we offered 67 lakhs, she is already having a deal in same project @ 63 lakhs\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:04','0',56,'',0,'1'),(5694,'1801AA3458','Sandeep ','Demo','31','9818191314','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up going on \r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:04','0',57,'',0,'1'),(5695,'1801AA3459','Deepak juneja','Demo','31','9891867779','Noida','India','Fresh','Divyansh Hording','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting was planned yesterday @ 24th Dec but did not respond so need follow up\r','','24-12-2017 - 12:00 ,Sunday','','131','2018-01-12 06:08:04','0',58,'',0,'1'),(5696,'1801AA3460','Sahil ','Demo','31','9911067869','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeding done, ITR not shared but seems 4 to 4.5 lac ITR, doubt on eligibilty\r','0','','','131','2018-01-12 06:08:04','0',59,'',0,'1'),(5697,'1801AA3461','Purshottam','Demo','31','9818787288','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client will call as per his requirements.\r','0','','','131','2018-01-12 06:08:04','0',60,'',0,'1'),(5698,'1801AA3462','Wilson ','Demo','31','9999877601','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:08','0',61,'',0,'1'),(5699,'1801AA3463','Gaurav ','Demo','31','9453594896','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pic call //busy hun bad me bat karunga\r','0','','','131','2018-01-12 06:08:08','0',62,'',0,'1'),(5700,'1801AA3464','Saurbhi ','Demo','31','9999338523','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done for divyansh and prestin but he may look his budget than revert\r','','31-12-2017 - 12:00 ,Sunday','','131','2018-01-12 06:08:08','0',63,'',0,'1'),(5701,'1801AA3465','Surjit','Demo','31','9958100291','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done for Divyansh may come for next weekend\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:08','0',64,'',0,'1'),(5702,'1801AA3466','Anand','Demo','31','9811485105','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try many time but not taking calls\r','0','','','131','2018-01-12 06:08:08','0',65,'',0,'1'),(5703,'1801AA3467','Abdulmateen siddiqui','Demo','31','9891942518','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Tomorrow meeting//call not pic \r','0','','','131','2018-01-12 06:08:08','0',66,'',0,'1'),(5704,'1801AA3468','Reena Sharma / vipin (husband)','Demo','31','9650255556','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in divynsh 1015sqft //call not done \r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:08','0',67,'',0,'1'),(5705,'1801AA3469','Purshottam','Demo','31','9818787288','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client will call as per his requirements.\r','0','','','131','2018-01-12 06:08:08','0',68,'',0,'1'),(5706,'1801AA3470','Vikas Mishra','Demo','31','7838832911','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' will come today for metting at our office\r','','24-12-2017 - 13:05 ,Sunday','','131','2018-01-12 06:08:08','0',69,'',0,'1'),(5707,'1801AA3471','Vijay ','Demo','31','8376938618','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in exotica & divyansh. \r','','27-12-2017 - 12:00 ,Wednesday','','131','2018-01-12 06:08:08','0',70,'',0,'1'),(5708,'1801AA3472','Ashok kumar','Demo','31','9891221991','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Called for meeting in 5 star property, true caller shows banker, FB profile showing banker, Don’t call the customer as he is a senior profile in banking\r','0','','','131','2018-01-12 06:08:08','0',71,'',0,'1'),(5709,'1801AA3473','Wilson ','Demo','31','9999877601','Noida','India','Fresh','Times Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:08','0',72,'',0,'1'),(5710,'1801AA3474','Akash gupta','Demo','31','9634896992','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:08','0',73,'',0,'1'),(5711,'1801AA3475',' Dr.R k pandey','Demo','31','9818136876','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:08','0',74,'',0,'1'),(5712,'1801AA3476','Adnan ','Demo','31','9897966913','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word he may come after next week\r','','31-12-2017 - 12:00 ,Sunday','','131','2018-01-12 06:08:08','0',75,'',0,'1'),(5713,'1801AA3477','Rima','Demo','31','9968370455','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //busy ,busy \r','0','','','131','2018-01-12 06:08:08','0',76,'',0,'1'),(5714,'1801AA3478','Shivam','Demo','31','7015887739','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected for tommorow//call not pic \r','','27-01-2018 - 12:00 ,Saturday','','131','2018-01-12 06:08:08','0',77,'',0,'1'),(5715,'1801AA3479','Atul Saxena','Demo','31','9582442619','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Try many time but not taking calls\r','0','','','131','2018-01-12 06:08:08','0',78,'',0,'1'),(5716,'1801AA3480','Dipang Kumar','Demo','31','8800509257','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He has given the time for tomorrow between 9 am to 3pm//return…as not interested \r','0','','','131','2018-01-12 06:08:08','0',79,'',0,'1'),(5717,'1801AA3481','Ankur','Demo','31','9599730358','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','follow ups\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:08','0',80,'',0,'1'),(5718,'1801AA3482','Ankit','Demo','31','9771479610','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed 2365 in saundaryam, 423 no. unit, seller demand is 4700+tm+registry, he wants to purchase it at 4550(1.10 cr including TM, commission)+registry\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:08','0',81,'',0,'1'),(5719,'1801AA3483','Nagender singh','Demo','31','9891825500','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm want 3-4 days time to think\r','','28-12-2017 - 12:00 ,Thursday','','131','2018-01-12 06:08:08','0',82,'',0,'1'),(5720,'1801AA3484','Sanjay malhotra ','Demo','31','9999038738','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in exotica 1705. Will come again for Arden in coming\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:08','0',83,'',0,'1'),(5721,'1801AA3485','Piyush ','Demo','31','9716920000','Noida','India','Fresh','Rakesh Sir Ref','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','NOT INTERESTED RETURNED\r','0','','','131','2018-01-12 06:08:08','0',84,'',0,'1'),(5722,'1801AA3486','Prakash ','Demo','31','9650465882','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','NOT INTERESTED RETURNED\r','0','','','131','2018-01-12 06:08:08','0',85,'',0,'1'),(5723,'1801AA3487','Pankaj singh','Demo','31','9717547617','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word tom again follow up\r','','04-01-2018 - 12:00 ,Thursday','','131','2018-01-12 06:08:08','0',86,'',0,'1'),(5724,'1801AA3488','Sunil kohli','Demo','31','9810339857','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word tom again follow up\r','','04-01-2018 - 12:00 ,Thursday','','131','2018-01-12 06:08:08','0',87,'',0,'1'),(5725,'1801AA3489','B.K. Tripathi','Demo','31','9415153771','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call cut again and again \r','0','','','131','2018-01-12 06:08:08','0',88,'',0,'1'),(5726,'1801AA3490','Khalid','Demo','31','9818307124','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting not confirmed as yet since client is postponing it from long. So please make the lead again\r','0','','','131','2018-01-12 06:08:08','0',89,'',0,'1'),(5727,'1801AA3491','Chetan','Demo','31','8130361361','Noida','India','Fresh','99 ACres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not responding\r','0','','','131','2018-01-12 06:08:08','0',90,'',0,'1'),(5728,'1801AA3492','Arti','Demo','31','9811380609','Noida','India','Fresh','Divyansh SMS','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',91,'',0,'1'),(5729,'1801AA3493','Ankita','Demo','31','9460954787','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',92,'',0,'1'),(5730,'1801AA3494','Gaurav Arora','Demo','31','9219699146','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',93,'',0,'1'),(5731,'1801AA3495','Anand ','Demo','31','9457540188','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','about to come for visit but  Not Picking call\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:12','0',94,'',0,'1'),(5732,'1801AA3496','Anurag srivastava','Demo','31','9910235912','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 1550 in arihant , not availeble. \r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:12','0',95,'',0,'1'),(5733,'1801AA3497','Neha sanwal bisht ','Demo','31','9711112126','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','INTERESTED 3BHK IN LOW BUDGET PITCHED NIRALA ESTATE LOW BUDGET\r','0','','','131','2018-01-12 06:08:12','0',96,'',0,'1'),(5734,'1801AA3498','Raman dubey','Demo','31','9953506942','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','SUNDAY VISIT EXPECTED\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:12','0',97,'',0,'1'),(5735,'1801AA3499','Raman jha','Demo','31','9212129834','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PITCHED CHERRY EXOTICA AND ARIHANT EXPECTED VISIT SATURDAY OR SUNDAY\r','','30-12-2017 - 13:00 ,Saturday','','131','2018-01-12 06:08:12','0',98,'',0,'1'),(5736,'1801AA3500','Gyanesh','Demo','31','9953097955','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',99,'',0,'1'),(5737,'1801AA3501','Ashish Budhiraja','Demo','31','9999479366','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',100,'',0,'1'),(5738,'1801AA3502','Anuj pratap Singh ','Demo','31','9555288629','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit fixed for saturday30th dec //call not pic \r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:12','0',101,'',0,'1'),(5739,'1801AA3503',' Debendra','Demo','31','9312281684','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','28th dec  meeting Confirm 7:30 PM in Divyansh//visit done,followup \r','','28-12-2017 - 12:00 ,Thursday','','131','2018-01-12 06:08:12','0',102,'',0,'1'),(5740,'1801AA3504','Shivam singh','Demo','31','9873114672','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','ph not pic \r','0','','','131','2018-01-12 06:08:12','0',103,'',0,'1'),(5741,'1801AA3505','Shravan','Demo','31','9990389373','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Call today evening around 6 pm//call not pic \r','0','','','131','2018-01-12 06:08:12','0',104,'',0,'1'),(5742,'1801AA3506','Parth sarthi','Demo','31','7982074040','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',105,'',0,'1'),(5743,'1801AA3507','Gaurav jain','Demo','31','9560115303','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',106,'',0,'1'),(5744,'1801AA3508','Sudhir Kumar','Demo','31','9560190719','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',107,'',0,'1'),(5745,'1801AA3509','PC Verma ','Demo','31','9336444456','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','INTERESTED IN CHERRY 1620 SQ FT AND BUDGET IS LOW\r','0','','','131','2018-01-12 06:08:12','0',108,'',0,'1'),(5746,'1801AA3510','Yatharth','Demo','31','8587066770','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done, divyansh, Pristine avenue, will come \r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:12','0',109,'',0,'1'),(5747,'1801AA3511','Kushal ','Demo','31','9999731736','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',110,'',0,'1'),(5748,'1801AA3512','Ajay kesharwani ','Demo','31','8376951392','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',111,'',0,'1'),(5749,'1801AA3513','Jitender','Demo','31','9999490365','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Details send of Divyansh and Pristine, will come for visit soon \r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:12','0',112,'',0,'1'),(5750,'1801AA3514','Amit Dogra ','Demo','31','9810245942','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',113,'',0,'1'),(5751,'1801AA3515',' Sumit','Demo','31','9871191807','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix today 29th //again call and say meeting fix 3rd jan //call but not pic \r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-12 06:08:12','0',114,'',0,'1'),(5752,'1801AA3516','Surendra verma','Demo','31','9711207434','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call on 30th jan \r','','30-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:12','0',115,'',0,'1'),(5753,'1801AA3517','Manish','Demo','31','9873997751','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',116,'',0,'1'),(5754,'1801AA3518','Sanjeet ','Demo','31','9873217080','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',117,'',0,'1'),(5755,'1801AA3519','Vikas sharma','Demo','31','9818138485','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word today meeting at his office at 2pm.\r','','28-12-2017 - 15:30 ,Thursday','','131','2018-01-12 06:08:12','0',118,'',0,'1'),(5756,'1801AA3520','Chandan','Demo','31','9310211199','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',119,'',0,'1'),(5757,'1801AA3521','Yatin','Demo','31','8178066715','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:12','0',120,'',0,'1'),(5758,'1801AA3522','LD Sharma','Demo','31','9968096647','Noida','India','Fresh','SMS Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come in january 1st week for visit\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:15','0',121,'',0,'1'),(5759,'1801AA3523','Jatin/Shilpa','Demo','31','9002081111','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he has finalized property\r','0','','','131','2018-01-12 06:08:15','0',122,'',0,'1'),(5760,'1801AA3524','Pradeep Malhotra','Demo','31','9818418041','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','\" already in touch with someone for gaur saundaryam\rwant to close deal of 2590, 25th floor within 2-3 days\rhe is having a deal at 1.04 cr with little bit negotiation\rhe wants best price from us\"\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:15','0',123,'',0,'1'),(5761,'1801AA3525','Sunny','Demo','31','9811135815','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',124,'',0,'1'),(5762,'1801AA3526','Rohtash Sagar','Demo','31','9717017024','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','INTERESTED IN CHERRY 891 SQ FT ,INVENTORY GIVEN BUT BUDGET ISSUE\r','0','','','131','2018-01-12 06:08:15','0',125,'',0,'1'),(5763,'1801AA3527','Kunal Singh','Demo','31','9910408450','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',126,'',0,'1'),(5764,'1801AA3528','Krishna','Demo','31','9899488345','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Project smjha diya hai Kal baat krne ko bola hai 11:30 per\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:15','0',127,'',0,'1'),(5765,'1801AA3529','Surender ','Demo','31','9560896444','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Himalya pride,  jan 1st week will come for final price.\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:15','0',128,'',0,'1'),(5766,'1801AA3530','Aman lari','Demo','31','8743874310','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','30 dec . Visit for Divyansh\r','','30-12-2017 - 12:00 ,Saturday','','131','2018-01-12 06:08:15','0',129,'',0,'1'),(5767,'1801AA3531','Sanjay','Demo','31','9871047091','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','150 sq.ft. shop in central noida, in 40 lac, not possible, Dump\r','0','','','131','2018-01-12 06:08:15','0',130,'',0,'1'),(5768,'1801AA3532','Mohit tyagi ','Demo','31','9599480496','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',131,'',0,'1'),(5769,'1801AA3533','Manoj','Demo','31','9900844728','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done exotica ,divyansh and arden amabar//call on 5th jan \r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:15','0',132,'',0,'1'),(5770,'1801AA3534','Pratap','Demo','31','8076351631','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',133,'',0,'1'),(5771,'1801AA3535','Deepak ','Demo','31','9818847556','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','planning for visit, but not picking phone\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:15','0',134,'',0,'1'),(5772,'1801AA3536','Sn singh','Demo','31','8527645913','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',135,'',0,'1'),(5773,'1801AA3537','Rajinder Singh ','Demo','31','9650459006','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',136,'',0,'1'),(5774,'1801AA3538','Ankit ','Demo','31','7982993460','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',137,'',0,'1'),(5775,'1801AA3539','Vishal kapoor ','Demo','31','9555587419','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',138,'',0,'1'),(5776,'1801AA3540','Anurag','Demo','31','8860629489','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' looking 2590 sq.ft upto 9th floor, discussed 15th floor, wants to know price and possession status\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:15','0',139,'',0,'1'),(5777,'1801AA3541','Deepak bori ','Demo','31','8447777205','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','INTERESTED IN CENTRL NOIDA,WILL COME FOR VISIT\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:15','0',140,'',0,'1'),(5778,'1801AA3542','Jeevan','Demo','31','9212282845','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','NOT CONTACTABLE\r','0','','','131','2018-01-12 06:08:15','0',141,'',0,'1'),(5779,'1801AA3543','Manoj gupta','Demo','31','9739860350','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Spoke to him on 26th dec, seems interested but feeling risky so told me to call by 1st week of jan. Now not responding. Under follow up\r','','26-12-2017 - 12:00 ,Tuesday','','131','2018-01-12 06:08:15','0',142,'',0,'1'),(5780,'1801AA3544','Sunil kumar','Demo','31','9810768994','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Busy right now, will talk after new year. \r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:15','0',143,'',0,'1'),(5781,'1801AA3545','Shitiz ','Demo','31','9899688593','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',144,'',0,'1'),(5782,'1801AA3546','Rohit ','Demo','31','9654066986','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',145,'',0,'1'),(5783,'1801AA3547','Pankaj','Demo','31','9871419699','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',146,'',0,'1'),(5784,'1801AA3548','Abhinav Srivastava','Demo','31','9540488807','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',147,'',0,'1'),(5785,'1801AA3549','Jitender girsay ','Demo','31','9560570461','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',148,'',0,'1'),(5786,'1801AA3550','Faisal ','Demo','31','9831637866','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Divyansh , Pristine, will finalize Pristine in next week\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:15','0',149,'',0,'1'),(5787,'1801AA3551','Harminder bedi','Demo','31','9873247707','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:15','0',150,'',0,'1'),(5788,'1801AA3552','Shahzad  ahmad ','Demo','31','9911039740','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',151,'',0,'1'),(5789,'1801AA3553','Sudhakar pandey ','Demo','31','9313636128','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',152,'',0,'1'),(5790,'1801AA3554','Nirmal ','Demo','31','8527144301','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Full January bzy hai feb mai aanyege visit krne\r','','05-02-2018 - 12:00 ,Monday','','131','2018-01-12 06:08:19','0',153,'',0,'1'),(5791,'1801AA3555','Anamika yadav','Demo','31','9999279097','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','She not Coming tomorrow for site visit call 14th Jan for visit\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',154,'',0,'1'),(5792,'1801AA3556','Kunal','Demo','31','8826004458','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',155,'',0,'1'),(5793,'1801AA3557','Dalip ','Demo','31','9312415702','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want to come for visit on Sunday but did;nt come, follow again\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:19','0',156,'',0,'1'),(5794,'1801AA3558','Hanish arora','Demo','31','9650734640','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Busy right now, will talk after new year. \r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:19','0',157,'',0,'1'),(5795,'1801AA3559','Ravi kumar','Demo','31','7042559014','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',158,'',0,'1'),(5796,'1801AA3560','Surender','Demo','31','9873019730','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic//He is all ready touch other person he tel I call u back.....\r','','04-01-2018 - 12:00 ,Thursday','','131','2018-01-12 06:08:19','0',159,'',0,'1'),(5797,'1801AA3561','Vijay prakash','Demo','31','9711205549','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cm is not intersted for meeting\r','0','','','131','2018-01-12 06:08:19','0',160,'',0,'1'),(5798,'1801AA3562','Apurv','Demo','31','9015688913','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he come for visithalaxy and divyansh 6th or 7th jan \r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',161,'',0,'1'),(5799,'1801AA3563','Uday ','Demo','31','8851603531','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Want only in central noida not in noida extension nd bud is 45 L max for 2 bhk,not followup \r','0','','','131','2018-01-12 06:08:19','0',162,'',0,'1'),(5800,'1801AA3564','Manish chawla','Demo','31','9818803549','Noida','India','Fresh','Housing.com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call 3 to 4 time but not pic \r','0','','','131','2018-01-12 06:08:19','0',163,'',0,'1'),(5801,'1801AA3565','Ashok taneja','Demo','31','8586969670','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not looking any Property right now\r','0','','','131','2018-01-12 06:08:19','0',164,'',0,'1'),(5802,'1801AA3566','Prem pratap','Demo','31','9571561320','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',165,'',0,'1'),(5803,'1801AA3567','Naseer Ahmad','Demo','31','9990228242','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Himalya , want 2 bhk, on rate of 2700-2800 only\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-12 06:08:19','0',166,'',0,'1'),(5804,'1801AA3568','Prakash sahal','Demo','31','9015309278','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2 bhk, 35 lac, want to visit on 30th but fogg isssue, now again following for visit\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:19','0',167,'',0,'1'),(5805,'1801AA3569','Virent','Demo','31','8447009300','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy, call after 15 days\r','','10-01-2018 - 12:30 ,Wednesday','','131','2018-01-12 06:08:19','0',168,'',0,'1'),(5806,'1801AA3570','Rakesh ','Demo','31','9971172160','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Divyansh, wanna come for visit on this weekend\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:19','0',169,'',0,'1'),(5807,'1801AA3571','Akash gupta','Demo','31','8800249926','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 3 bhk, 1550-1590, only\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:19','0',170,'',0,'1'),(5808,'1801AA3572','Himanshu','Demo','31','8383050070','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Himalya, want visit  call himself soon\r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-12 06:08:19','0',171,'',0,'1'),(5809,'1801AA3573','Harjit singh','Demo','31','9724507548','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Divyansh, not pick regulerly \r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',172,'',0,'1'),(5810,'1801AA3574','Mohit','Demo','31','8750081117','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Exortica, Arden, Divyansh, 12th jan call for visit\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-12 06:08:19','0',173,'',0,'1'),(5811,'1801AA3575','Krishna prasad ','Demo','31','9873792604','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2+study, under 45 lac, want visit on this weekend, now not picking phone\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',174,'',0,'1'),(5812,'1801AA3576','Umesh ','Demo','31','8010248420','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',175,'',0,'1'),(5813,'1801AA3577','Ashok kumar','Demo','31','9813439271','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',176,'',0,'1'),(5814,'1801AA3578','Deepti - Nagender ','Demo','31','9871651125','Noida','India','Fresh','Facebook Ad','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',177,'',0,'1'),(5815,'1801AA3579','Purushottam','Demo','31','9312712010','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-12 06:08:19','0',178,'',0,'1'),(5816,'1801AA3580','Amit','Demo','31','9643391814','Noida','India','Fresh','Quicker Homes','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Divyansh, not pick regulerly \r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-12 06:08:19','0',179,'',0,'1'),(5817,'1801AA3581','Jagriti ','Demo','31','9910905355','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Exortica, Arden, Divyansh, 12th jan call for visit\r','','12-01-2018 - 13:00 ,Friday','','131','2018-01-12 06:08:19','0',180,'',0,'1'),(5818,'1801AA3582','Paras','Demo','31','9891936522','Noida','India','Fresh','Servicing Leads','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want 2+study, under 45 lac, want visit on this weekend, now not picking phone\r','','06-01-2018 - 12:25 ,Saturday','','131','2018-01-12 06:08:21','0',181,'',0,'1'),(5819,'1801AA3583','Piyush','Demo','31','9873442286','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:21','0',182,'',0,'1'),(5820,'1801AA3584','Kamal','Demo','31','9911121722','Noida','India','Fresh','99 Acres','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','2 bhk, 11th evenue only, 14th floor, 1010 sq.ft.\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-12 06:08:21','0',183,'',0,'1'),(5821,'1801AA0399','Gesti sabharwal','do not know','99115 0700','99115 0700','New Delhi','India','','Google','Fresh','','','','Hena','','website redesign','15000','','New Delhi','website redesign','','do not know','','244','248','246','','','',6,'WARM','website','21','','','246','2018-01-12 09:13:00','0',0,'',0,'13'),(5822,'1801AA0400','Ankit Singh','Dont know','8882226676','8882226676','Noida','India ','','Google','Website','buy','','Website','Shrawan','','Website','15k','','Noida Sector 121','Website','','saikripa traders','http://www.saikripatraders.com','244','248','244','','','',6,'','Dynamic Website','21','','','244','2018-01-15 05:24:10','0',0,'',0,'13'),(5823,'1801AA0401','Shubham Raghav','shubhamraghav00@gmail.com','8585949444','8585949444','Noida ','India','','Facebook','Website','buy','','Dynamic Website','Shrawan','','Dynamic Website','15-20k','','Noida Extension Supertech Eco Village 3','Dynamic Website','','FabDecor Interiors','','244','248','244','','','',6,'','Dynamic Website','21','','','244','2018-01-15 10:04:39','0',0,'',0,'13'),(5824,'1801AA0402','Sahid','Not known','9891481833','9891481833','Delhi','India','','Google','Fresh','','','Website','Neha','','Website','not known','','shop no 3033 main bazar turk man gate near sita ram bazar,delhi 110006','Website','','Not known','','244','248','245','','','',6,'WARM','Website ','21','','','245','2018-01-16 07:33:39','0',0,'',0,'13'),(5825,'1801AA0158','Manoj Shukla','manojshuk.82@gmail.com','14/9/2017','9811790304','7/202 shakti kunj apartment, sector 62','India','Fresh','Whois','','Sale/Rent','No','Buy','Shrawan','14/9/2017','website','Not Provideed','Not Provideed','7/202 shakti kunj apartment, sector 62','website','','admconsultinginc.com','other_detail','252','','256','','','',1,'','','','','','252','2018-01-16 08:39:51','0',184,'',0,'2'),(5826,'1801AA0159','Gurpreet Singh','Gurpreet.singh@jaypeeplus.com','','9999124783','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','SEO (24 Keywords)','Not Provideed','Not Provideed','','SEO (24 Keywords)','','http://jaypeeplus.com/','other_detail','252','','256','','','',1,'','','','','','252','2018-01-16 08:39:51','0',185,'',0,'2'),(5827,'1801AA0160','Shabahat Husain','','','9582898579','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','http://www.easymall.in/www.alipacket.com','other_detail','252','','256','','','',1,'','','','','','252','2018-01-16 08:39:51','0',186,'',0,'2'),(5828,'1801AA0161','Anil Kumar Sharma','reachanil001@gmail.com','','9810354966','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','website, education','Not Provideed','Not Provideed','','website, education','','fasttrackprogress.com','other_detail','252','','256','','','',1,'','','','','','252','2018-01-16 08:39:51','0',187,'',0,'2'),(5829,'1801AA0162','Sandeep Sharma','imsandeep2002@yahoo.co.in','','9599301590','C123 SECTOR 65','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','C123 SECTOR 65','website','','rampdisplay.com','other_detail','254','254','254','','','',1,'','','','','','252','2018-01-16 08:39:51','0',188,'',0,'2'),(5830,'1801AA0163','Shyam','travvamigo@gmail.com','','9711535480','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website /mail send','Not Provideed','Not Provideed','','website /mail send','','http://www.travamigo.com','other_detail','252','258','256','','','',6,'','hgjkhlj','18','','','252','2018-01-16 08:39:51','0',189,'',0,'2'),(5831,'1801AA0164','Ajay','','','9811773350','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','','Not Provideed','Not Provideed','','','','http://traveltostay.in/','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',190,'',0,'2'),(5832,'1801AA0165','Sandeep bisht','sandeep.bisht019@gmail.com','','9599938426','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','samphotographyonline.com','other_detail','254','258','255','258','260','258',5,'','gjn','18','','','252','2018-01-16 08:39:51','0',191,'',0,'2'),(5833,'1801AA0166','Ayush Bhatnagar','','','9999257100','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','','dynamic website','Not Provideed','Not Provideed','','dynamic website','','www.deeliteconcepts.com','other_detail','252','255','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',192,'',0,'2'),(5834,'1801AA0167','Vikram','','','9310190667','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','airtravelstudio.com','other_detail','252','255','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',193,'',0,'2'),(5835,'1801AA0168','Abhishek Bhardwaj','','','9871969665','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','https://www.geekdawn.com/','other_detail','','','254','','','',5,'','','','','','252','2018-01-16 08:39:51','0',194,'',0,'2'),(5836,'1801AA0169','sanjeev kapoor','skkkin@yahoo.com','','9810707977','','India','Fresh','google','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','kapoorlogistics.com','other_detail','','','254','','','',5,'','','','','','252','2018-01-16 08:39:51','0',195,'',0,'2'),(5837,'1801AA0170','DHIRAJ CHAUHAN','dhirajchauhan770@gmail.com','','9643394420','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','moneymatemart.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',196,'',0,'2'),(5838,'1801AA0171','SANJAY GUPTA','kabeerfashionmart@gmail.com','','9654958575','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','kabeerfashion.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',197,'',0,'2'),(5839,'1801AA0172','Mohit KHANDELWAL','trishamoma@gmail.com','','8376900398','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Website','Not Provideed','Not Provideed','','Website','','rohinibasket.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',198,'',0,'2'),(5840,'1801AA0173','naman khanna','namankhanna9294@gmail.com','','9958231459','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','6-9shop.com','other_detail','252','258','252','','','',6,'','xc','18','','','252','2018-01-16 08:39:51','0',199,'',0,'2'),(5841,'1801AA0174','Sameer Kant ','','','9717926412','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','','digital marketing','Not Provideed','Not Provideed','','digital marketing','','http://nowmytrip.com','other_detail','252','252','252','','','',2,'','vghv','18','','','252','2018-01-16 08:39:51','0',200,'',0,'2'),(5842,'1801AA0175','Rahul Choudhary','rahulpawariya@gmail.com','','9971765429','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','lingerietunnel.com','other_detail','252','252','252','','','',1,'','','','','','252','2018-01-16 08:39:51','0',201,'',0,'2'),(5843,'1801AA0176','chetan','chetansaraf2302@gmail.com','','9654301997','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','','dynamic website','Not Provideed','Not Provideed','','dynamic website','','sarafabazar.co.in','other_detail','252','252','252','','','',1,'','','','','','252','2018-01-16 08:39:51','0',202,'',0,'2'),(5844,'1801AA0177','manoj jindal','jindalmanojk@gmail.com','','9654243362','','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','website','Not Provideed','Not Provideed','','website','','srisaiinfratech.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',203,'',0,'2'),(5845,'1801AA0178','DEEPAK SINGH','singhd_15@hotmail.com','','9560775585','http://agrostar.in/','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','','webite and mobile application','Not Provideed','Not Provideed','http://agrostar.in/','webite and mobile application','','rainwaterr.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',204,'',0,'2'),(5846,'1801AA0179','Ravi Kant','','','9971212403','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','','website   ','Not Provideed','Not Provideed','','website   ','','bookkarde.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',205,'',0,'2'),(5847,'1801AA0180','Ajit Yadav','','14/9/2017','9654421288','C-43, Noida Sector-8','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','14/9/2017','CRM/Software','Not Provideed','Not Provideed','C-43, Noida Sector-8','CRM/Software','','','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',206,'',0,'2'),(5848,'1801AA0181','Jyoti Sharma','jyotisharma_0407@yahoo.co.in','15/9/2017','9899666373','Flat No-46, Type-2, Block-4, PWD Flats, Sector-3, Dwarka,','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','E-commerce Website','Not Provideed','Not Provideed','Flat No-46, Type-2, Block-4, PWD Flats, Sector-3, Dwarka,','E-commerce Website','','shopaurearn.com','other_detail','252','254','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',207,'',0,'2'),(5849,'1801AA0182','Niraj jain','','15/9/2017','9811578553','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','website & Software','Not Provideed','Not Provideed','','website & Software','','QuickGrocery','other_detail','','','255','','','',5,'','','','','','252','2018-01-16 08:39:51','0',208,'',0,'2'),(5850,'1801AA0183','Ashish Kapoor','ashishkapoor.mail@gmail.com','15/9/2017','9999366636','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','15/9/2017','e-commerce & mobile apploication ','Not Provideed','Not Provideed','','e-commerce & mobile apploication ','','atheleo.com','other_detail','252','252','252','','','',1,'','','','','','252','2018-01-16 08:39:51','0',209,'',0,'2'),(5851,'1801AA0184','Rohit Kumar','rohitshrivastva84@gmail.com','18/9/2017','8527847505','LGF 49 Rajhansh Plaza|Indirapuram','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','18/9/2017','website','Not Provideed','Not Provideed','LGF 49 Rajhansh Plaza|Indirapuram','website','','aarambhfoundation.com','other_detail','358','358','358','','','',4,'','followup','','25-05-2018 - 14:30 ,Friday','','252','2018-01-16 08:39:51','0',210,'',0,'2'),(5852,'1801AA0185','Xpert Homez Pvt. Ltd.','xperthomez@gmail.com','20/9/2017','Pankaj Jain-9873911931','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','','Not Provideed','Not Provideed','','','','','other_detail','252','253','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',211,'',0,'2'),(5853,'1801AA0186','saif ali mirza','','20/9/2017','9873050588','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','','other_detail','252','253','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',212,'',0,'2'),(5854,'1801AA0187','Manoj Srivastava','','21/9/2017','9818656132','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','252','253','','','','',1,'','','','','','252','2018-01-16 08:39:51','0',213,'',0,'2'),(5855,'1801AA0188','Anil Bhati','','21/9/2017','9311405093','Star Eleven Group','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','Star Eleven Group','website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',214,'',0,'2'),(5856,'1801AA0189','Upendra','','21/9/2017','9910310868','','India','Fresh','google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website ','Not Provideed','Not Provideed','','website ','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',215,'',0,'2'),(5857,'1801AA0190','Harpreet Singh','askmehomes.com','21/9/2017','9891228881','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',216,'',0,'2'),(5858,'1801AA0191','Rahul Pal','discountidea.com','21/9/2017','8527710159','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','21/9/2017','On Page Seo','Not Provideed','Not Provideed','','On Page Seo','','rahulpal7623@yahoo.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',217,'',0,'2'),(5859,'1801AA0192','Dinesh','','25/9/2017','9953600008','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','25/9/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',218,'',0,'2'),(5860,'1801AA0193','Manoj Pareek','','26/9/2017','9911961183','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','26/9/2017','website','Not Provideed','Not Provideed','','website','','trippleruniforms@gmail.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',219,'',0,'2'),(5861,'1801AA0194','Vishal   ','angelhomz@gmail.com','20/9/2017','9911641196','Angel Homz Realtech Pvt.Ltd.','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','20/9/2017','','Not Provideed','Not Provideed','Angel Homz Realtech Pvt.Ltd.','','','http://angelhomz.com/','other_detail','358','358','358','','','',4,'WARM','Asked to call on next Monday','0','29-10-2018 - 15:00 ,Monday','','252','2018-01-16 08:39:56','0',220,'',0,'2'),(5862,'1801AA0195','Somuya','','27/9/2017','9811318051','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','27/9/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',221,'',0,'2'),(5863,'1801AA0196','Rohit batra','','27/9/2017','9899708388','BigBucks','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','27/9/2017','Online Campaign','Not Provideed','Not Provideed','BigBucks','Online Campaign','','http://www.bigbucksindia.com/','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',222,'',0,'2'),(5864,'1801AA0197','Saurabh','','28/9/2017','9999711665','Real Estate Factory','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','28/9/2017','online promotion','Not Provideed','Not Provideed','Real Estate Factory','online promotion','','http://realestatefactory.co.in','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',223,'',0,'2'),(5865,'1801AA0198','Abhishek  ','','10/3/2017','9717730080','','India','Fresh','facebook','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','Website','Not Provideed','Not Provideed','','Website','','http://www.arinterio.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',224,'',0,'2'),(5866,'1801AA0199','Manoj','','10/3/2017','9540424321','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','','Not Provideed','Not Provideed','','','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',225,'',0,'2'),(5867,'1801AA0200','Ankush Kumar','','10/3/2017','9868025252','','India','Fresh','Other','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','SMS','Not Provideed','Not Provideed','','SMS','','salepurchasenoida.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',226,'',0,'2'),(5868,'1801AA0201','Rahul Verma','songbird.travels@gmail.com','10/3/2017','8588877347','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/3/2017','Website','Not Provideed','Not Provideed','','Website','','songbirdtravels.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',227,'',0,'2'),(5869,'1801AA0202','Akansha','','','9871574746','','India','Fresh','','New','Sale/Rent','No','Buy','','','','Not Provideed','Not Provideed','','','','ethnicdivas.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',228,'',0,'2'),(5870,'1801AA0203','Rajesh kumar','approphomes@gmail.com','10/10/2017','7678666328','Plot No 103 DLF ankur Vihar Loni','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/10/2017','lead generation','Not Provideed','Not Provideed','Plot No 103 DLF ankur Vihar Loni','lead generation','','ahplgroup.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',229,'',0,'2'),(5871,'1801AA0204','Vikram Jethwani','vikram.jethwani@gmail.com','10/11/2017','9911783766','A902, Exotica Fresco, Sector 137','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/11/2017','blogging website','Not Provideed','Not Provideed','A902, Exotica Fresco, Sector 137','blogging website','','healthyhithappy.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',230,'',0,'2'),(5872,'1801AA0205','ASHISH GUPTA','ashish.671992@gmail.com','10/12/2017','9654366897','e-8 alpha 1','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','online test','Not Provideed','Not Provideed','e-8 alpha 1','online test','','differentialacademy.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',231,'',0,'2'),(5873,'1801AA0206','Manish Mago','guru.with.knowledge@gmail.com','10/12/2017','8130929480','Sk 4 Indirapuram','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','E-comerce','Not Provideed','Not Provideed','Sk 4 Indirapuram','E-comerce','','selloldbicycle.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',232,'',0,'2'),(5874,'1801AA0207','Krishna Umrao','krishnaumrao786@gmail.com','10/12/2017','8860193903','gh7 ansal tower ghaziabad','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','E-commerce Website','Not Provideed','Not Provideed','gh7 ansal tower ghaziabad','E-commerce Website','','sabjimandi.store','other_detail','358','355','358','355','355','355',7,'','meeting ','','05-25-2018 14:30:00','','252','2018-01-16 08:39:56','0',233,'',0,'2'),(5875,'1801AA0208','Sahil khan','sahilflowerdecoration@gmail.com','10/12/2017','9911412641','848a nyay khand 2 indirapuram ghaziabad','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','promotion','Not Provideed','Not Provideed','848a nyay khand 2 indirapuram ghaziabad','promotion','','weddingflowerdecoration.com','other_detail','358','358','358','','','',4,'','Followup','','26-05-2018 - 16:30 ,Saturday','','252','2018-01-16 08:39:56','0',234,'',0,'2'),(5876,'1801AA0209','Vipin Kumar','','10/12/2017','8510995588','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','website','Not Provideed','Not Provideed','','website','','NOIDA Sofa House','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',235,'',0,'2'),(5877,'1801AA0210','kamal gaur','kamal@k2gservices.com','10/12/2017','8800130661','make my ceiling ','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','website','Not Provideed','Not Provideed','make my ceiling ','website','','makemyceiling.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',236,'',0,'2'),(5878,'1801AA0211','Nadmeen','','10/12/2017','9560234439','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','10/12/2017','need to discuss','Not Provideed','Not Provideed','','need to discuss','','http://www.reflectionid.com/','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',237,'',0,'2'),(5879,'1801AA0212','Sumit','','13/10/2017','7738336596','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','Maintenance & Digital Marketing','Not Provideed','Not Provideed','','Maintenance & Digital Marketing','','','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',238,'',0,'2'),(5880,'1801AA0213','Dany Malik','20k','13/10/2017','9999223338','','India','Fresh','Whois','New','Sale/Rent','No','Buy','shrawan','13/10/2017','e-commerce','Not Provideed','Not Provideed','','e-commerce','','dinkancreations.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',239,'',0,'2'),(5881,'1801AA0214','Dhannu Mal Gupta','dmgupta27@gmail.com','13/10/2017','9811134463','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','E-commerce','Not Provideed','Not Provideed','','E-commerce','','footweardata.com','other_detail','358','358','358','','','',2,'','he needs a mobile app for his clothes business','23','','','252','2018-01-16 08:39:56','0',240,'',0,'2'),(5882,'1801AA0215','Brajesh k Jaiswal','brajeshkjaiswal@gmail.com','13/10/2017','8506911777','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','13/10/2017','Travel Portal','Not Provideed','Not Provideed','','Travel Portal','','thejingleholidaybazar.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',241,'',0,'2'),(5883,'1801AA0216','Saurabh Kumar','shashwatinfrasolutions2017@gmail.com','16/10/2017','9873036364','37 First Floor Sham Enclave','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','16/10/2017','dynamic website','Not Provideed','Not Provideed','37 First Floor Sham Enclave','dynamic website','','shashwatinfra.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',242,'',0,'2'),(5884,'1801AA0217','kapil','kapilch4@gmail.com','16/10/2017','9136401268','D-1072, Gali. 9, ashok nagar, delhi -110093','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','16/10/2017','Website','Not Provideed','Not Provideed','D-1072, Gali. 9, ashok nagar, delhi -110093','Website','','m2mdrinks.com','other_detail','','','','','','',0,'','','','','','252','2018-01-16 08:39:56','0',243,'',0,'2'),(5885,'1801AA0403','Simarjeet singh','dont know','9711027461','9711027461','Delhi','India','','OLX','E-commerce','Buy','','E-commerce','Shrawan','','E-commerce','100000','','Delhi','E-commerce','','Dont Know','','244','248','244','','','',6,'','discussed with Ashutosh sir','21','','','244','2018-01-16 09:26:24','0',0,'',0,'13'),(5886,'1801AA0404','Anoop Singh','Dont Know','9818015260','9818015260','Ghaziabad','India','','Facebook','Mobile Application','buy','','Mobile Application','Shrawan','','Mobile application','Dont Know','','59, NEHRU HOUSING SOCIETY AMBEDKAR ROAD, GHAZIABAD    (UP),India - 201002','Mobile Application','','Zarkons Fashion','','244','247','244','247','247','247',4,'HOT','called. he was busy. will call again on Monday','','01-29-2018 14:0:00','','244','2018-01-16 11:46:54','0',0,'',0,'13'),(5887,'1801AA3585','Sarthak madan','fgfgfg','9811119453','9811119453','noida extension','india','interested','99 acres','property','','','','buyer','','1705 sqft','70 lacs','yes','noida extension','3 bhk','want details on whtsapp..coming for visit friday/sat','Exotica','call him around 3 pm','149','149','131','','','',5,'','','2','','','149','2018-01-17 09:09:08','0',0,'',0,'1'),(5888,'1801AA3586','Mohit','fghhj','9958660121','9958660121','noida extension','india','interested','facebook','','','1155 sqft ,friday visit confrm','','Tanuja','17 jan ','Divyansh','45 lacs','yes','noida extension','2 bhk rtm','coordinate him tmrw','Divyansh','friday visit confrm at 2 pm','149','309','149','309','310','310',13,'','coming 2pm friday','2','','','149','2018-01-17 09:53:32','0',0,'',0,'1'),(5889,'1801AA3587','ashish','dhdhdfh','8076745931','8076745931','delhi','india','','facebook','','','address Ahuja Radio 215 Okhla industrial area phase 3 new delhi','','riya','17 jan','2 bhk 1470 sqft','55 lacs','','noida extension','2 bhk ','meeting@ 11-12 pm','Divyansh flora','','149','309','149','309','310','310',13,'','meeting schedued','2','','','149','2018-01-17 12:07:23','0',0,'',0,'1'),(5890,'1801AA3588','jitendra','ssdgs','9899306111','9899306111','delhi','india','','data','AR','','job in indragandhi international airport ','','preeti singh','','Asuured rental','salaried','','delhi','meeting confrm','salary 71000/-, loan 13000/-','Assured rental','age 40 years ','149','309','149','','','',6,'','meeting 18 jan','1','','','149','2018-01-17 12:18:19','0',0,'',0,'1'),(5891,'1801AA3589','7835004439','tffhfh','7835004439','7835004439','noida extension','india','interested in scheme ','99 acres','','','he is living in exotica ','','Tanuja','17 jan','exotica dreamville','51 lacs','','noida extension','2 bhk 1235 sqft','exotica dreamville','exotica dreamville','sunday visit 21st jan @ 10 am','149','262','149','','','',6,'','sunday visit','2','','','149','2018-01-17 12:28:58','0',0,'',0,'1'),(5892,'1801AA0218','Deepak Rathi','deepakrathi409@gmail.com','25/10/2017','9911969583','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','25/10/2017','E-commerce ( Multivendor)','Not Provideed','Not Provideed','','E-commerce ( Multivendor)','','rayzadio.biz','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',244,'',0,'2'),(5893,'1801AA0219','Vikas Malik','','25/10/2017','9999998647','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','25/10/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',245,'',0,'2'),(5894,'1801AA0220','AMIT JAIN','caamitjain1982@gmail.com','27/10/2017','9871572997','FF1, 6/170, SECTOR 6, VAISHALI GHAZIABAD','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','27/10/2017','portal','Not Provideed','Not Provideed','FF1, 6/170, SECTOR 6, VAISHALI GHAZIABAD','portal','','gstprime.co.in','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',246,'',0,'2'),(5895,'1801AA0221','Dileep','','25/10/2017','9911782122','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan ','25/10/2017','Dynamic Website','Not Provideed','Not Provideed','','Dynamic Website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',247,'',0,'2'),(5896,'1801AA0222','Manish   `','','11/2/2017','9716363224','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','shrawan ','11/2/2017','website','Not Provideed','Not Provideed','','website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',248,'',0,'2'),(5897,'1801AA0223','Rahul Mishra','rahul@jmkindia.com','11/3/2017','9560068918','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','http://www.jmkindia.com/','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',249,'',0,'2'),(5898,'1801AA0224','Anurag','','11/3/2017','8860609422','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Digital Marketing','Not Provideed','Not Provideed','','Digital Marketing','','http://www.street150.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',250,'',0,'2'),(5899,'1801AA0225','Mr. Sanjay Singh','','11/3/2017','9650989000','','India','Fresh','Google','New','Sale/Rent','No','Buy','Shrawan','11/3/2017','Website','Not Provideed','Not Provideed','','Website','','http://www.naturetechrealty.com/','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',251,'',0,'2'),(5900,'1801AA0226','Piyush Parashar','','11/1/2017','8527598096','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan ','11/1/2017','SEO  ','Not Provideed','Not Provideed','','SEO  ','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',252,'',0,'2'),(5901,'1801AA0227','Priyank saxena','aimdynamics@gmail.com','11/7/2017','9999250786','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','ERP ','Not Provideed','Not Provideed','','ERP ','','atmycart.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',253,'',0,'2'),(5902,'1801AA0228','Virender Bhati','drviren007@gmail.com','11/7/2017','9810966617','Between 10-12','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Mobile application','Not Provideed','Not Provideed','Between 10-12','Mobile application','','smileindiaonline.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',254,'',0,'2'),(5903,'1801AA0229','Sandeep Kumar','raysinfra45@gmail.com','11/7/2017','9953020607','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Software','Not Provideed','Not Provideed','','Software','','raysmart.in','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',255,'',0,'2'),(5904,'1801AA0230','Akshay Bhatt','akshay_bhatt@hotmail.com','11/7/2017','9810282456','703-A, Tower 1, River Heights, NH-58, Raj nagar extension,','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/7/2017','Website & Digital Marketing','Not Provideed','Not Provideed','703-A, Tower 1, River Heights, NH-58, Raj nagar extension,','Website & Digital Marketing','','propertyshiksha.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',256,'',0,'2'),(5905,'1801AA0231','Dinesh Mahajan','kanavmahajan4@gmail.com','11/9/2017','9811165646','AD-109, Amrit Street Compound, South Side G.T. Road Industrial Area,','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','Software','Not Provideed','Not Provideed','AD-109, Amrit Street Compound, South Side G.T. Road Industrial Area,','Software','','mahajantradingco.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',257,'',0,'2'),(5906,'1801AA0232','Mohan sharma','mohan_sharma23@yahoo.com','11/9/2017','9555546677','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','Website','Not Provideed','Not Provideed','','Website','','planetofjobs.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',258,'',0,'2'),(5907,'1801AA0233','VIPIN Agarwal','mailvipinagarwal@gmail.com','11/9/2017','9899910091','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','clubdealsindia@gmail.com','Not Provideed','Not Provideed','','clubdealsindia@gmail.com','','brokeragefreeindia.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',259,'',0,'2'),(5908,'1801AA0234','Pankaj Vats','pvatsmail@gmail.com','11/9/2017','9810333606','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/9/2017','','Not Provideed','Not Provideed','','','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',260,'',0,'2'),(5909,'1801AA0235','ASHISH SINHA','ashish3sinha@gmail.com','11/10/2017','9871277902','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','11/10/2017','website','Not Provideed','Not Provideed','','website','','machark.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',261,'',0,'2'),(5910,'1801AA0236','Prashant sharda','Prashantsharda2k@gmail.com','14/11/2017','7838361200','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','14/11/2017','website','Not Provideed','Not Provideed','','website','','callmybai.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',262,'',0,'2'),(5911,'1801AA0237','Prashant','','14/11/2017','9999893165','','India','Fresh','other','New','Sale/Rent','No','Buy','Shrawan','14/11/2017','website','Not Provideed','Not Provideed','','website','','White star laundry','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',263,'',0,'2'),(5912,'1801AA0238','Rahul Jain','ca.rahulvjain@gmail.com','15/11/2017','9958040508','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','Mobile Application','Not Provideed','Not Provideed','','Mobile Application','','http://100gm.com/','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',264,'',0,'2'),(5913,'1801AA0239','Krishan Kumar Jain','','15/11/2017','9811513046','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','http://jainkidukaan.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',265,'',0,'2'),(5914,'1801AA0240','prashant agrawal','yorroom@gmail.com','15/11/2017','9560033023','a-22 Sector -41','India','Fresh','whois','New','Sale/Rent','No','Buy','Shrawan','15/11/2017','','Not Provideed','Not Provideed','a-22 Sector -41','','','yorroom.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',266,'',0,'2'),(5915,'1801AA0241','Nikhil Jain','','15/11/2017','9650115898','','India','Fresh','Refrence','New','Sale/Rent','No','Buy','Shrawan ','15/11/2017','E-commerce Website','Not Provideed','Not Provideed','','E-commerce Website','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',267,'',0,'2'),(5916,'1801AA0242','Rajesh    ','','17/11/2017','9810040925','','India','Fresh','Whois','New','Sale/Rent','No','Buy','Shrawan','17/11/2017','','Not Provideed','Not Provideed','','','','MANISH Mago','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',268,'',0,'2'),(5917,'1801AA0243','Rahul Thukral','','18/11/2017','9990436660','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','18/11/2017','Dynamic ','Not Provideed','Not Provideed','','Dynamic ','','thukral interiors','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',269,'',0,'2'),(5918,'1801AA0244','Anuj Choudhary','','22/11/2017','8285814400','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan ','22/11/2017','promotion','Not Provideed','Not Provideed','','promotion','','www.e6laundry.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',270,'',0,'2'),(5919,'1801AA0245','Anuj poonia','','22/11/2017','8826830667','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','22/11/2017','','Not Provideed','Not Provideed','','','','http://laundryexperts.co.in','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',271,'',0,'2'),(5920,'1801AA0246','Praveen Gautam','','23/11/2017','8745809508','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','23/11/2017','mobile application ios','Not Provideed','Not Provideed','','mobile application ios','','','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',272,'',0,'2'),(5921,'1801AA0247','Dr N.K Pandit','','23/11/2017','9899245536','','India','Fresh','Facebook','New','Sale/Rent','No','Buy','Shrawan','23/11/2017','website','Not Provideed','Not Provideed','','website','','latechnofoodconsultant.com','other_detail','','','','','','',0,'','','','','','252','2018-01-17 13:10:39','0',273,'',0,'2'),(5922,'1801AA3590','Rakesh','Demo','17','8860230777','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intretsed for galaxy vega 995 sqft, he is intretsed for resale…\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:14','0',966,'',0,'1'),(5923,'1801AA3591','Kamal Sharma','Demo','17','9811503744','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is intretsed for gaur city 6th avenue,  he want 2 bhk reday to move, 1075 sqft.\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:14','0',967,'',0,'1'),(5924,'1801AA3592','Sachin jain ','Demo','17','9971455599','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','VISIT DONE IN CHERRY COUNTY, 891 SQ.FT, IN FOLLOW UP\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:14','0',968,'',0,'1'),(5925,'1801AA3593','Sarvesh sourabh','Demo','17','9555323106','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt wants 1340 in exotica, not 1340 2 + study in divyansh.//he say call me Monday 15th jan //call but not pic \r','','15-01-2018 - 13:00 ,Monday','','131','2018-01-18 06:33:14','0',969,'',0,'1'),(5926,'1801AA3594','Akshay ','Demo','17','9911245625','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected tommorrow4th jan //call not pic \r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',970,'',0,'1'),(5927,'1801AA3595','Ajit','Demo','17','9717616107','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','bat ho gai 2pm ke bad call karna hai//ph not pic\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:14','0',971,'',0,'1'),(5928,'1801AA3596','kapil kaushik','Demo','17','8802747524','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call tommorow pls\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',972,'',0,'1'),(5929,'1801AA3597','Shammi kumar','Demo','17','8860414184','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not Interested\r','0','','','131','2018-01-18 06:33:14','0',973,'',0,'1'),(5930,'1801AA3598','Ramesh ','Demo','17','7002258312','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Busy will disscuss leter\r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:14','0',974,'',0,'1'),(5931,'1801AA3599','Paritosh sharma','Demo','17','9871544385','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','File picked\r','','02-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:14','0',975,'',0,'1'),(5932,'1801AA3600','Ravinder negi','Demo','17','9811237226','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Provided time for meeting but didn\'t respond the call./call not pick,plz resheduled.\r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:14','0',976,'',0,'1'),(5933,'1801AA3601','Bikash ','Demo','17','9911654570','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call tomm. Morning// call not picked.\r','','03-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',977,'',0,'1'),(5934,'1801AA3602','Praveen','Demo','17','8510901371','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Comm. Shop want in Aarza\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:14','0',978,'',0,'1'),(5935,'1801AA3603','Nirmal ','Demo','17','8527326960','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','eco 1 , 2+1 @50/-lac, want resale also till 5th floor\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:14','0',979,'',0,'1'),(5936,'1801AA3604','A . Kumar ','Demo','17','9313570404','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','out of station plz callmonay eveing// call not rechable.\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',980,'',0,'1'),(5937,'1801AA3605','Sandeep Sharma ','Demo','17','9810566031','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Straight away replied not Interested. Updated the TC to check with the client\r','0','','','131','2018-01-18 06:33:14','0',981,'',0,'1'),(5938,'1801AA3606','Mukesh','Demo','17','8383952388','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Straight away replied not Interested. Updated the TC to check with the client\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',982,'',0,'1'),(5939,'1801AA3607','Gaurav','Demo','17','9711006021','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','LOOKING 3600/-PER SQ FT IN EXOTICA 1235 SQ FT /// HE HAS PUCHASED FLAT AT SAME RATE IN SAME PROJECT\r','','07-01-2018 - 14:00 ,Sunday','','131','2018-01-18 06:33:14','0',983,'',0,'1'),(5940,'1801AA3608','Pankaj ','Demo','17','9873447858','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PATEL NEO TOWN 1700 SQ FT , FOLLOWUP BY RAKESH BANGA JI\r','','08-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:14','0',984,'',0,'1'),(5941,'1801AA3609','Nitesh kaushik','Demo','17','7065206464','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Sunday .// please call me evening 7 pm.\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',985,'',0,'1'),(5942,'1801AA3610','Arpan kulshrestha ','Demo','17','9711799948','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow up going on from last 1 weak cm giving time to meet coming Friday\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:14','0',986,'',0,'1'),(5943,'1801AA3611','Mukesh rawat','Demo','17','9716118103','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm says 8:30 pm at metro station\r','','04-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:14','0',987,'',0,'1'),(5944,'1801AA3612','Ramesh ','Demo','17','9632166654','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','14TH AVENUE ,LIVES IN MUMBAI,TIME TAKING CLIENT\r','','08-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:14','0',988,'',0,'1'),(5945,'1801AA3613','Ashok kohli ','Demo','17','9304801040','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','SUPER ECO VILLAGE 1/// ALREADY HAVING DEAL IN THIS PROJECT @ 73.50LAKHS, WANTS BEST DEAL FROM US\r','','08-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:14','0',989,'',0,'1'),(5946,'1801AA3614','Praveen','Demo','17','7827972765','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PITCHED 1235 IN MYWOODS LOOKING IN MAHAGONY TOWER/// NOT ANSWERING, WILL TRY LATER\r','','08-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:14','0',990,'',0,'1'),(5947,'1801AA3615','M. Kumarsen','Demo','17','9811994179','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','7TH FLOOR INFINTY TOWER A DLF PHASE 2\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',991,'',0,'1'),(5948,'1801AA3616','Suresh ','Demo','17','8383030604','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy now please call me tomm. 11 am.\r','','04-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:14','0',992,'',0,'1'),(5949,'1801AA3617','Mohinder anand ','Demo','17','9810304560','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','provided son\'s number and asked me to contact./he will visit on 20th jan.\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:14','0',993,'',0,'1'),(5950,'1801AA3618','Anuj','Demo','17','8860854098','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','confirmed meeting on next day, but not responding now./visit done on 14th jan in himalay,looking 2 n 3bhk,call him today\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:14','0',994,'',0,'1'),(5951,'1801AA3619','Gaurav bisht','Demo','17','9810322255','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call in the evening then not pick\r','','05-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:14','0',995,'',0,'1'),(5952,'1801AA3620','Dr. Joshi ','Demo','17','9300764511','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','already visit many project, following\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:19','0',996,'',0,'1'),(5953,'1801AA3621','Nitesh','Demo','17','7835900960','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meetingfix on  Saturday 6th jan //call not pic \r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:19','0',997,'',0,'1'),(5954,'1801AA3622','Vineet','Demo','17','8800574569','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Coming tomorrow 4th jan  1:00 pm for site visit//visit ke liye bola  but ph pr aaraha haun yahi bolta raha but mila nahi ur ab phone block ker diya hai \r','0','','','131','2018-01-18 06:33:19','0',998,'',0,'1'),(5955,'1801AA3623','Yogesh Kumar','Demo','17','9873562707','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Customer denied for buying any property\r','0','','','131','2018-01-18 06:33:19','0',999,'',0,'1'),(5956,'1801AA3624','Raj kumar','Demo','17','8218180299','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He wants deal only in Cherry county./he wants 1521 sf in 70 lacs,lead retuen\r','0','','','131','2018-01-18 06:33:19','0',1000,'',0,'1'),(5957,'1801AA3625','Sobhan','Demo','17','7042506733','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he will come on 7th jan //not pic call //alr purchased in grt noida sec 1(mithilesh )\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:19','0',1001,'',0,'1'),(5958,'1801AA3626','Santosh Kumar ','Demo','17','9910235491','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick, following\r','0','','','131','2018-01-18 06:33:19','0',1002,'',0,'1'),(5959,'1801AA3627','Vaibhav ','Demo','17','9650448289','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pick continously/meeting done ,looking 3bhk will visit on 21th jan.\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:19','0',1003,'',0,'1'),(5960,'1801AA3628','Dayadas','Demo','17','9871820463','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done , Pristine, divyansh, galaxy, mahagun, exortica, BUT confused clint, \r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:19','0',1004,'',0,'1'),(5961,'1801AA3629','Manmohan ','Demo','17','9999658153','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done of divyansh, pristine, exortica, soon will finaliz\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:19','0',1005,'',0,'1'),(5962,'1801AA3630','Aditi','Demo','17','9711272378','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','She will be visiting on Saturday. She is already in contact with himanshu/Pranav//as customer booked directly in himalaya \r','0','','','131','2018-01-18 06:33:19','0',1006,'',0,'1'),(5963,'1801AA3631','Rakesh jain ','Demo','17','9811765943','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','WILL  COME NEXT WEEKEND,GOING OUT SIDE\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:19','0',1007,'',0,'1'),(5964,'1801AA3632','Yatin','Demo','17','8588801088','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','No. Switch // call not picked.( 10-jan)\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:19','0',1008,'',0,'1'),(5965,'1801AA3633','Deepak Kumar ','Demo','17','9999111992','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','clients getting irritate.\r','0','','','131','2018-01-18 06:33:19','0',1009,'',0,'1'),(5966,'1801AA3634','Hemant','Demo','17','9891899046','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done , following by harjinder. Divyansh pristine, exortica\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:19','0',1010,'',0,'1'),(5967,'1801AA3635','Mr Neeraj ','Demo','17','8700733367','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','today my office off…discussion with then tel u //not pic call\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:19','0',1011,'',0,'1'),(5968,'1801AA3636','Gaurav ','Demo','17','9958140560','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He is not interested,38 40lec ,noida exc me \r','0','','','131','2018-01-18 06:33:19','0',1012,'',0,'1'),(5969,'1801AA3637','Pawan','Demo','17','9911453269','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','LOOKING IN 16TH AVENUE 855 SQ //ALREADY PURCHASED\r','0','','','131','2018-01-18 06:33:19','0',1013,'',0,'1'),(5970,'1801AA3638','Nimit Jain ','Demo','17','9650196695','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','required builder floor 3bhk upto 35 lac //followup \r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:19','0',1014,'',0,'1'),(5971,'1801AA3639','Manoj','Demo','17','9405918655','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He want 2BHK + Study in Rajnagar Extension but i  Noida Extension he want some time for Noida Extension project\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:19','0',1015,'',0,'1'),(5972,'1801AA3640','Rekha jha','Demo','17','9718729305','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','try to come for visit but busy today\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:19','0',1016,'',0,'1'),(5973,'1801AA3641','Sandeep sharma','Demo','17','9654950103','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call after 4:30\r','','05-01-2018 - 16:30 ,Friday','','131','2018-01-18 06:33:19','0',1017,'',0,'1'),(5974,'1801AA3642','Shailendra thakur','Demo','17','9910897465','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting not done done as yet as busy somewhere, asking for Gaur & Mahagun only for AR plan\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:19','0',1018,'',0,'1'),(5975,'1801AA3643','Bhuwan','Demo','17','9650982111','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','didn\'t come on Sunday @ 7th Jan for site visit and expected site visit next week but under follow up\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:19','0',1019,'',0,'1'),(5976,'1801AA3644','Ishita','Demo','17','9891668402','Noida','India','Fresh','Servicing Lead','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','didn\'t come on Sunday @ 7th Jan for site visit but under follow up\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:19','0',1020,'',0,'1'),(5977,'1801AA3645','Tanish arora ','Demo','17','9654776484','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not picked..\r','0','','','131','2018-01-18 06:33:19','0',1021,'',0,'1'),(5978,'1801AA3646','S. N','Demo','17','8437567370','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Sunday.\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:19','0',1022,'',0,'1'),(5979,'1801AA3647','Abhay ','Demo','17','8800359629','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PITCHED EXOTICA/DIVYANSH WILL COME SUNDAY\r','','06-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:19','0',1023,'',0,'1'),(5980,'1801AA3648','Arun yadav','Demo','17','8750398474','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','ALREADY PURCHASED ACE CITY 1530 SQ FT\r','0','','','131','2018-01-18 06:33:19','0',1024,'',0,'1'),(5981,'1801AA3649','Anurag','Demo','17','9716171619','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit today/meeting done at cl office,looking 2bhk,will visit on 21th jan.\r','','21-01-2018 - 13:00 ,Sunday','','131','2018-01-18 06:33:19','0',1025,'',0,'1'),(5982,'1801AA3650','Vidya Bhushan mishra','Demo','17','8800954700','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he will visit on coming weekend/call not pick.\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:24','0',1026,'',0,'1'),(5983,'1801AA3651','Aman ','Demo','17','8860841656','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in exotica 1705. Follow up/revisit done in exotica 1705 ,he will confirmed by today evening.\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:24','0',1027,'',0,'1'),(5984,'1801AA3652','Nitin','Demo','17','9711992389','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm want to 10 jan \r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:24','0',1028,'',0,'1'),(5985,'1801AA3653','Amit ','Demo','17','9717973120','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Metting done at his residence. Not intrested.\r','0','','','131','2018-01-18 06:33:24','0',1029,'',0,'1'),(5986,'1801AA3654','Ramshanker','Demo','17','7217667933','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','gave time for meeting then not pick\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:24','0',1030,'',0,'1'),(5987,'1801AA3655','Naresh','Demo','17','9953645429','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','plan posspoend ..\r','0','','','131','2018-01-18 06:33:24','0',1031,'',0,'1'),(5988,'1801AA3656','Ashish ','Demo','17','9873387100','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','CUSTOMER HAS GIVEN TOKEN TO SOME ONE BUT SUMAN CONVINCED HIM FOR OUR RESALE INVENTORIES\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:24','0',1032,'',0,'1'),(5989,'1801AA3657','Satish Srivastava','Demo','17','9958960481','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer is in Bangalore. He will come back after a week or a month.\r','','16-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:24','0',1033,'',0,'1'),(5990,'1801AA3658','Amit ','Demo','17','8800693914','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //call not pic //call not pic followup by sandeep visit done divyansh \r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1034,'',0,'1'),(5991,'1801AA3659','Puneet Verma','Demo','17','9819019429','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for site visit this weekend @ 13-14 jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:24','0',1035,'',0,'1'),(5992,'1801AA3660','Vandana','Demo','17','9971455119','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','she was coming for site visit but then onwards not responding./call not pick.\r','0','','','131','2018-01-18 06:33:24','0',1036,'',0,'1'),(5993,'1801AA3661','Mukesh','Demo','17','9891380741','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done, 2 bhk, pristine avenue, divyansh , sec 63 working, next meeting for final\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1037,'',0,'1'),(5994,'1801AA3662','Alok Tripathi ','Demo','17','9560585550','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for site visit this weekend @ 13-14 jan\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:24','0',1038,'',0,'1'),(5995,'1801AA3663','Manish Kumar ','Demo','17','9560509158','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer will come next weekend. This weekend he is going to dwarka.//followup me hai but visit ke liye time nhi deparaha hai \r','','19-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1039,'',0,'1'),(5996,'1801AA3664','Dr S.G Upadhya','Demo','17','9412197276','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','he is intretsed for builder floor, near by batnical garden \r','0','','','131','2018-01-18 06:33:24','0',1040,'',0,'1'),(5997,'1801AA3665','Ms hameed','Demo','17','8802656643','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Saturday site visit.\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:24','0',1041,'',0,'1'),(5998,'1801AA3666','Shorveer ','Demo','17','9599479146','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','discussed over the phone, mail sent for Divyansh and Ambar, will visit this weekend @ 13-14 jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:24','0',1042,'',0,'1'),(5999,'1801AA3667','Mahfooz khan ','Demo','17','9313868845','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting confirm he coming today 4pm  for visit Site Visit done in Divyansh flora He Interested in 1015 Sq.ft budged 30 to 32 lac\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1043,'',0,'1'),(6000,'1801AA3668','Sunil kumar ','Demo','17','9810718050','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','posond for 6 month , waiting for good market \r','0','','','131','2018-01-18 06:33:24','0',1044,'',0,'1'),(6001,'1801AA3669','Sunita ganjoo ','Demo','17','9312007931','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','meeting done,he is not intrested.\r','0','','','131','2018-01-18 06:33:24','0',1045,'',0,'1'),(6002,'1801AA3670','Devendra jaiswal','Demo','17','8377897988','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, divyansh floora, and galaxy na-ii….please call me Thursday\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:24','0',1046,'',0,'1'),(6003,'1801AA3671','Ranveer Singh ','Demo','17','9560900481','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done, divyansh floora, and galaxy na-ii……call me only Friday.\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:24','0',1047,'',0,'1'),(6004,'1801AA3672','Amit Agarwal ','Demo','17','9650540600','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','please call me Friday..( 10-jan)\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1048,'',0,'1'),(6005,'1801AA3673','Dinakrishna moharana','Demo','17','9873378112','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done, 1015 & 1340 Divyansh, site visit planned again with his family by this weekend @ 13-14 jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:24','0',1049,'',0,'1'),(6006,'1801AA3674','Ram kumar','Demo','17','7042412224','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone for Divyansh, supposed to come for site visit last weekend but might visit this weekend @ 13-14 Jan\r','','14-01-2018 - 13:00 ,Sunday','','131','2018-01-18 06:33:24','0',1050,'',0,'1'),(6007,'1801AA3675','Sharad','Demo','17','7037644444','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit on Tuesday 09/01\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:24','0',1051,'',0,'1'),(6008,'1801AA3676','Sameer','Demo','17','9811917630','Noida','India','Fresh','Servicing Lead','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','try to come for visit but busy today\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:24','0',1052,'',0,'1'),(6009,'1801AA3677','Rajender hashiya','Demo','17','9968070817','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','coming for vist tomorrow 6th jan //he say I\'m coming on 10th jan \r','','10-01-2018 - 13:00 ,Wednesday','','131','2018-01-18 06:33:24','0',1053,'',0,'1'),(6010,'1801AA3678','R.P Yadav','Demo','17','8800803218','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt will visit on tommorow 8th jan  morning 11 am//not to come for visit //he say come for visit 13th jan //not to come for visit \r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:24','0',1054,'',0,'1'),(6011,'1801AA3679','Rashmi','Demo','17','9312794535','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit in coming weekend/call him on 4 pm.\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:24','0',1055,'',0,'1'),(6012,'1801AA3680','Sachin Chauhan ','Demo','17','9582461284','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','VISTED HYDE PARK 1320 SQ FT,PITCHED ARDEN,WILL COME AT SUNDAY TO VISIT EXOTICA AND ARDEN/// HE IS NOT WELL, WANT TO VISIT EXTENSION PROJECTS\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:29','0',1056,'',0,'1'),(6013,'1801AA3681','Nitin ','Demo','17','8010438495','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm is saying will meet on 13 jan\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:29','0',1057,'',0,'1'),(6014,'1801AA3682','Awadh kishore ','Demo','17','9811343361','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done, exortica 1340, will visit again on 12th jan\r','','12-01-2018 - 12:30 ,Friday','','131','2018-01-18 06:33:29','0',1058,'',0,'1'),(6015,'1801AA3683','Vikram','Demo','17','9810783366','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call after 1 hour or tomm morning//call not pic \r','','07-01-2018 - 12:30 ,Sunday','','131','2018-01-18 06:33:29','0',1059,'',0,'1'),(6016,'1801AA3684','Shyam ','Demo','17','7048916962','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done, next visit with family this weekend @ 13-14 Jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1060,'',0,'1'),(6017,'1801AA3685','Kundan kr','Demo','17','9752415099','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','SPOKEN WITH HIS WIFE,1850 SQ FT IN GAUR SAUNDARYAM,WILL COME AFTER 10 TO 15 DAYS\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:29','0',1061,'',0,'1'),(6018,'1801AA3686','Neha','Demo','17','8826703931','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come for site visit on nect week, exortica already visited\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:29','0',1062,'',0,'1'),(6019,'1801AA3687','Lalit ','Demo','17','9999178847','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done on Sunday in divyansh ambar. Will confirm his decision on Monday evening./will visit again on 21th jan.\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1063,'',0,'1'),(6020,'1801AA3688','Manju ','Demo','17','9899248051','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pick continously/call not pick.\r','0','','','131','2018-01-18 06:33:29','0',1064,'',0,'1'),(6021,'1801AA3689','Sachindra singh','Demo','17','9582075757','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cm is not intersted for meeting \r','0','','','131','2018-01-18 06:33:29','0',1065,'',0,'1'),(6022,'1801AA3690','Gaurav walia','Demo','17','9911924658','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','VISTED HYDE PARK 1320 SQ FT,PITCHED ARDEN,WILL COME AT SUNDAY TO VISIT EXOTICA AND ARDEN/// HE IS NOT WELL, WANT TO VISIT EXTENSION PROJECTS\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:29','0',1066,'',0,'1'),(6023,'1801AA3691','Asif hasan','Demo','17','9711163678','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Coming today for visit//not done visit ,call not pic \r','','13-01-2018 - 13:30 ,Saturday','','131','2018-01-18 06:33:29','0',1067,'',0,'1'),(6024,'1801AA3692','Utkarsh pandey','Demo','17','8090070026','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit this Saturday and Sunday..\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:29','0',1068,'',0,'1'),(6025,'1801AA3693','Shashi ','Demo','17','9311966411','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit fix 0n 7th, but did;nt come, again follow\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1069,'',0,'1'),(6026,'1801AA3694','Manjit','Demo','17','9811478731','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Asked to call today by 4 pm/wants to buy property next year. \r','0','','','131','2018-01-18 06:33:29','0',1070,'',0,'1'),(6027,'1801AA3695','Priyavrat kulshendra','Demo','17','9910546950','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting confirm 8th jan //meeting not done ,he want mail//mail sent and say khud office aaunga //call on 18th jan ,for meeting \r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:29','0',1071,'',0,'1'),(6028,'1801AA3696','Gagan','Demo','17','8800516262','Noida','India','Fresh','Servicing Lead','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done, pristine , divyansh, next weekend again come\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:29','0',1072,'',0,'1'),(6029,'1801AA3697','Vimal tiwari ','Demo','17','9654453958','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in ambar,divyansh,galaxy royal. Intrested in ambar. Follow up/intrested in ambar,call him on today evening.\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:29','0',1073,'',0,'1'),(6030,'1801AA3698','J.K thakur ','Demo','17','9810085069','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pick, following\r','0','','','131','2018-01-18 06:33:29','0',1074,'',0,'1'),(6031,'1801AA3699','Rajendra','Demo','17','9990811190','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','confirmed time to call back, but not responding now./wants property in express way sec 150 noida.\r','0','','','131','2018-01-18 06:33:29','0',1075,'',0,'1'),(6032,'1801AA3700','Atul sharma ','Demo','17','9999840521','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is coming site visit Sunday \r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1076,'',0,'1'),(6033,'1801AA3701','Benny ','Demo','17','8860447156','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','She looking in gzb not searching in noida extension now\r','0','','','131','2018-01-18 06:33:29','0',1077,'',0,'1'),(6034,'1801AA3702','Aditya','Demo','17','7982275759','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone, looking for 1545 sqft Divyansh, site visit this weekend 13-14 Jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1078,'',0,'1'),(6035,'1801AA3703','Sumit Maheshwari','Demo','17','9818496929','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm is not giving to meet\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:29','0',1079,'',0,'1'),(6036,'1801AA3704','Neeraj ','Demo','17','9971933440','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','FOLLOW UP, CALL BACK IN EVENING\r','','07-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:29','0',1080,'',0,'1'),(6037,'1801AA3705','Kamal aggarwal ','Demo','17','9811846058','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PITCHED AR SALARY 50K,WE ARE FOLLOWING//FATHER PASSED AWAY CALL AFTER 15 SAYS\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:29','0',1081,'',0,'1'),(6038,'1801AA3706','Varun Sardana ','Demo','17','9818800162','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cm need 2-3 to decide and he is not trusting the builder \r','0','','','131','2018-01-18 06:33:29','0',1082,'',0,'1'),(6039,'1801AA3707','Khagesh gautam ','Demo','17','9990542204','Noida','India','Fresh','Arihant IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:29','0',1083,'',0,'1'),(6040,'1801AA3708','Sanjeev arora','Demo','17','9818692976','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit on 12/01\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:29','0',1084,'',0,'1'),(6041,'1801AA3709','Binish','Demo','17','9811880178','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Not picking the call/Follow up/\r','','12-01-2018 - 13:00 ,Friday','','131','2018-01-18 06:33:29','0',1085,'',0,'1'),(6042,'1801AA3710','Raghav khanna','Demo','17','9999706955','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone but too many questions, seems working in tour and travels, office address shared, feeling risky\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1086,'',0,'1'),(6043,'1801AA3711','Neeraj ','Demo','17','9810555295','Noida','India','Fresh','Reference','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done, coming this weekend with his brother to close @ 13-14 Jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:34','0',1087,'',0,'1'),(6044,'1801AA3712','Nikhil bhardwaj ','Demo','17','9212524388','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Wednesday ko metting fix  2.30 pm // again say Wednesday for meeting 17th jan \r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1088,'',0,'1'),(6045,'1801AA3713','Naveen  mehta','Demo','17','9899708951','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Gawhati client, discussed over the phone, has few investments in noida, seems interested but will not be able to present for any dox so minimum chances of closure\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:34','0',1089,'',0,'1'),(6046,'1801AA3714','Ramanand rawat ','Demo','17','9810442503','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Ringing\r','0','','','131','2018-01-18 06:33:34','0',1090,'',0,'1'),(6047,'1801AA3715','Jagmeet Singh','Demo','17','9891088909','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','CALL ON MONDAY,HE IS BUSY TILLSUNDAY THEN WILL MEET/// HE IS NOT ANSWERING TODAY\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:34','0',1091,'',0,'1'),(6048,'1801AA3716','Shashi bhushan','Demo','17','8076885979','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will come for visit on 14/01\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:34','0',1092,'',0,'1'),(6049,'1801AA3717','Mayank','Demo','17','8979647497','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in Exotica, divyansh and Ambar./Follow up /wants to purchase property after 1 year.\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:34','0',1093,'',0,'1'),(6050,'1801AA3718','Atul singh Mahori','Demo','17','9654618579','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting done at his office/Follow up./he is not intrested.\r','0','','','131','2018-01-18 06:33:34','0',1094,'',0,'1'),(6051,'1801AA3719','Rajni ','Demo','17','9926550129','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','OUT OF STATION,WILL COME AFTER 10 TO 15 DAYS\r','','16-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:34','0',1095,'',0,'1'),(6052,'1801AA3720','Rohit ','Demo','17','9810609881','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done on 9th jan, green shire/ pristine/divyansh\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:34','0',1096,'',0,'1'),(6053,'1801AA3721','Gunjan ','Demo','17','9873153420','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fix tomorrow 2@3pm,coordinate her tomorrow 10th jan morning //call not pic \r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1097,'',0,'1'),(6054,'1801AA3722','Aman saini ','Demo','17','9818475444','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:34','0',1098,'',0,'1'),(6055,'1801AA3723','Rakesh','Demo','17','9899189276','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cm was saying talk to me after 26 jan 2018\r','','26-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:34','0',1099,'',0,'1'),(6056,'1801AA3724','Pradyuman','Demo','17','8802429949','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:34','0',1100,'',0,'1'),(6057,'1801AA3725','Sandeep','Demo','17','9873409309','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not answering the call since the lead given\r','0','','','131','2018-01-18 06:33:34','0',1101,'',0,'1'),(6058,'1801AA3726','Anuj sharma ','Demo','17','9818251177','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him meeting fix on 9th jan but meeting pospond for next weekend.\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:34','0',1102,'',0,'1'),(6059,'1801AA3727','Gaurav','Demo','17','9910644577','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //call not pic //call pic and say call me latter ,ur ab call nhinpic ker raha hai \r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:34','0',1103,'',0,'1'),(6060,'1801AA3728','Abhinav kakkar','Demo','17','9911538344','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done need 2 days time to decide /will come to our office soon\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1104,'',0,'1'),(6061,'1801AA3729','Manish babbar ','Demo','17','9540021100','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Had word with him meeting fix on 9th jan then Not pick , follow again\r','','09-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:34','0',1105,'',0,'1'),(6062,'1801AA3730','Deep das ','Demo','17','8860711117','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone but not the immediate buy, might buy after 6 months, already told Harshit, not to make such leads, coming for site visit this weekend @ 13-14 jan, bud 35 Lacs, looking 2 BHK+ ','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:34','0',1106,'',0,'1'),(6063,'1801AA3731','Pratap singh','Demo','17','8512832090','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Customer phn is not reachable.was supposed to come this weekend ,now not picking the call \r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1107,'',0,'1'),(6064,'1801AA3732','Bhim Arora ','Demo','17','9999882084','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:34','0',1108,'',0,'1'),(6065,'1801AA3733','Abhay','Demo','17','8800867975','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Client not given time for meeting/call not pick\r','0','','','131','2018-01-18 06:33:34','0',1109,'',0,'1'),(6066,'1801AA3734','nishant ','Demo','17','8800825831','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Meeting time provided by client and meeting will be held tommorow/not intrested.\r','0','','','131','2018-01-18 06:33:34','0',1110,'',0,'1'),(6067,'1801AA3735','Vinay Kumar ','Demo','17','7979803398','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','INTERESTED IN 4BHK ,WANT TO ADJUST CASH,WILL COME NEXT WEEK\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:34','0',1111,'',0,'1'),(6068,'1801AA3736','Ashish jaiswal','Demo','17','9899460271','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done for 2 BHK. Will come for visit on Saturday. /will visit on 20 th jan .\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:34','0',1112,'',0,'1'),(6069,'1801AA3737','Santosh','Demo','17','8607531926','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit expected today 10th jan ... Timing not confirm//not done visit /coming 24th jan for visit \r','','24-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:34','0',1113,'',0,'1'),(6070,'1801AA3738','Gaurav Jain ','Demo','17','9428008593','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:34','0',1114,'',0,'1'),(6071,'1801AA3739','Sandeep Verma','Demo','17','9871809674','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client is coming for site visit today11th jan .//followup me hi but visit ke liye time nhi depa raha hai \r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:34','0',1115,'',0,'1'),(6072,'1801AA3740','Umang','Demo','17','8588831615','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','PITCHED CASA WOOD STOCK///\r','','12-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:39','0',1116,'',0,'1'),(6073,'1801AA3741','Ravindra','Demo','17','9650954141','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in Exotica, divyansh. Intrested in exotice 920.Looking resale\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:39','0',1117,'',0,'1'),(6074,'1801AA3742','Nitin anand','Demo','17','9457658835','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done , Divyansh and pristine evenue today 10th jan, following\r','','10-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:39','0',1118,'',0,'1'),(6075,'1801AA3743','Prashant jain','Demo','17','9811313021','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:39','0',1119,'',0,'1'),(6076,'1801AA3744','Narendra singh','Demo','17','9891316870','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come for visit today at 4 pm/visit done in exotica,looking 1705,will viist again on 17th jan evening.\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:39','0',1120,'',0,'1'),(6077,'1801AA3745','Vinod puri','Demo','17','9871527851','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting confirmed @ his house on sat @ 13 jan\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:39','0',1121,'',0,'1'),(6078,'1801AA3746','Suraj ','Demo','17','9811024762','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done, site visit expected this weekend 13-14 jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1122,'',0,'1'),(6079,'1801AA3747','Yashvir ','Demo','17','9770344210','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:39','0',1123,'',0,'1'),(6080,'1801AA3748','Jatin','Demo','17','8851636356','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he is busy in meeting today , plc call 11th jan at 11 o\'clock\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:39','0',1124,'',0,'1'),(6081,'1801AA3749','Sudeep shivhare ','Demo','17','9971088688','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will comfirmed time for meeting Wednesday./he is in chandigarh,will come back after 3 days call him back on 21th jan\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1125,'',0,'1'),(6082,'1801AA3750','Ramesh kumar ','Demo','17','9818351825','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed today 11 Jan, already on call, will update the closure in a day or two\r','','11-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:39','0',1126,'',0,'1'),(6083,'1801AA3751','Dr zaman','Demo','17','8383920221','Noida','India','Fresh','PPC','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Callled him for site visit this weekend @ 13-14 Jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1127,'',0,'1'),(6084,'1801AA3752','Pranav','Demo','17','9871030418','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Not pick\r','0','','','131','2018-01-18 06:33:39','0',1128,'',0,'1'),(6085,'1801AA3753','Rama Jha ','Demo','17','9811337626','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic \r','0','','','131','2018-01-18 06:33:39','0',1129,'',0,'1'),(6086,'1801AA3754','Anirudh Dhaka','Demo','17','9999473777','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Already purchased in divyansh on 8th Dec\r','0','','','131','2018-01-18 06:33:39','0',1130,'',0,'1'),(6087,'1801AA3755','Rahul','Demo','17','7903540049','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Dropped his plan to buy but his friend might be interested\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:39','0',1131,'',0,'1'),(6088,'1801AA3756','Mahesh ','Demo','17','9818139101','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Tomrrow 12th jan metting fix 12 pm //call done visit exp next week 21st jan \r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1132,'',0,'1'),(6089,'1801AA3757','Ankit ','Demo','17','9958806505','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done for exotika, will come this weekend 13-14 Jan\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1133,'',0,'1'),(6090,'1801AA3758','Neeraj kr Verma ','Demo','17','8826244044','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone, asking for more margin @ 10%. Meeting confirmed @ 20th Jan @ Call on 19th Jan\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:39','0',1134,'',0,'1'),(6091,'1801AA3759','Abhishek ','Demo','17','9717303741','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call me 4:00 , called but not pick\r','0','','','131','2018-01-18 06:33:39','0',1135,'',0,'1'),(6092,'1801AA3760','Nishant ','Demo','17','9716142333','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:39','0',1136,'',0,'1'),(6093,'1801AA3761','Imran ','Demo','17','9891911226','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in Himalaya,ambar,devika ,cl intrested in himalaya 948./meeting done at cl home deal closed.\r','','16-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:39','0',1137,'',0,'1'),(6094,'1801AA3762','Nitesh ','Demo','17','9810937931','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','NOT PICK CALL\r','0','','','131','2018-01-18 06:33:39','0',1138,'',0,'1'),(6095,'1801AA3763','Manish Kumar Tiwari','Demo','17','9452199716','Noida','India','Fresh','M Cube','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in divyansh 1015,will revisit on 26 jan .\r','','26-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:39','0',1139,'',0,'1'),(6096,'1801AA3764','Hemant','Demo','17','9953917530','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit soon, following\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:39','0',1140,'',0,'1'),(6097,'1801AA3765','Pankaj shukla','Demo','17','9711665581','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Cust is out of station,will come back on Thursday/visit done in exotica n divyansh,looking 2bhk.call him today.\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:39','0',1141,'',0,'1'),(6098,'1801AA3766','Mohit','Demo','17','9718338155','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will meet on wedneshday./today meeting confirmed for tom.\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:39','0',1142,'',0,'1'),(6099,'1801AA3767','Manoj','Demo','17','8826046904','Noida','India','Fresh','Ambar Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done, pitched Divyansh\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:39','0',1143,'',0,'1'),(6100,'1801AA3768','Shyam','Demo','17','9350179462','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:39','0',1144,'',0,'1'),(6101,'1801AA3769','Atul sachan','Demo','17','9873420725','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeeting done, follow up today\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:39','0',1145,'',0,'1'),(6102,'1801AA3770','Raj','Demo','17','9999780444','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done , 67, noida office, 3 + 1, bhk, 1500-1600, rtm, 5 to 6th floor,  looking in south delhi also, want option\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1146,'',0,'1'),(6103,'1801AA3771','Ajiaz ','Demo','17','9650029993','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','following for sitevisit , \r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1147,'',0,'1'),(6104,'1801AA3772','Himanshu','Demo','17','8750060003','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','SPOKEN TO HIM EXPECTED MEETING ON WEDNESDAY\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:43','0',1148,'',0,'1'),(6105,'1801AA3773',' Susheel kumar','Demo','17','9871113514','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done cm is confused will confirm today\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:43','0',1149,'',0,'1'),(6106,'1801AA3774','Devilal','Demo','17','9599896861','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','After meeting cm was sayimg my salary is 35 k so not eligible for the scheme\r','0','','','131','2018-01-18 06:33:43','0',1150,'',0,'1'),(6107,'1801AA3775','Vikrant Gupta ','Demo','17','9899950022','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Mail krdi ha evening me call krle meting ke liye confrm krna ha//not pic phone //after mail he is not pinking my call \r','0','','','131','2018-01-18 06:33:43','0',1151,'',0,'1'),(6108,'1801AA3776','Vinod Kr ','Demo','17','9871045772','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Es clt ki 1st priority sadi hai then flat , ur budget only 32lac ka hai ,phone aaya tha esliye bat ker li ,agar 32 lac me aap ke pass huchh hai to bat ker lena ?mithilesh ,himalya bataya hai Monday mo','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1152,'',0,'1'),(6109,'1801AA3777','Ashok Rai','Demo','17','8588867419','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix for 14th jan //not done \r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1153,'',0,'1'),(6110,'1801AA3778','Indranil Karmakar ','Demo','17','9717894237','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1154,'',0,'1'),(6111,'1801AA3779','Pankaj Mishra','Demo','17','9716555564','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','expected meeting on 15 jan/will meet on Saturday.\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1155,'',0,'1'),(6112,'1801AA3780','Shalini ','Demo','17','7838456124','Noida','India','Fresh','Ambar Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1156,'',0,'1'),(6113,'1801AA3781','Praveen yadav ','Demo','17','8882798747','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','he was coming for visit but then not pick my call\r','','13-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:43','0',1157,'',0,'1'),(6114,'1801AA3782','Himanshu ','Demo','17','8800367373','Noida','India','Fresh','Ambar Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Comm. Dinesh sir handle\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1158,'',0,'1'),(6115,'1801AA3783','Md. Khalid','Demo','17','9811291878','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will meet 15th jan with ravi sir\r','','15-01-2018 - 23:30 ,Monday','','131','2018-01-18 06:33:43','0',1159,'',0,'1'),(6116,'1801AA3784','Tuntun','Demo','17','8130281924','Noida','India','Fresh','Ambar Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','40-50 lac budget, 2 or 2+1 bhk, will visit on 21/01\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1160,'',0,'1'),(6117,'1801AA3785','Ghore lal','Demo','17','9910631480','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in exotica n divyansh,looking 2bhk,will confirmed after 26 jan .\r','','28-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1161,'',0,'1'),(6118,'1801AA3786','Deepak ','Demo','17','9717990571','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 1015 in divyansh,will visit on sta-Sunday\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1162,'',0,'1'),(6119,'1801AA3787','Arun ','Demo','17','9654016066','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Cust not given time for siti visit n meeting ,plz resheduled \r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1163,'',0,'1'),(6120,'1801AA3788','S.K Singh ','Demo','17','8826712169','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pic //not interested \r','0','','','131','2018-01-18 06:33:43','0',1164,'',0,'1'),(6121,'1801AA3789','Priya','Demo','17','9780955024','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic //call not pic \r','0','','','131','2018-01-18 06:33:43','0',1165,'',0,'1'),(6122,'1801AA3790','Amit ','Demo','17','8130823934','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1166,'',0,'1'),(6123,'1801AA3791','Prashant singh','Demo','17','9650891376','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1167,'',0,'1'),(6124,'1801AA3792','Sudesh','Demo','17','7678498077','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1168,'',0,'1'),(6125,'1801AA3793','Anvendra Chauhan ','Demo','17','9650136313','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:43','0',1169,'',0,'1'),(6126,'1801AA3794','Vivek','Demo','17','9811597060','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will come on Tuesday @ 16th Jan for site visit\r','','16-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:43','0',1170,'',0,'1'),(6127,'1801AA3795','Sachin','Demo','17','9899201848','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He is searching GGN as well but will come for site vivist next week. Bud 50 lacs. First preference is GGN than Noida\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1171,'',0,'1'),(6128,'1801AA3796','Sunil kr Chauhan','Demo','17','8745003130','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','FOLLOWUP\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1172,'',0,'1'),(6129,'1801AA3797','Gautam','Demo','17','9910233944','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','SAUNDARYAM 1550 EXPECTED VISIT ON SUNDAY\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1173,'',0,'1'),(6130,'1801AA3798','Amit kumar','Demo','17','9958440237','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','not pic ,meeting fix 16th jan in CP .//ye 21st ya 22nd jan visit ke liye aayega ,exotica and divyansh\r','','22-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:43','0',1174,'',0,'1'),(6131,'1801AA3799','Dilip ','Demo','17','9311440423','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','14th jan visit 12 pm final comformation evening.//not pic call //call but not to give proper response\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:43','0',1175,'',0,'1'),(6132,'1801AA3800','Pramod chhonker','Demo','17','9953785585','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done ,,14th jan in divyansh ,call and followup want time //budget 32 lac want only divyansh \r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1176,'',0,'1'),(6133,'1801AA3801','Ranjeet Kumar ','Demo','17','9334033652','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','call not pic //14th jan ko bola tha visit ke liye but nhi aaya ,ur call bhi nhi pic kiya //noida me mang rahahai aa ke noida ext laut gaya \r','0','','','131','2018-01-18 06:33:48','0',1177,'',0,'1'),(6134,'1801AA3802','Shashi ','Demo','17','9765056925','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','12.30pm  ke bad ayegi for Arden n saya14th jan ko //he come for visit 21st and 22nd jan \r','','22-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:48','0',1178,'',0,'1'),(6135,'1801AA3803','Rohit','Demo','17','9650866688','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','INTERESTED IN 4BHK ,GETTING DEAL WITH ANOTHER BROKER 87 LACS,WE PITCHED C1 903 IN RESALE AT SAME RATE\r','','14-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1179,'',0,'1'),(6136,'1801AA3804','Ashutosh pandey ','Demo','17','9474714979','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','LOOKING 2BHK IN LOW RISE AT 25 LACS ,PITCHED DEVIKA GOLD HOMZ\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:48','0',1180,'',0,'1'),(6137,'1801AA3805','Manoj kumar','Demo','17','9911350843','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','LOOKING 2BHK IN 30 LACS,ABOUT TO COME YESTERDAY BUT NOT CAME,FOLLOWUPS\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:48','0',1181,'',0,'1'),(6138,'1801AA3806','Sharad','Demo','17','8527799550','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','LOOKING 2BHK IN 30 LACS,PITCHED DIVANYSH FLORA,WILL VISIT IN WEEKDAYS,FOLLOWUP\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:48','0',1182,'',0,'1'),(6139,'1801AA3807','Saurabh Sharma','Demo','17','9899700313','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','LOOKING FOR 100 YARDS INDEPENDENT FLOOR,WE DON’T HAVE SUCH INVENTORIES(AMIT)\r','0','','','131','2018-01-18 06:33:48','0',1183,'',0,'1'),(6140,'1801AA3808','Gaurav ','Demo','17','9811091471','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Looking 2bhk,will come on sat-Sunday.\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1184,'',0,'1'),(6141,'1801AA3809','Nishant ','Demo','17','9811413292','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','not comfirmed yet for site visit n meeting time ,call him on sat for site visist.\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1185,'',0,'1'),(6142,'1801AA3810','Vivek gupta','Demo','17','9910522601','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit done in divyansh n ambar,looking 2bhk,will come back again on 21jan .\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1186,'',0,'1'),(6143,'1801AA3811','Chandra Kant','Demo','17','9810424306','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','CALL NOT PICK ,PLZ RESHEDULED./will visit on 21th jan\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1187,'',0,'1'),(6144,'1801AA3812','Rashmi jain','Demo','17','9899259516','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit still not done as postponed by the client. Expected Site visit coming week\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1188,'',0,'1'),(6145,'1801AA3813','Amit ','Demo','17','9939066977','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He was not well, so site visit not done as yet, expected site visit in coming week\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:48','0',1189,'',0,'1'),(6146,'1801AA3814','Pankaj ','Demo','17','9811354402','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Comm. Dinesh sir handle\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1190,'',0,'1'),(6147,'1801AA3815','R. K madaan','Demo','17','8826231111','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit today 15/01 on second half\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:48','0',1191,'',0,'1'),(6148,'1801AA3816','Hitesh','Demo','17','9971120606','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Visit Done , will come again next week\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1192,'',0,'1'),(6149,'1801AA3817','Sam','Demo','17','8826695606','Noida','India','Fresh','Quickr','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:48','0',1193,'',0,'1'),(6150,'1801AA3818','Praveen Kumar','Demo','17','9899463689','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:48','0',1194,'',0,'1'),(6151,'1801AA3819','Arun Sachdeva ','Demo','17','9811333258','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He son was not well last week, so expected site visit next week\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:48','0',1195,'',0,'1'),(6152,'1801AA3820','Amit','Demo','17','7048903429','Noida','India','Fresh','IVR','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:48','0',1196,'',0,'1'),(6153,'1801AA3821','Rahul singh ','Demo','17','9899345876','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He said he will reach noida around 12 to 1pm then call him//not interested \r','0','','','131','2018-01-18 06:33:48','0',1197,'',0,'1'),(6154,'1801AA3822','Sudhir. (Advocate)','Demo','17','9810381190','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','He ddin\'t pick call so under follow up\r','0','','','131','2018-01-18 06:33:48','0',1198,'',0,'1'),(6155,'1801AA3823','Hemant','Demo','17','9958865686','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','CALLBACK FOLLOWUPS\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1199,'',0,'1'),(6156,'1801AA3824','Shubhi srivastav ','Demo','17','8005204801','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','whatsup details send, will come next week\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1200,'',0,'1'),(6157,'1801AA3825','Amit','Demo','17','9810353103','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Will visit on 20/01/18\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1201,'',0,'1'),(6158,'1801AA3826','Virender','Demo','17','9582515723','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','CALL NOT PICK ,PLZ RESHEDULED./call him today after lunch.\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:48','0',1202,'',0,'1'),(6159,'1801AA3827','S.N Pandey ','Demo','17','8506005380','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','His budget is 25L. AR pitched. He will call back.//followup \r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:48','0',1203,'',0,'1'),(6160,'1801AA3828','Nitesh ','Demo','17','9540597722','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','HE IS OUT OS STATION WILL CAOME BACK AFTER 19TH JAN \r','','19-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:48','0',1204,'',0,'1'),(6161,'1801AA3829','Deepinder singh chawla','Demo','17','9811959074','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','INTERESTED NEAR CITY CENTRE WE DON’T HAVE ANY PROPERTEY OVER THERE(AMIT)\r','0','','','131','2018-01-18 06:33:48','0',1205,'',0,'1'),(6162,'1801AA3830','Akash soni ','Demo','17','9711716696','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','He now busy call after some time//call not pic \r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:52','0',1206,'',0,'1'),(6163,'1801AA3831','Arun kr jha ','Demo','17','9868124422','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','will visit  21/01, whatsup details send\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1207,'',0,'1'),(6164,'1801AA3832','Rishi Gupta','Demo','17','9871889463','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:52','0',1208,'',0,'1'),(6165,'1801AA3833','Ujiwal Jain ','Demo','17','9717174638','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting conform tomorrow 11:00 am//site visit done now he is interested in 1015sqft \r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:52','0',1209,'',0,'1'),(6166,'1801AA3834','Ravi ','Demo','17','7007236360','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done, divyansh and greenshire\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:52','0',1210,'',0,'1'),(6167,'1801AA3835','Purnima ','Demo','17','8800769153','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','INTRESTED IN DIVAYNSH FLORA,WILL VISIT NEXT WEEK\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1211,'',0,'1'),(6168,'1801AA3836','Puja ','Demo','17','9999682501','Noida','India','Fresh','Magicbricks','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone, will come for site visit this weekend\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1212,'',0,'1'),(6169,'1801AA3837','Madhavi ','Demo','17','8130455020','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Now Not Picking calls//calls 6 to 7thime but not pic \r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:52','0',1213,'',0,'1'),(6170,'1801AA3838','Pawan','Demo','17','9811717629','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done for Exitica, looking for 1035, will revisit this weekend again\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:52','0',1214,'',0,'1'),(6171,'1801AA3839','Preeti','Demo','17','9996417699','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not pick\r','0','','','131','2018-01-18 06:33:52','0',1215,'',0,'1'),(6172,'1801AA3840','Sudhir ','Demo','17','9643545001','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:52','0',1216,'',0,'1'),(6173,'1801AA3841','Rahul ','Demo','17','9716375519','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //royal court chahiye only ,followup \r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1217,'',0,'1'),(6174,'1801AA3842','J upadhyay ','Demo','17','9871942912','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','LOOKING 1205 SQFT IN CHERRY COUNTY, FLOOR UPTO 5TH\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:52','0',1218,'',0,'1'),(6175,'1801AA3843','Arindam','Demo','17','8349720011','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','looking 3+1 ,under 70 lacs.will visit on coming weekened \r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1219,'',0,'1'),(6176,'1801AA3844','Ashish Bhardwaj ','Demo','17','8287617446','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in ambar exotica and divyansh,looking 2bhk.will come on coming weekend.\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:52','0',1220,'',0,'1'),(6177,'1801AA3845','Manjeet ','Demo','17','9711611376','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call not pick,plz resheduled./meeting done at his office ,will come for visit on Saturday.\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:52','0',1221,'',0,'1'),(6178,'1801AA3846','Pratap Singh ','Demo','17','9803398196','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Client is busy cl in evening,//clt coming next week 21st jan \r','','21-01-2018 - 12:30 ,Sunday','','131','2018-01-18 06:33:52','0',1222,'',0,'1'),(6179,'1801AA3847','Hitesh ','Demo','17','9999192300','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','1235 MYWOOD WILL COME ON SUNDAY\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1223,'',0,'1'),(6180,'1801AA3848','Shweta','Demo','17','9650477889','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call not pic //royal court chahiye only ,followup \r','','19-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:52','0',1224,'',0,'1'),(6181,'1801AA3849','D.Mukherjee','Demo','17','9968517903','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','Phone not answering since lead given, TC knows\r','0','','','131','2018-01-18 06:33:52','0',1225,'',0,'1'),(6182,'1801AA3850','Siddhartha ','Demo','17','9953475151','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:52','0',1226,'',0,'1'),(6183,'1801AA3851','Tapan ','Demo','17','7042272802','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'',' not answering \r','0','','','131','2018-01-18 06:33:52','0',1227,'',0,'1'),(6184,'1801AA3852','Rattan','Demo','17','9818115559','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','ASKED TO CALL AFTER 5 PM\r','','14-01-2018 - 16:30 ,Sunday','','131','2018-01-18 06:33:52','0',1228,'',0,'1'),(6185,'1801AA3853','Arun sharma','Demo','17','9818297875','Noida','India','Fresh','Ambar Emailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','want to come for next week for site visit 20/01\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:52','0',1229,'',0,'1'),(6186,'1801AA3854','Prashank ','Demo','17','9358044644','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Site visit done, calc sheet sent, will revisit this weekend\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1230,'',0,'1'),(6187,'1801AA3855','Chanchal bansal','Demo','17','9953563118','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Friday 12 o clk Divyansh per milega ... mai inko what’s app per address send kr rahe Divyansh KA\r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:52','0',1231,'',0,'1'),(6188,'1801AA3856','Om prakash','Demo','17','9560011954','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','16th jan  meeting fix at 1.30 pm.//not done meeting ,call 17th jan //meeting fix 19th jan \r','','19-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:52','0',1232,'',0,'1'),(6189,'1801AA3857','Jitendra','Demo','17','9650023001','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2018-01-18 06:33:52','0',1233,'',0,'1'),(6190,'1801AA3858','Chahit Gupta','Demo','17','9999689695','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:52','0',1234,'',0,'1'),(6191,'1801AA3859','Naseem ','Demo','17','9891741982','Noida','India','Fresh','Rakesh Sir Ref','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:52','0',1235,'',0,'1'),(6192,'1801AA3860','Tarun jha','Demo','17','7840004556','Noida','India','Fresh','Rakesh Sir Ref','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1236,'',0,'1'),(6193,'1801AA3861','Soniya singh','Demo','17','8375031488','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','40-50 lac budget, 2 or 2+1 bhk, will visit on 21/01\r','','21-01-2018 - 14:00 ,Sunday','','131','2018-01-18 06:33:57','0',1237,'',0,'1'),(6194,'1801AA3862','Rahul','Demo','17','9971689710','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done in divyansh,looking 2 bhk+study,will visit again on 20th jan.\r','','20-01-2018 - 12:30 ,Saturday','','131','2018-01-18 06:33:57','0',1238,'',0,'1'),(6195,'1801AA3863','Prabha sharma ','Demo','17','9958158123','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit fixed for sat @ 20 Jan for exotica 1235/1340\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:57','0',1239,'',0,'1'),(6196,'1801AA3864','Ankit ','Demo','17','8743890898','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1240,'',0,'1'),(6197,'1801AA3865','Neeraj srivastava','Demo','17','9654368122','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Not answering the call need to call back\r','','18-01-2018 - 12:00 ,Thursday','','131','2018-01-18 06:33:57','0',1241,'',0,'1'),(6198,'1801AA3866','Manoranjan ','Demo','17','7042311001','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'',' 2 ‘o clock meeting hai clt ki  after that  he will tell me d time ...for meeting ..//not pic call \r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:57','0',1242,'',0,'1'),(6199,'1801AA3867','Amit ','Demo','17','9910862425','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','contacted to Clt nd also shared inventories... And meeting possibility on 17thjan ... Because I m on a visit at exotica.\r','','17-01-2018 - 13:00 ,Wednesday','','131','2018-01-18 06:33:57','0',1243,'',0,'1'),(6200,'1801AA3868','Sachin Gupta','Demo','17','9910210530','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Follow  up going on for meeting\r','','19-01-2018 - 12:00 ,Friday','','131','2018-01-18 06:33:57','0',1244,'',0,'1'),(6201,'1801AA3869','Jai','Demo','17','9210809093','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1245,'',0,'1'),(6202,'1801AA3870','Vijay Singh ','Demo','17','9818946480','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1246,'',0,'1'),(6203,'1801AA3871','Sandeep madan ','Demo','17','9810681896','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done,clients brother is banker,will discuss n let us know.\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:57','0',1247,'',0,'1'),(6204,'1801AA3872','Gaurvi srivastava ','Demo','17','8750167667','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','cl intrested in  villas n duplex,lead not workable.\r','0','','','131','2018-01-18 06:33:57','0',1248,'',0,'1'),(6205,'1801AA3873','Samit  mata','Demo','17','9818405888','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','cust. Wants to meet on 23rd jan in our office.\r','','23-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:57','0',1249,'',0,'1'),(6206,'1801AA3874','Kapil ','Demo','17','9971152026','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','call him today.\r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:57','0',1250,'',0,'1'),(6207,'1801AA3875','Ritesh khandelwal ','Demo','17','9891790147','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','Not intersted cm was sayting it was a fraud scheme and not ready listen about the scheme\r','0','','','131','2018-01-18 06:33:57','0',1251,'',0,'1'),(6208,'1801AA3876','Shashi bhushan ','Demo','17','9871788263','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1252,'',0,'1'),(6209,'1801AA3877','Ashwani Kumar','Demo','17','8601393001','Noida','India','Fresh','Rakesh Sir Ref','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1253,'',0,'1'),(6210,'1801AA3878','Atul Sharma','Demo','17','9582809355','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1254,'',0,'1'),(6211,'1801AA3879','Kuldip Kumar','Demo','17','9717266297','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','visit done at 16th jan, re visit on 18th jan, Divyansh, Pristine, exotica\r','','16-01-2018 - 12:30 ,Tuesday','','131','2018-01-18 06:33:57','0',1255,'',0,'1'),(6212,'1801AA3880','Kaushlendra singh','Demo','17','7503862178','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting done at client office, want g. noida 2 bhk at 30 Lac\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:57','0',1256,'',0,'1'),(6213,'1801AA3881','Rajan','Demo','17','8447737960','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting tomorrow 10 to 12 pm project divyansh//\r','','16-01-2018 - 12:00 ,Tuesday','','131','2018-01-18 06:33:57','0',1257,'',0,'1'),(6214,'1801AA3882','Praveen','Demo','17','9899403317','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','call not pic \r','0','','','131','2018-01-18 06:33:57','0',1258,'',0,'1'),(6215,'1801AA3883','Vishal jain','Demo','17','9818994366','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','meeting fix 15th jan //call not pic \r','','15-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:33:57','0',1259,'',0,'1'),(6216,'1801AA3884','Ashish ','Demo','17','9540947063','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','21st jan ko visit ke liye aayega divyansh \r','','21-01-2018 - 12:00 ,Sunday','','131','2018-01-18 06:33:57','0',1260,'',0,'1'),(6217,'1801AA3885','Amit','Demo','17','9810873507','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Update you later\r','','18-01-2018 - 13:00 ,Thursday','','131','2018-01-18 06:33:57','0',1261,'',0,'1'),(6218,'1801AA3886','Manoj ','Demo','17','9582253334','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting done at his office in GGN, site visit fixed for sat @ 20 jan for 1015 Divyansh\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:33:57','0',1262,'',0,'1'),(6219,'1801AA3887','Jeetesh ','Demo','17','9810099846','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','site visit done at divyansh 17th jan, revisit in 2-3 days\r','','17-01-2018 - 12:00 ,Wednesday','','131','2018-01-18 06:33:57','0',1263,'',0,'1'),(6220,'1801AA3888','Vishesh ','Demo','17','9911947038','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1264,'',0,'1'),(6221,'1801AA3889','Amit kundu','Demo','17','9812221292','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:33:57','0',1265,'',0,'1'),(6222,'1801AA3890','Abdul ','Demo','17','8447679651','Noida','India','Fresh','SMS Campaign','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1266,'',0,'1'),(6223,'1801AA3891','Sushil Agarwal ','Demo','17','9717729717','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1267,'',0,'1'),(6224,'1801AA3892','Pradeep yadav','Demo','17','9999302855','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1268,'',0,'1'),(6225,'1801AA3893','Deepak ','Demo','17','9718327766','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Meeting fixed 18th jan 9 am sector 20//meeting done \r','','18-01-2018 - 12:30 ,Thursday','','131','2018-01-18 06:34:02','0',1269,'',0,'1'),(6226,'1801AA3894','Subrato biswas ','Demo','17','9999940857','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',3,'','He said  call me tomorrow 10 am//morning he said not interested \r','0','','','131','2018-01-18 06:34:02','0',1270,'',0,'1'),(6227,'1801AA3895','Dinesh','Demo','17','9958603541','Noida','India','Fresh','Divyansh Mailer','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Clt will visit on coming 22nd jan \r','','22-01-2018 - 12:00 ,Monday','','131','2018-01-18 06:34:02','0',1271,'',0,'1'),(6228,'1801AA3896','Sarthak madaan','Demo','17','9811119453','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Discussed over the phone, layout sent, looking 1705 excotica, site visit fixed @ sat @ 20 jan\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:34:02','0',1272,'',0,'1'),(6229,'1801AA3897','Amardeep','Demo','17','7835004439','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','No answer\r','0','','','131','2018-01-18 06:34:02','0',1273,'',0,'1'),(6230,'1801AA3898','Mohit','Demo','17','9958660121','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','following for visit\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:34:02','0',1274,'',0,'1'),(6231,'1801AA3899','Ashish ','Demo','17','8076745931','Noida','India','Fresh','Facebook advert','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',8,'','not picking call, called mant times.\r','0','','','131','2018-01-18 06:34:02','0',1275,'',0,'1'),(6232,'1801AA3900','Rohan sharma','Demo','17','8800592093','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1276,'',0,'1'),(6233,'1801AA3901','Awdhesh mishra ','Demo','17','9717360924','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1277,'',0,'1'),(6234,'1801AA3902','Prashant','Demo','17','8437373332','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1278,'',0,'1'),(6235,'1801AA3903','Sanjeev','Demo','17','7797520440','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1279,'',0,'1'),(6236,'1801AA3904','Narottam aggarwal','Demo','17','9910620015','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1280,'',0,'1'),(6237,'1801AA3905','Vipin Garg','Demo','17','9717160668','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1281,'',0,'1'),(6238,'1801AA3906','Vikram ','Demo','17','9818686607','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1282,'',0,'1'),(6239,'1801AA3907','Manish Raghav ','Demo','17','7983711356','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1283,'',0,'1'),(6240,'1801AA3908','Shivendra tripathi','Demo','17','9140234121','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1284,'',0,'1'),(6241,'1801AA3909','Santosh kumar Mishra','Demo','17','9716951697','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',4,'','Call back on Sat @ 20 Jan\r','','20-01-2018 - 12:00 ,Saturday','','131','2018-01-18 06:34:02','0',1285,'',0,'1'),(6242,'1801AA3910','Viresh','Demo','17','9313095929','Noida','India','Fresh','Housing. Com','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1286,'',0,'1'),(6243,'1801AA3911','Jitender bharmota','Demo','17','9899306111','Noida','India','Fresh','Data','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1287,'',0,'1'),(6244,'1801AA3912','Vikram ','Demo','17','7769960788','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1288,'',0,'1'),(6245,'1801AA3913','Sunil ','Demo','17','9911591789','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1289,'',0,'1'),(6246,'1801AA3914','Mayur','Demo','17','9891179779','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1290,'',0,'1'),(6247,'1801AA3915','Jitender','Demo','17','9911339488','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1291,'',0,'1'),(6248,'1801AA3916','Abhinav Ramaria','Demo','17','8826636677','Noida','India','Fresh','Data','AR','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1292,'',0,'1'),(6249,'1801AA3917','Shalini ','Demo','17','9642883746','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1293,'',0,'1'),(6250,'1801AA3918','Amit ','Demo','17','9990017800','Noida','India','Fresh','99 acers ','Property','Sale','Demo','Demo','Demo','Demo','Demo','0','Demo','Noida Extension','Property','Demo','Demo','other_detail','131','','154','','','',1,'','','','','','131','2018-01-18 06:34:02','0',1294,'',0,'1'),(6251,'1801AA0405','Shailendra','propertyarenadm@gmail.com','9891716897','9891716897','noida','India','','Google','LMS','BUy','','LMS','Shrawan','','LMS','IDK','','B-7, Sec 65','LMS','','Property Arena','','244','247','244','247','247','247',11,'HOT','e-commerce website -- 15000 rupees','21','2018-10-22 15:19:31','','244','2018-01-18 13:17:15','0',0,'',1,'13'),(6252,'1801AA0248','Sanjay','sanjay@gmail.com','987654345654356','9876543210','Noida','India','Active','Google','asd','sale','sdfg','2','satish','jkh','hjhk','2Lakh))','hjy','Noida','Sale','asdfg','XYZ','hgjkhljk;','','','254','','','',5,'','','','','','websparrows_sadmin','2018-01-19 06:04:15','0',0,'',0,'2'),(6253,'1801AA0406','Chetan Chaudhary','dont know','9999438082','9999438082','Noida','india','','Facebook','Website','','','Website','Shrawan','','Website','dont know','','Noida Extension','Website','','Interiors World','','244','248','244','','','',6,'','Dynamic Website Interior','21','','','244','2018-01-22 09:49:30','0',0,'',0,'13'),(6254,'1801AA0407','Jaideep Sharma','Dont Know','9679549662','9679549662','dont know','India','','Ref-J','Website','','','Website Travel','Jalaj Sir','','Website Travel','dont know','','India','website travel','','Ref-J (Travel)','','244','248','244','','','',6,'','Refrence by Jalaj Sir','21','','','244','2018-01-22 13:21:30','0',0,'',0,'13'),(6375,'1801AA0408','Amrit Bhatia','hesmith221@gmail.com','8882655080','8882655080','new delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','new delhi','','','9211.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1565,'',0,'13'),(6376,'1801AA0409','Imtiyazul Haque','dmindiaonline@gmail.com','9871076941','9871076941','NEW DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NEW DELHI','','','aggarwalcranes.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1566,'',0,'13'),(6377,'1801AA0410','Mohit Shah','aotomobilvalley@iaspireindia.com','9773558682','9773558682','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','aotomobilvalley.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1567,'',0,'13'),(6378,'1801AA0411','Niranjan Kumar','contact@connextions.in','4606607700','4606607700','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','apa-2018.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1568,'',0,'13'),(6379,'1801AA0412','iNet Web','inetsolution.web@gmail.com','1125708431','1125708431','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','arbtransport.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1569,'',0,'13'),(6380,'1801AA0413','Devinder Singh','devindersingh8@gmail.com','9716323102','9716323102','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','ayudhanvantari.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1570,'',0,'13'),(6381,'1801AA0414','sumicoenterprises undefined','buytibet@yahoo.com','9818008047','9818008047','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','bonam.net','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1571,'',0,'13'),(6382,'1801AA0415','Thrios Technologies','thriostechnologies@gmail.com','9015098029','9015098029','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','buybitcoinsonline.store','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1572,'',0,'13'),(6383,'1801AA0416','TradeKeyIndia.Com','tradekeyind@gmail.com','9999065097','9999065097','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','calcuttacleanerspackers.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1573,'',0,'13'),(6384,'1801AA0417','vikram srivastav','centuriatorgroup@gmail.com','8800441143','8800441143','NEW DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NEW DELHI','','','centuriatorgroup.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1574,'',0,'13'),(6385,'1801AA0418','Jai Prakash','jai.chaudhary907@gmail.com','9891744037','9891744037','New delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New delhi','','','comsetup.store','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1575,'',0,'13'),(6386,'1801AA0419','Danish Makkar','danishmakkar@iaspireindia.com','8800987066','8800987066','New delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New delhi','','','danishmakkar.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1576,'',0,'13'),(6387,'1801AA0420','Deepak  Gupta','akshaygupta451@gmail.com','1123282208','1123282208','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','deegeecables.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1577,'',0,'13'),(6388,'1801AA0421','Sachin Bansal','sb@creatingdemand.org','9711190192','9711190192','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','delhicycletours.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1578,'',0,'13'),(6389,'1801AA0422','shashikant','aasthawebinstitute@gmail.com','9718726253','9718726253','new delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','new delhi','','','dharnisaffronexporters.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1579,'',0,'13'),(6390,'1801AA0423','Hitender Tanwar','hitender@gmail.com','9810685229','9810685229','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','divyamgroup.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1580,'',0,'13'),(6391,'1801AA0424','Mahmood Akhtar','sme.akhtar@gmail.com','1129943868','1129943868','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','dubaibuddy.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1581,'',0,'13'),(6392,'1801AA0425','Prateek Gupta','exploreitwhole@iaspireindia.com','9953775938','9953775938','NEW DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NEW DELHI','','','exploreitwhole.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1582,'',0,'13'),(6393,'1801AA0426','Anu Arora','bhasinprapti@gmail.com','8447015444','8447015444','new Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','new Delhi','','','fashionattire.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1583,'',0,'13'),(6394,'1801AA0427','3d Webers','info@3dwebers.com','8860335593','8860335593','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','firstmedmedicaldevices.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1584,'',0,'13'),(6395,'1801AA0428','WebMaster','webmaster@velirs.com','1130088088','1130088088','NEW DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NEW DELHI','','','fordemo.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1585,'',0,'13'),(6396,'1801AA0429','PGF','impact360marketing@gmail.com','1111111100','1111111100','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','goatbazaar.net','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1586,'',0,'13'),(6397,'1801AA0430','Deepak Mishra','deepakmishraa@gmail.com','9711811495','9711811495','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','goingindia.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1587,'',0,'13'),(6398,'1801AA0431','zama','abbinfotech@gmail.com','2852104500','2852104500','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','higripproducts.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1588,'',0,'13'),(6399,'1801AA0432','Jack Denial','indianescortclub.com@wix-domains.com','1.4159496','1.4159496','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','indianescortclub.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1589,'',0,'13'),(6400,'1801AA0433','Kanti Sharma','info@creativeskulls.com','9958316281','9958316281','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','indiapcd.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1590,'',0,'13'),(6401,'1801AA0434','Sachin Bansal','sb@creatingdemand.org','9711190192','9711190192','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','indiashoppingtours.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1591,'',0,'13'),(6402,'1801AA0435','ANIKT SHARMA','ankitgaurs@gmail.com','9999440007','9999440007','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','infius.net','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1592,'',0,'13'),(6403,'1801AA0436','Kion Interiors','kion@askranchi.com','9958629467','9958629467','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','kioninteriors.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1593,'',0,'13'),(6404,'1801AA0437','Aditya Williams','adityawilliams@hotmail.com','9910972123','9910972123','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','knomadography.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:08','0',1594,'',0,'13'),(6405,'1801AA0438','Raidev Singh Akoi','tom.welbury@staybloom.com','9711919672','9711919672','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','litlist.events','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1595,'',0,'13'),(6406,'1801AA0439','Thrios Technologies','thriostechnologies@gmail.com','9015098029','9015098029','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','mactechstore.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1596,'',0,'13'),(6407,'1801AA0440','Hariom Bhardwaj','webcomnetwork@gmail.com','9582316670','9582316670','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','modaxing.store','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1597,'',0,'13'),(6408,'1801AA0441','Navneet Chawla','navneetschawla@gmail.com','9818049144','9818049144','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','motoe5plus.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1598,'',0,'13'),(6409,'1801AA0442','Mahender Gupta','nationalenterprisesdl@gmail.com','9654088995','9654088995','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','nepaperplate.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1599,'',0,'13'),(6410,'1801AA0443','Ashish Chhabra','ashish.dctex@gmail.com','9891016688','9891016688','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','nspexports.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1600,'',0,'13'),(6411,'1801AA0444','Confide Soft','confidesoft@gmail.com','9999643612','9999643612','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','orionxp.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1601,'',0,'13'),(6412,'1801AA0445','ankit gupta','rajeshdubey27@gmail.com','8285919538','8285919538','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','pcsupports.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1602,'',0,'13'),(6413,'1801AA0446','MD HAZRATA ALI','info.ptrnews@gmail.com','8368067416','8368067416','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','ptrnews.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1603,'',0,'13'),(6414,'1801AA0447','Arvind Kumar Singh','groupregular@gmail.com','9911811627','9911811627','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','rajarshiayurved.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1604,'',0,'13'),(6415,'1801AA0448','Jitu Chaudhary','webevon103@gmail.com','8802219958','8802219958','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','ramkesri.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1605,'',0,'13'),(6416,'1801AA0449','Lokesh Kumar','ritikalakra48@gmail.com','9812143351','9812143351','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','ready4task.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1606,'',0,'13'),(6417,'1801AA0450','Jitu Chaudhary','webevon103@gmail.com','8802219958','8802219958','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','restaurantinjanakpuri.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1607,'',0,'13'),(6418,'1801AA0451','Jitu Chaudhary','webevon103@gmail.com','8802219958','8802219958','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','restaurantinsagarpur.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1608,'',0,'13'),(6419,'1801AA0452','sweety Kumar','secondspaceworld@iaspireindia.com','9582274810','9582274810','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','secondspaceworld.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1609,'',0,'13'),(6420,'1801AA0453','Shweta N/A','shwetagambhir18102@gmail.com','9654990015','9654990015','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','shwetainternational.net','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1610,'',0,'13'),(6421,'1801AA0454','SUPPORT SERVICES','domain@hetah.com','9166748390','9166748390','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','singwithsid.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1611,'',0,'13'),(6422,'1801AA0455','Ajay Garg','it_renewal@smcindiaonline.com','3011100000','3011100000','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','stoxkart.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1612,'',0,'13'),(6423,'1801AA0456','Ajay Garg','it_renewal@smcindiaonline.com','3011100000','3011100000','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','stoxkarts.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1613,'',0,'13'),(6424,'1801AA0457','Amar Tanwar','amardeep@sparemachines.com','9212370037','9212370037','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','sunrays-medical.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1614,'',0,'13'),(6425,'1801AA0458','Syed Ameer Hasan','swisstourister@gmail.com','9100000000','9100000000','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','swisstourister.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1615,'',0,'13'),(6426,'1801AA0459','kishan kumar','kishanmadhesiya@gmail.com','8687271953','8687271953','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','sypnosis.software','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1616,'',0,'13'),(6427,'1801AA0460','Rajiv Jain','aarjayenterprises@yahoo.com','1165825952','1165825952','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','syskaaircoolers.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1617,'',0,'13'),(6428,'1801AA0461','Navneet Chawla','navneetschawla@yahoo.com','9871510338','9871510338','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','techlac.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1618,'',0,'13'),(6429,'1801AA0462','POOJA BAGARIA','citipooja@hotmail.com','9718885000','9718885000','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','tempotruck.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1619,'',0,'13'),(6430,'1801AA0463','KONARK THUKRAL','konar1@hotmail.com','9650758880','9650758880','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','thakralsons.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1620,'',0,'13'),(6431,'1801AA0464','Saransh Gupta','trulyindiafestivals.com@wix-domains.com','1.4159496','1.4159496','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','trulyindiafestivals.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1621,'',0,'13'),(6432,'1801AA0465','Mr.Ashwariya Kumar Doval','ashkdoval@yahoo.com','9910821155','9910821155','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','uttarakhandhelp.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1622,'',0,'13'),(6433,'1801AA0466','Sanjeev Chaudhary','vivek.equipment@gmail.com','9953120997','9953120997','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','viveksequipmentsindia.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1623,'',0,'13'),(6434,'1801AA0467','NetNovaz','netnovaz@gmail.com','1132435044','1132435044','New Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','New Delhi','','','xivexpo.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:26','0',1624,'',0,'13'),(6435,'1801AA0468','Prem Kumar','a1words@hotmail.com','8789409214','8789409214','Ghaziabad','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Ghaziabad','','','a1words.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1625,'',0,'13'),(6436,'1801AA0469','Ms. Shweta Gupta','shweta.gupta@bharatit.com','1204374567','1204374567','GHAZIABAD','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','GHAZIABAD','','','gstincheck.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1626,'',0,'13'),(6437,'1801AA0470','Ms. Shweta Gupta','shweta.gupta@bharatit.com','1204374567','1204374567','GHAZIABAD','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','GHAZIABAD','','','gstinsearch.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1627,'',0,'13'),(6438,'1801AA0471','Deepanshu Goel','support@indialinkers.com','9312277913','9312277913','Ghaziabad','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Ghaziabad','','','haccaindia.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1628,'',0,'13'),(6439,'1801AA0472','Sarthak Bhalla','sarthakbhalla@yahoo.co.in','9899991164','9899991164','Ghaziabad','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Ghaziabad','','','pokerindelhi.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1629,'',0,'13'),(6440,'1801AA0473','Rupali Srivastava','rupali100325@gmail.com','9999106695','9999106695','Ghaziabad','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Ghaziabad','','','thewebresources.site','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1630,'',0,'13'),(6441,'1801AA0474','Ankit Kumar','careerachiver1990@gmail.com','8130701195','8130701195','Ghaziabad','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Ghaziabad','','','wholesaletown.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1631,'',0,'13'),(6442,'1801AA0475','Saket verma','vishal22gupta@gmail.com','9720620000','9720620000','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','adityarel.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1632,'',0,'13'),(6443,'1801AA0476','umar gul','umargul658458@gmail.com','8806735432','8806735432','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','bestnetnet.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1633,'',0,'13'),(6444,'1801AA0477','umar gul','umargul658458@gmail.com','8806735432','8806735432','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','bestnetwe.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1634,'',0,'13'),(6445,'1801AA0478','Ayush Sharma','ayush@editsoftdigital.in','8278890786','8278890786','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','dollartopeso.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1635,'',0,'13'),(6446,'1801AA0479','Ayush Sharma','ayush@editsoftdigital.in','8278890786','8278890786','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','eurotousd.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1636,'',0,'13'),(6447,'1801AA0480','Nirbhay Tiwari','tech.support@radiate.co.in','1206788888','1206788888','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','famousmolvi.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1637,'',0,'13'),(6448,'1801AA0481','Bhushan Sharma','bhushan.laycluesoftwares@gmail.com','9818168369','9818168369','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','fareportal.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1638,'',0,'13'),(6449,'1801AA0482','umar gul','umargul658458@gmail.com','8806735432','8806735432','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','greatnetwe.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1639,'',0,'13'),(6450,'1801AA0483','umar gul','umargul658458@gmail.com','8806735432','8806735432','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','greatnetweb.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1640,'',0,'13'),(6451,'1801AA0484','PAVAN DANTRE','pavan.dantre@gmail.com','9958433255','9958433255','NOIDA','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NOIDA','','','krishivtech.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1641,'',0,'13'),(6452,'1801AA0485','Lakshita Thakur','lakshitathakur1@gmail.com','9717727500','9717727500','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','lakshitathakur.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1642,'',0,'13'),(6453,'1801AA0486','Kapil Sharma','kapil@sendinblue.com','8800375344','8800375344','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','lartevento.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1643,'',0,'13'),(6454,'1801AA0487','Mausumi Mech','mail@grafitoon.com','7838877395','7838877395','NOIDA','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','NOIDA','','','lcacinemas.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1644,'',0,'13'),(6455,'1801AA0488','Jay kumar','pratapthakur651@gmail.com','9572260713','9572260713','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','netwebsolution.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1645,'',0,'13'),(6456,'1801AA0489','NKTech','hg@nktech.in','9811066609','9811066609','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','nktech.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1646,'',0,'13'),(6457,'1801AA0490','Ayush Sharma','ayush@editsoftdigital.in','8278890786','8278890786','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','notepadplusplus.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1647,'',0,'13'),(6458,'1801AA0491','Bhushan Sharma','bhushan.laycluesoftwares@gmail.com','9818168369','9818168369','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','packupgo.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1648,'',0,'13'),(6459,'1801AA0492','Ayush Sharma','ayush@editsoftdigital.in','8278890786','8278890786','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','poundtodollar.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1649,'',0,'13'),(6460,'1801AA0493','Ayush Sharma','ayush@editsoftdigital.in','8278890786','8278890786','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','recommendationletter.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1650,'',0,'13'),(6461,'1801AA0494','gaurav bhardwaj','gaurav.bhardwaj186@gmail.com','9582753186','9582753186','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','sbgaglobal.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1651,'',0,'13'),(6462,'1801AA0495','Shantanu Dublish','sdublish@optimaltransnational.com.au','9999996708','9999996708','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','scoobiesstores.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1652,'',0,'13'),(6463,'1801AA0496','PROLUSIO HOLDINGS','prolusioholdings@gmail.com','1234567890','1234567890','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','servorama.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1653,'',0,'13'),(6464,'1801AA0497','Prabodh Kumar Singh','prabodh@xantatech.com','9871121299','9871121299','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','shagunsathi.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:40','0',1654,'',0,'13'),(6465,'1801AA0498','Rij Bihari Shaha','rijbihari444@gmail.com','9911933820','9911933820','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','shbtek.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1655,'',0,'13'),(6466,'1801AA0499','Saket verma','vishal22gupta@gmail.com','9720620000','9720620000','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','sphereheadits.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1656,'',0,'13'),(6467,'1801AA0500','Micro Incept','microinceptech@gmail.com','8744068894','8744068894','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','stemoffaithministries.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1657,'',0,'13'),(6468,'1801AA0501','umar gul','umargul658458@gmail.com','8806735432','8806735432','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','supremenetweb.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1658,'',0,'13'),(6469,'1801AA0502','Lokesh Mohan Bhagat','nineinno.lokesh@gmail.com','9717255927','9717255927','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','thekaetelyst.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1659,'',0,'13'),(6470,'1801AA0503','Rahul','support@i2k2.com','1204663000','1204663000','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','thekathiwarcompany.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1660,'',0,'13'),(6471,'1801AA0504','Santosh Kumar','isssantosh@gmail.com','1204232349','1204232349','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','thetajmahalagro.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1661,'',0,'13'),(6472,'1801AA0505','Anant  Jaiswal','anant_shivam@yahoo.com','9810441132','9810441132','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','tirupathincr.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1662,'',0,'13'),(6473,'1801AA0506','Anant  Jaiswal','anant_shivam@yahoo.com','9810441132','9810441132','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','tirupatincr.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1663,'',0,'13'),(6474,'1801AA0507','Bhushan Sharma','bhushan.laycluesoftwares@gmail.com','9818168369','9818168369','Noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Noida','','','travelsociety.tech','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1664,'',0,'13'),(6475,'1801AA0508','Hemendra Singh Sethi','elijahcagle7@gmail.com','2482580910','2482580910','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','viberappdownlod.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1665,'',0,'13'),(6476,'1801AA0509','Jay kumar','bhims1283@gmail.com','9718446627','9718446627','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','web247solution.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1666,'',0,'13'),(6477,'1801AA0510','Jay kumar','bhims1283@gmail.com','9718446627','9718446627','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','webnetsolution.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1667,'',0,'13'),(6478,'1801AA0511','anurag saxena','saxenaanurag2009@gmail.com','9990264375','9990264375','noida','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','noida','','','welcomemotorsindia.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1668,'',0,'13'),(6479,'1801AA0512','HARISH KHARI','info@chkindustries.com','9717000111','9717000111','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','allnutrilife.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1669,'',0,'13'),(6480,'1801AA0513','SUNIL KUMAR','ratneshsinghania9955@gmail.com','9717407859','9717407859','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','amazonprimeproduct.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1670,'',0,'13'),(6481,'1801AA0514','HARISH KHARI','info@chkindustries.com','9717000111','9717000111','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','amiosports.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1671,'',0,'13'),(6482,'1801AA0515','Angad','gkinternational@me.com','9810118714','9810118714','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','amourlouie.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1672,'',0,'13'),(6483,'1801AA0516','Hanish','honey85.hanish@gmail.com','9953665447','9953665447','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','anoopgc.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1673,'',0,'13'),(6484,'1801AA0517','kanwar deep singh ahuja','artist_guy@rediffmail.com','9810862941','9810862941','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','babashrichandraji.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1674,'',0,'13'),(6485,'1801AA0518','Ganga rapu','gangarapu09bh@gmail.com','9800706133','9800706133','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','bollyloly.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1675,'',0,'13'),(6486,'1801AA0519','Jatin Minocha','sales@webtel.in','9911541774','9911541774','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','cajatinminocha.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1676,'',0,'13'),(6487,'1801AA0520','archana pandey','cocoonorganics.com@wix-domains.com','1.4159496','1.4159496','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','cocoonorganics.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1677,'',0,'13'),(6488,'1801AA0521','CSC Samadhan','csconlineservice@gmail.com','9548266958','9548266958','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','cscsamadhan.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1678,'',0,'13'),(6489,'1801AA0522','Abhisekh','indianchessfoundation@gmail.com','9818334513','9818334513','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','dbs22.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1679,'',0,'13'),(6490,'1801AA0523','Paras Babbar','pptraders24@gmail.com','8586017191','8586017191','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','deziregifts.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1680,'',0,'13'),(6491,'1801AA0524','Manoranjan Kumar Jha','info.drminteriors@gmail.com','8860868681','8860868681','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','drminterior.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1681,'',0,'13'),(6492,'1801AA0525','Shruti Khanna','khannashruti@outlook.com','9350982106','9350982106','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','egriffon.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1682,'',0,'13'),(6493,'1801AA0526','Mr Rabia(Proprietor)','omnidomains@justdial.com','9654234696','9654234696','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','erammanpowerservices.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1683,'',0,'13'),(6494,'1801AA0527','Kishor Dhameja','bigjassmd@gmail.com','1165171641','1165171641','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','innerwearmanufacturers.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:48','0',1684,'',0,'13'),(6495,'1801AA0528','Mayankarc electrodes','shrik3769@gmail.com','9313142836','9313142836','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','jorjysales.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1685,'',0,'13'),(6496,'1801AA0529','Gagandeep Kohli','kohlsonint2017@gmail.com','1147510338','1147510338','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','kohlsonint.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1686,'',0,'13'),(6497,'1801AA0530','Madhu Mangal Singh','mmangal.singh@gmail.com','9811971641','9811971641','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','krishnakriti.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1687,'',0,'13'),(6498,'1801AA0531','Divya Kumar Mahajan','dkmahajan53@gmail.com','9918078339','9918078339','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','letsplantrip.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1688,'',0,'13'),(6499,'1801AA0532','Kanika','kanika.apricot@gmail.com','9873344152','9873344152','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','makeourdesign.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1689,'',0,'13'),(6500,'1801AA0533','Mayankarc electrodes','shrik3769@gmail.com','9313142836','9313142836','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','mayankarcelectrodes.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1690,'',0,'13'),(6501,'1801AA0534','inner domains','innerdomains@gmail.com','9205789722','9205789722','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','mecdots.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1691,'',0,'13'),(6502,'1801AA0535','Zeeshan Mustaq','moghalrani@gmail.com','9999977777','9999977777','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','miamalkovavideos.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1692,'',0,'13'),(6503,'1801AA0536','Misha Roy','info@mishaescortservice.com','8527299423','8527299423','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','mishaescortservice.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1693,'',0,'13'),(6504,'1801AA0537','Sachin Anand','anand_medical@yahoo.com','1155198492','1155198492','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','muactape.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1694,'',0,'13'),(6505,'1801AA0538','Gaurav Gupta','ggupta.ca@gmail.com','9811013940','9811013940','Delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','Delhi','','','mustayqiz.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1695,'',0,'13'),(6506,'1801AA0539','hero singh','heroisbusy01@gmail.com','8895657485','8895657485','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','my-mailbox.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1696,'',0,'13'),(6507,'1801AA0540','Mr. nand Kishore','neha_computers140@rediffmail.com','9100000000','9100000000','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','nehacomputers.net','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1697,'',0,'13'),(6508,'1801AA0541','Lodro Chokyi Nyima','tenzingloden20@gmail.com','8800217301','8800217301','delhi','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','delhi','','','nyima.photography','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1698,'',0,'13'),(6509,'1801AA0542','MUKESH SHUKLA','mshukla8130@gmail.com','9560480729','9560480729','DELHI','India','Fresh','Whois','Website','Buy','','','','19-Jan-18','','','','DELHI','','','offpageseotips.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1699,'',0,'13'),(6510,'1801AA0543','FREDDY KRUEGER','onlinefraudpersonels@gmail.com','8951337690','8951337690','DELHI','India','Fresh','Whois','Website','Buy','','','','','','','','DELHI','','','onlinefraudpersonel.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1700,'',0,'13'),(6511,'1801AA0544','Sundeep Bhatia','iconcreations@gmail.com','6941391200','6941391200','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','parshinnoventures.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1701,'',0,'13'),(6512,'1801AA0545','inner domains','innerdomains@gmail.com','9205789722','9205789722','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','pitchscientific.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1702,'',0,'13'),(6513,'1801AA0546','sachin sharma','sharmasachin280@gmail.com','9717220529','9717220529','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','saraswatiarts.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1703,'',0,'13'),(6514,'1801AA0547','harsh','h.harshverma@gmail.com','9810364008','9810364008','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','schoolofdigitalmedia.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1704,'',0,'13'),(6515,'1801AA0548','Stacy','stacysims2110@gmail.com','9911348156','9911348156','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','siddharthammansion.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1705,'',0,'13'),(6516,'1801AA0549','Yogita thapa','yogita.patilyp8@gmail.com','9869869862','9869869862','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','sknetweb.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1706,'',0,'13'),(6517,'1801AA0550','Ratnesh Singh','srfilms4@gmail.com','8826058520','8826058520','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','srfilms.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1707,'',0,'13'),(6518,'1801AA0551','Vinay Kumar','vinvnyz@gmail.com','9582456405','9582456405','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','starworld.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1708,'',0,'13'),(6519,'1801AA0552','Ramesh kumar','91itsolution@gmail.com','7065599666','7065599666','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','sundeep.tech','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1709,'',0,'13'),(6520,'1801AA0553','Aman Khanna','theamankhanna@gmail.com','9136183831','9136183831','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','theamankhanna.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1710,'',0,'13'),(6521,'1801AA0554','Puneet Rajput','theboozenation.com@wix-domains.com','1.4159496','1.4159496','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','theboozenation.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1711,'',0,'13'),(6522,'1801AA0555','GigaSoft','gigasoft@live.in','1146254600','1146254600','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','theluxura.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1712,'',0,'13'),(6523,'1801AA0556','Mr','omnidomains@justdial.com','9868271006','9868271006','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','tiksharefrigeration.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1713,'',0,'13'),(6524,'1801AA0557','Chota Kanchana','chotakanchana@outlook.com','9717780000','9717780000','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','timesreport.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:08:58','0',1714,'',0,'13'),(6525,'1801AA0558','Aishwarya','cgaishwarya@gmail.com','9582153747','9582153747','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','tuplegames.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1715,'',0,'13'),(6526,'1801AA0559','Sonam Motwani','sales.udaantravels@gmail.com','9999357293','9999357293','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','udaantravelsindia.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1716,'',0,'13'),(6527,'1801AA0560','Suman Singh','suman.hrd@gmail.com','9111111100','9111111100','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','vikrampaytech.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1717,'',0,'13'),(6528,'1801AA0561','CV DF','ankitbisht5698@gmail.com','3456235543','3456235543','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','viralzoned.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1718,'',0,'13'),(6529,'1801AA0562','yog gupt','yog@selldelhi.com','9250000455','9250000455','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','vserv.online','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1719,'',0,'13'),(6530,'1801AA0563','ramesh suresh','bondlily891@gmail.com','7503685478','7503685478','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','walletonline.info','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1720,'',0,'13'),(6531,'1801AA0564','Nagendra Rawat','sonupal_delhi07@yahoo.com','9013219465','9013219465','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','wayfaringholidays.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1721,'',0,'13'),(6532,'1801AA0565','Shahid Siddique','info@iraminterior.com','9810750628','9810750628','Delhi','India','Fresh','Whois','Website','Buy','','','','','','','','Delhi','','','woodmaxxhpl.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1722,'',0,'13'),(6533,'1801AA0566','Diet clinic','yourdietclinic7@gmail.com','9990244599','9990244599','delhi','India','Fresh','Whois','Website','Buy','','','','','','','','delhi','','','yourdietclinic.com','other_detail','242','244','','','','',1,'','','','','','242','2018-01-23 05:09:05','0',1723,'',0,'13'),(6534,'1801AA0567','Manish','not known','8700596544','9811742541','Delhi','India','','Google','Fresh','','','Mobile application','neha','','Mobile application','not known','','Chattarpur, Maidan Garhi Road Near, Lavnya Hospital, New Delhi, Delhi 110068','Mobile application','','not known','','244','248','245','','','',6,'WARM','mobile application','16','','','245','2018-01-25 10:36:53','0',0,'',0,'13'),(6535,'1801AA0568','Kaushal Dubey','not known','9910899668','9910899668','Delhi','india','','Google','Fresh','','','website','neha','','website','not known','','Sagar Home Developers Private Limited, Unit No-8 mini Central Market J-block Saket New Delhi-110017','website','','not known','','244','248','245','','','',6,'WARM','website','21','','','245','2018-01-28 13:18:24','0',0,'',0,'13'),(6536,'1801AA0569','Sarvesh','sarveshkaushik@hotmail.com','9313456224','9313456224','Delhi','India','','Google','Fresh','','','','Hena','','Website','15000','','Future style lab ltd. A-69,1st floor,okhla phase2,delhi','Website','','Do not know','','244','248','246','','','',6,'WARM','website','21','','','246','2018-01-30 04:47:05','0',0,'',0,'13'),(6537,'1802AA0570','Ratnam','Do not know','8527587913','8527587913','Gurgaon','India','','Google','Fresh','','','','Hena','','website','15000','','Gurgaon','website','','Do not know','','246','244','246','','','',2,'WARM','website','21','','','246','2018-02-01 13:31:39','0',0,'',0,'13'),(6538,'1802AA0571','Dhanesh','Not  known','9540938844','9540938844','Noida','India','','Others','Fresh','','','ihabitat','neha','','ihabitat','not known','','Antriksh golf view 2 GH 04B, Noida GB Nagar','ihabitat','','Not  known','','245','244','245','','','',2,'WARM','ihabitat','17','','','245','2018-02-02 08:03:15','0',0,'',0,'13'),(6539,'1802AA0572','Lalit','not known','9560787370','9560787370','Delhi','India','','Google','Fresh','','','Website','neha','','Website','not known','','Karala village,near state bank of India,near govt.dispensary','Website','','not known','','245','244','245','','','',2,'WARM','website','21','','','245','2018-02-06 12:28:10','0',0,'',0,'13'),(6540,'1802AA0573','Ramesh Kumar Mallick','rameshmallick29@yahoo.com','8285231142','8285231142','Delhi','India','','WhoIS','fresh','','','website','neha','','website','not known','','Web Sparrows Solution Pvt. Ltd  C-133,Sector-65,Noida,U.P.-201301','website','','not known','','245','244','245','','','',2,'WARM','website','21','','','245','2018-02-08 12:36:33','0',0,'',0,'13'),(6541,'1802AA0574','Arjun Dawar','Not known','9810016497','9810016497',' Haryana','India','','Google','Fresh','','','Dynamic website','Neha','','Dynamic website','Not known','','House no-229,Sec-21C,Faridabad,Haryana','Dynamic website','','Not known','','245','244','245','','','',2,'WARM','Dynamic website','21','','','245','2018-02-23 09:26:49','0',0,'',0,'13'),(6542,'1803AA0575','Sunder Singh Lohia','not known','9971273746','9971273746','Noida','India','','Google','Fresh','','','Mobile application','neha','','Mobile application','not known','','NEAR PLOT NO 1 SEC -62 A NOIDA KHORA MAIN ROAD, NOIDA, GHAZIABAD ,DELHI, Uttar Pradesh 201309','Mobile application','','not known','','245','244','245','','','',2,'WARM','Mobile application\r','16','','','245','2018-03-05 05:47:18','0',0,'',0,'13'),(6543,'1803AA0576','Manish','not known','9582994546','9582994546','Noida','India','','Self','Fresh','','','Website','neha','','Website','not known','',' Websparrows Solutions Pvt. Ltd.C-133 Second Floor Sector-65, C Block, Sector 65, Noida','Website','','not known','','245','244','245','','','',2,'WARM','website','21','','','245','2018-03-07 05:41:11','0',0,'',0,'13'),(6544,'1803AA0577','Aswani','not known','9971176996','9971176996','Delhi','India','','Google','Fresh','','','Ecommerce website','neha','','Ecommerce website','not known','','B- 26, Main Dhansa Road, Najafgarh, Delhi - 110043, Gopal Nagar Near Balaji Mandir','Ecommerce website','','not known','','245','244','245','','','',2,'WARM','Ecommerce website\r','21','','','245','2018-03-12 05:52:30','0',0,'',0,'13'),(6545,'1803AA0578','Sonu Chauhan','not known','9871397128','9871397128','Delhi','India','','Google','Fresh','','','website','neha','','website','not known','','758, Chirag Dilli, Near Jain Mandir, New Delhi, Delhi 110017','website','','not known','','245','244','245','','','',2,'WARM','website','21','','','245','2018-03-12 11:44:36','0',0,'',0,'13'),(6546,'2009AA0579','Project Name','Name','Mobile','Email','Phone Number','City','Country','Source','Status','Type of Lead','Type - Sale /Rent','Message Details','Plan to Buy','Contacted By','Message Date','Interested In','Budget','High Quality lead','Preferred Location','Looking For','?S.No.','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',10,'',0,'13'),(6547,'2009AA0580','Arihant Amhar','Jalaj','9991991919','j@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','1','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',11,'',0,'13'),(6548,'2009AA0581','Arihant Arden','Arun','9990951213','a@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','2','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',12,'',0,'13'),(6549,'2009AA0582','Gaur City','Harshit','9992993949','h@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','3','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',13,'',0,'13'),(6550,'2009AA0583','Exotica Dreamville','Ravi','9994992919','r@a.com','','Noida','India','MagicBricks','','','','','','','','','','','','','4','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',14,'',0,'13'),(6551,'2009AA0584','CRC Villa','Suresh','9997996959','s@a.com','','Noida','India','MagicBricks','','','','','','','','','','','','','5','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',15,'',0,'13'),(6552,'2009AA0585','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',16,'',0,'13'),(6553,'2009AA0586','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',17,'',0,'13'),(6554,'2009AA0587','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',18,'',0,'13'),(6555,'2009AA0588','Project Name','Name','Mobile','Email','Phone Number','City','Country','Source','Status','Type of Lead','Type - Sale /Rent','Message Details','Plan to Buy','Contacted By','Message Date','Interested In','Budget','High Quality lead','Preferred Location','Looking For','?S.No.','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',19,'',0,'13'),(6556,'2009AA0589','Arihant Amhar','Jalaj','9991991919','j@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','1','other_detail','242','244','','','','',1,'','','','','','242','2020-09-29 12:21:37','0',20,'',0,'13'),(6557,'2009AA0590','Arihant Arden','Arun','9990951213','a@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','2','other_detail','242','244','','','','',1,'','','','','','242','2020-09-29 12:21:37','0',21,'',0,'13'),(6558,'2009AA0591','Gaur City','Harshit','9992993949','h@a.com','','Noida','India','99 Acres','','','','','','','','','','','','','3','other_detail','242','','246','','','',1,'','','','','','242','2020-09-29 12:21:37','0',22,'',0,'13'),(6559,'2009AA0592','Exotica Dreamville','Ravi','9994992919','r@a.com','','Noida','India','MagicBricks','','','','','','','','','','','','','4','other_detail','242','247','246','247','248','249',11,'HOT','Needs a school Mobile Application','16','','','242','2020-09-29 12:21:37','0',23,'',0,'13'),(6560,'2009AA0593','CRC Villa','Suresh','9997996959','s@a.com','','Noida','India','MagicBricks','','','','','','','','','','','','','5','other_detail','242','242','242','','','',4,'','Asked to call on 30th Sept. Seems interested','0','30-09-2020 - 19:00 ,Wednesday','','242','2020-09-29 12:21:37','0',24,'',0,'13'),(6561,'2009AA0594','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',25,'',0,'13'),(6562,'2009AA0595','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',26,'',0,'13'),(6563,'2009AA0596','','','','','','','','','','','','','','','','','','','','','','other_detail','','','','','','',0,'','','','','','242','2020-09-29 12:21:37','0',27,'',0,'13');
/*!40000 ALTER TABLE `mstr_leads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_menu`
--

DROP TABLE IF EXISTS `mstr_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_menu` (
  `menu_id` int(11) NOT NULL AUTO_INCREMENT,
  `menu_name` varchar(200) COLLATE latin1_general_ci NOT NULL,
  `parent_menu` int(11) NOT NULL DEFAULT '0',
  `menu_url` varchar(256) COLLATE latin1_general_ci NOT NULL,
  `menu_icon` varchar(100) COLLATE latin1_general_ci NOT NULL,
  `usr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`menu_id`)
) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_menu`
--

LOCK TABLES `mstr_menu` WRITE;
/*!40000 ALTER TABLE `mstr_menu` DISABLE KEYS */;
INSERT INTO `mstr_menu` (`menu_id`, `menu_name`, `parent_menu`, `menu_url`, `menu_icon`, `usr_id`) VALUES (1,'Add Client',3,'../client/add_company_form.php','fa fa-user',0),(3,'Clients',0,'../client/manage_company.php','fa fa-users',0),(2,'Mange Client',3,'../client/manage_company.php','',0),(25,'Masters',0,'','fa fa-database',1),(26,'Country /State /City',-25,'','',0),(27,'Departments',25,'../department/manage_dept.php','',0),(28,'Projects',25,'../project/manage_project.php','',0),(29,'Products',25,'../product/manage_product.php','',0),(30,'Admin',0,'../users/manage_admin.php','fa fa-user',0),(31,'Manage HR ',0,'../users/manage_hr.php','fa fa-user-plus',0),(32,'Designations',25,'../designations/manage_desg.php','',0),(33,'Manage Employee',0,'../users/manage_user.php','fa fa-users',0),(34,'Upload Data',0,'../leads/upload.php','fa fa-upload',0),(35,'Manage Leads',0,'../leads/manage_leads.php','fa fa-tasks',0),(36,'View Leads',0,'../leads/view_assign_leads.php','fa fa-line-chart',0),(37,'Manage Sales (Lead)',0,'../leads/manage_sales_leads.php','fa fa-tasks',0),(38,'View Sales (Lead)',0,'../leads/view_assign_sales_leads.php','fa fa-line-chart',0);
/*!40000 ALTER TABLE `mstr_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_product`
--

DROP TABLE IF EXISTS `mstr_product`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_product` (
  `prod_id` int(11) NOT NULL AUTO_INCREMENT,
  `prod_code` varchar(255) NOT NULL,
  `prod_name` varchar(255) NOT NULL,
  `prod_desc` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL,
  `company_id` int(11) NOT NULL,
  `created_by` varchar(200) NOT NULL,
  `created_date` varchar(200) NOT NULL,
  PRIMARY KEY (`prod_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_product`
--

LOCK TABLES `mstr_product` WRITE;
/*!40000 ALTER TABLE `mstr_product` DISABLE KEYS */;
INSERT INTO `mstr_product` (`prod_id`, `prod_code`, `prod_name`, `prod_desc`, `status`, `company_id`, `created_by`, `created_date`) VALUES (1,'AR','Assured Return','Assured Return','Active',1,'reliobrix_sadmin','2017-07-10 14:40:19'),(2,'PSG','Property Search Group','Property Search Group','Active',1,'reliobrix_sadmin','2017-07-10 14:40:31'),(9,'AR / PSG','AR / PSG','AR / PSG','Active',1,'reliobrix_sadmin','2017-07-13 09:46:37'),(10,'Resale','Resale','Resale','Active',1,'reliobrix_sadmin','2017-07-13 09:46:46'),(11,'Commercial','Commercial','Commercial','Active',1,'reliobrix_sadmin','2017-07-13 09:46:55'),(16,'001','Mobile Application','','Active',13,'Admin','2017-11-06 08:18:11'),(17,'002','Web Application','','Active',13,'Admin','2017-11-06 08:18:38'),(18,'001','Web','','Active',2,'websparrows_sadmin','2017-11-07 07:41:17'),(19,'001','iHabitat','','Active',15,'Sth','2017-11-17 10:03:50'),(20,'002','Lead Management System','','Active',15,'Sth','2017-11-17 10:04:14'),(21,'003','Website','','Active',13,'Admin','2017-11-21 12:15:21'),(22,'004','Digital Marketing','','Active',13,'Admin','2017-11-21 12:15:47'),(23,'003','Mobile App','','Active',2,'websparrows_sadmin','2017-12-13 09:02:50'),(24,'LMS','LMS','','Active',2,'websparrows_sadmin','2017-12-13 09:03:08'),(25,'ihabitat','ihabitat','','Active',2,'websparrows_sadmin','2017-12-13 09:03:17'),(26,'PR-001','Mobile Game','fgfhjkhjl','Inactive',2,'websparrows_sadmin','2018-01-19 05:38:21'),(27,'PR-002','ABC','','Active',2,'websparrows_sadmin','2018-01-19 05:41:35');
/*!40000 ALTER TABLE `mstr_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_project`
--

DROP TABLE IF EXISTS `mstr_project`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_project` (
  `prod_id` int(11) NOT NULL AUTO_INCREMENT,
  `prod_code` varchar(200) NOT NULL,
  `prod_name` varchar(255) NOT NULL,
  `prod_add` varchar(255) NOT NULL,
  `prod_city` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL,
  `company_id` int(11) NOT NULL,
  `created_by` varchar(200) NOT NULL,
  `created_date` varchar(100) NOT NULL,
  PRIMARY KEY (`prod_id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_project`
--

LOCK TABLES `mstr_project` WRITE;
/*!40000 ALTER TABLE `mstr_project` DISABLE KEYS */;
INSERT INTO `mstr_project` (`prod_id`, `prod_code`, `prod_name`, `prod_add`, `prod_city`, `status`, `company_id`, `created_by`, `created_date`) VALUES (1,'Arihant Amber','Arihant Amber','Arihant Amber','Noida','Active',1,'reliobrix_sadmin','2017-07-10 14:39:46'),(2,'Arihant Arden','Arihant Arden','Arihant Arden','Noida','Active',1,'reliobrix_sadmin','2017-07-10 14:39:58'),(7,'001','Gaurcity','noida','Noida','Active',3,'Websparrows','2017-07-18 05:52:51'),(8,'002','Shipra suncity','agra','Agra','Active',3,'Websparrows','2017-07-18 05:57:21'),(13,'001','Website','','Noida','Active',13,'Admin','2017-11-06 08:14:57'),(14,'002','Mobile App','','Noida','Active',13,'Admin','2017-11-06 08:15:24'),(15,'001','LMS','Noida','Noida','Active',2,'websparrows_sadmin','2017-11-07 07:40:33'),(16,'001','TaxiFleet','sector-65','Noida','Active',15,'Sth','2017-11-17 10:01:38'),(17,'002','Skillword','sector-54','noida','Active',15,'Sth','2017-11-17 10:03:20'),(18,'003','Web Application','','Noida','Active',13,'Admin','2017-11-21 12:16:17'),(19,'004','Digital Marketing ','','Noida','Active',13,'Admin','2017-11-21 12:16:43'),(20,'P-001','Exortica','c-678, G.N West','G.N West','Inactive',2,'websparrows_sadmin','2018-01-19 05:33:32'),(21,'P-002','Gaurs','C-9876, Noida','Noida','Active',2,'websparrows_sadmin','2018-01-19 05:33:57'),(22,'P-003','Saya','Greater Noida','Noida','Active',2,'websparrows_sadmin','2018-01-19 05:35:37'),(23,'01','Website','C-133, Sector 65 Noida','Noida','Active',2,'websparrows_sadmin','2018-05-24 07:57:02');
/*!40000 ALTER TABLE `mstr_project` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_role`
--

DROP TABLE IF EXISTS `mstr_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_role` (
  `role_id` int(11) NOT NULL AUTO_INCREMENT,
  `role_name` varchar(255) NOT NULL,
  `role_code` varchar(50) NOT NULL,
  `role_permission` varchar(255) NOT NULL,
  `role_action` varchar(255) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  PRIMARY KEY (`role_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_role`
--

LOCK TABLES `mstr_role` WRITE;
/*!40000 ALTER TABLE `mstr_role` DISABLE KEYS */;
INSERT INTO `mstr_role` (`role_id`, `role_name`, `role_code`, `role_permission`, `role_action`, `status`) VALUES (2,'Telecalling Head','','34,35,36','1,2,3,4','Active'),(3,'Calling Coordinator','','34,35,36','1,2,3,4','Active'),(4,'Calling Manager','','35,36','1,2','Active'),(5,'Calling Executives','','36','','Active'),(6,'Sales Head','','37,38','1,2','Active'),(7,'Sales Manager','','37,38','1,2','Active'),(8,'Sales Representative','','38','','Active');
/*!40000 ALTER TABLE `mstr_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mstr_user`
--

DROP TABLE IF EXISTS `mstr_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mstr_user` (
  `user_id` int(11) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(256) NOT NULL,
  `name` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL DEFAULT '',
  `pass` varchar(256) NOT NULL,
  `contact_no` varchar(11) NOT NULL,
  `email_id` varchar(256) NOT NULL,
  `email2` varchar(255) NOT NULL,
  `dept_id` varchar(200) NOT NULL,
  `designation` varchar(200) NOT NULL,
  `status` enum('Active','Inactive') NOT NULL DEFAULT 'Active',
  `privilege` varchar(200) NOT NULL,
  `action` varchar(10) NOT NULL,
  `role_id` int(11) NOT NULL,
  `rep_head` int(11) NOT NULL,
  `user_type` int(3) NOT NULL DEFAULT '2',
  `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `lastupdated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` varchar(100) NOT NULL,
  `branch_id` varchar(100) NOT NULL,
  `login_ip` varchar(100) NOT NULL,
  `last_login` datetime NOT NULL,
  `image` varchar(256) NOT NULL,
  `company_id` int(12) NOT NULL,
  `tokenString` varchar(255) NOT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=359 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mstr_user`
--

LOCK TABLES `mstr_user` WRITE;
/*!40000 ALTER TABLE `mstr_user` DISABLE KEYS */;
INSERT INTO `mstr_user` (`user_id`, `user_name`, `name`, `password`, `pass`, `contact_no`, `email_id`, `email2`, `dept_id`, `designation`, `status`, `privilege`, `action`, `role_id`, `rep_head`, `user_type`, `created_date`, `lastupdated`, `created_by`, `branch_id`, `login_ip`, `last_login`, `image`, `company_id`, `tokenString`) VALUES (100,'setup','Setup','yonqUAKl94QgA','admin123','98765432106','admin@gmail.com','','','','Active','1,2,3','1,2,3,4',0,0,0,'2014-11-14 10:49:56','2017-11-17 06:09:04','','','122.177.177.26','2020-09-29 12:17:36','20170614041352_ws-logo.png',0,''),(259,'web_SR1','Web_SR1','yogl.5c6ID/Jk','web123','9289389499','web_SR1@gmail.com','web_SR1@gmail.com','','','Active','','0',8,0,4,'2017-11-06 09:28:02','0000-00-00 00:00:00','251','','182.69.243.225','2018-01-17 03:40:21','',2,''),(258,'web_SH','Web_SH','yogl.5c6ID/Jk','web123','1107772899','web_SH@gmail.com','web_SH@gmail.com','','','Active','','0',6,0,4,'2017-11-06 09:26:56','0000-00-00 00:00:00','251','','117.99.175.230','2018-05-11 09:00:37','',2,'fOeI0JhQjSw:APA91bERDctAfYqIoIVE6uV1uwhzkIrcYj4wV7oe8TW38w2ulOW2MdDW-Kk4NX0iBjRt0VOhH3k271AmegkEfv0u9dVqtr_gRPoBqrVQ5VdimnOvx8NLefmj9jZpOMa3vv8tFM5Dk6Cy'),(257,'web_TTR','Web_TTR','yogl.5c6ID/Jk','web123','8278373774','web_TTR@gmail.com','web_TTR@gmail.com','','','Active','0','0',5,254,4,'2017-11-06 09:24:42','2017-11-06 10:09:34','251','','182.69.243.225','2018-01-17 13:02:48','',2,''),(256,'web_TR','Web_TR','yogl.5c6ID/Jk','web123','9289389480','web_TR@gmail.com','web_TR@gmail.com','','','Active','0','0',5,254,4,'2017-11-06 09:23:23','2017-11-06 10:08:44','251','','106.210.11.134','2018-05-01 11:31:17','',2,''),(254,'web_TM','Web_TM','yogl.5c6ID/Jk','web123','8478479589','web_TM@gmail.com','web_TM@gmail.com','','','Active','0','0',4,253,4,'2017-11-06 09:20:21','2017-11-17 06:31:14','251','','106.210.11.134','2018-05-01 11:28:26','',2,''),(255,'web_TTM','Manager','yogl.5c6ID/Jk','web123','7578595795','web_TTM2@gmail.com','web_TTM2@gmail.com','','','Active','','0',4,252,4,'2017-11-06 09:22:26','0000-00-00 00:00:00','251','','182.69.243.225','2018-01-19 07:52:40','',2,''),(135,'reliobrix_rajeev','Rajeev','yor9MGlFgzJ6M','relio123','1122112211','rajeev@reliobrix.com','rajeev@reliobrix.com','2','6','Active','0','0',8,134,4,'2017-07-10 14:55:40','2017-11-16 11:46:49','130','','122.177.246.106','2018-01-15 12:32:52','',1,''),(134,'reliobrix_abhishekrathi','Abhishek Rathi','yor9MGlFgzJ6M','relio123','11122121jkl','abhishek@reliobrix.co','abhishek@reliobrix.co','2','8','Active','0','0',6,0,4,'2017-07-10 14:54:38','2017-10-17 06:10:31','130','','122.177.104.68','2017-11-07 11:20:19','',1,''),(133,'reliobrix_meera','Meera','yor9MGlFgzJ6M','relio123','9990951213','meera@reliobrix.com','meera@reliobrix.com','1','1','Active','','0',5,0,4,'2017-07-10 14:50:04','0000-00-00 00:00:00','130','','122.177.153.107','2017-09-28 09:40:24','',1,''),(132,'reliobrix_bhamti','Bhamti Bajaj','yor9MGlFgzJ6M','relio123','9990951213','bhamti@reliobrix.com','bhamti@reliobrix.com','1','4','Active','','0',4,0,4,'2017-07-10 14:47:47','0000-00-00 00:00:00','130','','122.177.75.144','2017-11-18 09:17:19','',1,''),(131,'reliobrix_harshit','Harshit Mathur','yor9MGlFgzJ6M','relio123','9990951213','harshit@reliobrix.com','harshit@reliobrix.com','1','9','Active','','0',2,0,4,'2017-07-10 14:46:50','0000-00-00 00:00:00','130','','182.69.243.225','2018-01-18 06:26:07','',1,''),(130,'reliobrix_hr','Karuna Sharma','yor9MGlFgzJ6M','relio123','9990951453','hr@reliobrix.com','','','','Active','0','1,2,3,4',0,0,2,'2017-07-10 14:41:50','2017-10-23 07:09:04','129','','122.177.99.248','2017-11-17 06:04:05','',1,''),(129,'reliobrix_admin','Abhishek Rathi','yor9MGlFgzJ6M','relio123','9995455212','abhishek@reliobrix.com','','','','Active','0','1,2,3,4',0,0,1,'2017-07-10 14:41:06','2017-10-23 06:54:47','reliobrix_sadmin','','122.177.94.71','2017-11-14 10:41:21','',1,''),(149,'reliobrix_vishakha','Vishakha Goel','yor9MGlFgzJ6M','relio123','9990951213','vishakha.goel@reliobrix.com','vishakha.goel@reliobrix.com','1','2','Active','','0',2,131,4,'2017-07-19 09:51:27','0000-00-00 00:00:00','130','','182.69.243.225','2018-01-17 12:58:54','',1,''),(150,'reliobrix_meerapandit','Meera Pandit','yor9MGlFgzJ6M','relio123','9990951213','meera.pandit@reliobrix.com','meera.pandit@reliobrix.com','1','1','Active','0','0',8,236,4,'2017-07-19 09:52:28','2017-11-16 11:51:56','130','','182.69.232.147','2018-01-12 06:11:55','',1,''),(151,'reliobrix_jyotijha','Jyoti Jha','yor9MGlFgzJ6M','relio123','9990951213','jyoti.jha@reliobrix.com','jyoti.jha@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:53:19','0000-00-00 00:00:00','130','','122.177.75.144','2017-11-18 06:28:48','',1,''),(152,'reliobrix_anjuyadav','Anju Yadav','yor9MGlFgzJ6M','relio123','9990951213','anju.yadav@reliobrix.com','anju.yadav@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:54:29','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(153,'reliobrix_kiranyadav','Kiran Yadav','yor9MGlFgzJ6M','relio123','9990951213','kiran.yadav@reliobrix.com','kiran.yadav@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:55:27','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(154,'reliobrix_akankshaarya','Akanksha Arya','yor9MGlFgzJ6M','relio123','9990951213','akanksha.arya@reliobrix.com','akanksha.arya@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:56:25','0000-00-00 00:00:00','130','','182.69.243.225','2018-01-18 09:21:48','',1,''),(155,'reliobrix_preetisingh','Preeti Singh','yor9MGlFgzJ6M','relio123','9990951213','preeti.singh@reliobrix.com','preeti.singh@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:57:20','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(156,'reliobrix_ramakoli','Rama Koli','yor9MGlFgzJ6M','relio123','9990951213','rama.koli@reliobrix.com','rama.koli@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:58:11','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(157,'reliobrix_riyagiri','Riya Giri','yor9MGlFgzJ6M','relio123','9990951213','riya.giri@reliobrix.com','riya.giri@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:58:58','0000-00-00 00:00:00','130','','122.177.146.85','2017-11-02 13:05:59','',1,''),(158,'reliobrix_laxmirani','Laxmi Rani','yor9MGlFgzJ6M','relio123','9990951213','laxmi.rani@reliobrix.com','laxmi.rani@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 09:59:40','0000-00-00 00:00:00','130','','182.69.232.147','2018-01-12 06:12:29','',1,''),(159,'reliobrix_saumyasingh','Saumya Singh','yor9MGlFgzJ6M','relio123','9990951213','samya.singh@reliobrix.com','samya.singh@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 10:00:25','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(160,'reliobrix_arunasingh','Aruna Singh','yor9MGlFgzJ6M','relio123','9990951213','aruna.singh@reliobrix.com','aruna.singh@reliobrix.com','1','1','Active','','0',5,132,4,'2017-07-19 10:01:08','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(236,'reliobrix_salesharshit','Harshit','yor9MGlFgzJ6M','relio123','9090909090','Harshit@gmail.com','Harshit@gmail.com','1','9','Active','','0',6,131,4,'2017-11-06 06:50:24','0000-00-00 00:00:00','130','','122.177.99.248','2017-11-17 12:38:21','',1,''),(253,'web_TTH','Web_TTH','yogl.5c6ID/Jk','web123','7837758959','web_TTH@gmail.com','web_TTH@gmail.com','','','Active','','0',2,0,4,'2017-11-06 09:19:11','0000-00-00 00:00:00','251','','182.69.243.225','2018-01-19 07:28:28','',2,''),(208,'websparrows_hr','Ram Kumar','yogl.5c6ID/Jk','web123','9716005432','rahul@websparrows.com','rahul@websparrows.com','','','Inactive','0','0',3,0,4,'2017-10-16 13:00:41','2017-11-14 10:29:39','130','','122.177.73.201','2017-10-27 06:54:15','',1,'web123dffvdfsgASDEFFE'),(249,'Sales_Shrawan','Shrawan','yonqUAKl94QgA','admin123','6547839029','shrawan@web.com','shrawan@web.com','29','28','Active','','0',8,248,4,'2017-11-06 08:56:08','0000-00-00 00:00:00','241','','122.177.177.26','2020-09-29 12:33:17','',13,''),(184,'reliobrix_telhead','saniya(Calling Coordinator)','yor9MGlFgzJ6M','relio123','123456789','telhead@gmail.com','telhead@gmail.com','1','','Active','0','0',3,131,4,'2017-08-19 09:41:17','2017-08-19 09:45:34','130','','182.69.231.17','2017-08-30 07:42:54','',1,''),(251,'web_HR','HR','yogl.5c6ID/Jk','web123','9289389393','Hr@web.com','','','','Active','0','1,2,3,4',0,0,2,'2017-11-06 09:16:58','2018-01-19 06:11:37','250','','106.210.11.134','2018-05-01 11:17:33','20180119114137_Jensen-Ackles.jpg',2,''),(353,'lalit','lalit','yoLOyEtzhOR5U','12345','9999900123','lalit@gmail.com','','','','Active','33','1,2,3,4',0,0,1,'2018-05-24 07:59:48','0000-00-00 00:00:00','websparrows_sadmin','','122.177.135.28','2018-05-24 08:00:27','',2,''),(252,'web_TH','TH','yogl.5c6ID/Jk','web123','9899288498','web_HR@gmail.com','web_HR@gmail.com','','','Active','','0',2,0,4,'2017-11-06 09:18:06','2018-01-19 06:49:01','251','','122.177.0.85','2018-10-12 12:41:53','20180119121835_Ian+Somerhalder+2012+Film+Independent+Spirit+SozdLtuDBcsl.jpg',2,''),(250,'2Admin','Admin','yogl.5c6ID/Jk','web123','9911089389','admin@gmail.com','','','','Active','33','1,2,3,4',0,0,1,'2017-11-06 09:14:02','0000-00-00 00:00:00','websparrows_sadmin','','106.210.11.134','2018-05-01 11:16:26','',2,''),(248,'Ashutosh','Ashutosh','yonqUAKl94QgA','admin123','9767676767','Ashutosh@gmail.com','Ashutosh@gmail.com','29','27','Active','','0',7,247,4,'2017-11-06 08:54:49','0000-00-00 00:00:00','241','','122.177.177.26','2020-09-29 12:32:36','',13,''),(246,'Hena','Hena','yonqUAKl94QgA','admin123','8006707552','hena@gmail.com','hena@gmail.com','28','25','Active','','0',5,244,4,'2017-11-06 08:40:46','0000-00-00 00:00:00','241','','122.177.177.26','2020-09-29 12:27:32','',13,''),(247,'jalaj','Jalaj Mathur','yonqUAKl94QgA','admin123','7890987890','Jalaj@gmail.com','Jalaj@gmail.com','29','26','Active','','0',6,0,4,'2017-11-06 08:44:18','0000-00-00 00:00:00','241','','122.177.177.26','2020-09-29 12:31:10','',13,'e7fNNx0wRWA:APA91bFE-kTI9YnE2S7d0b6N1yK9ClNbQxudJ4NDvFCdYI3-43DbeK1a5kNnOeKyYrsOUlRWO7DiEgHv6EnuDhY6ZH2lid_kNVYNDkGlZrR8-j_Hkx5QAKWf5TwXJNpx-_3JwhtWsV-J'),(245,'Neha','Neha','yonUJuiuQs8XY','admin','8006708552','neha@gmail.com','neha@gmail.com','28','25','Active','','0',5,244,4,'2017-11-06 08:39:46','0000-00-00 00:00:00','241','','122.177.34.113','2020-09-29 13:16:56','',13,''),(244,'Shrawan','Shrawan ','yonqUAKl94QgA','admin123','7351873350','Shrawan@gmail.com','Shrawan@gmail.com','28','24','Active','','0',4,242,4,'2017-11-06 08:38:24','0000-00-00 00:00:00','241','','182.69.242.60','2018-10-22 09:50:01','',13,''),(242,'Samiksha','Samiksha','yonqUAKl94QgA','admin123','9797979797','Samiksha@websparrows.com','Samiksha@websparrows.com','28','22','Active','','0',2,0,4,'2017-11-06 08:29:59','2017-11-06 08:58:47','241','','163.47.140.98','2020-09-30 07:49:27','20171106022847_images.jpg',13,''),(243,'Samiksha1','Samiksha','yonqUAKl94QgA','admin123','9911951722','samiksha@gmail.com','samiksha@gmail.com','28','22','Active','','0',2,0,4,'2017-11-06 08:31:36','0000-00-00 00:00:00','241','','42.111.49.100','2017-12-13 12:14:50','',13,''),(241,'HRManager','Karuna ','yonqUAKl94QgA','admin123','9797979797','hr@websparrows.com','','','','Active','1,3','1,2,3,4',0,0,2,'2017-11-06 08:26:53','0000-00-00 00:00:00','240','','122.177.177.26','2020-09-29 12:19:49','',13,''),(240,'Jadmin','JuniorAdmin','yonqUAKl94QgA','admin123','9911951722','Admin@websparrows.com','','','','Active','33','1,2,3,4',0,0,1,'2017-11-06 08:24:47','0000-00-00 00:00:00','Admin','','180.151.23.77','2020-09-29 04:16:27','',13,''),(237,'reliobrix_chandan','Chandan','yor9MGlFgzJ6M','relio123','9898989898','Chandan@gmail.com','Chandan@gmail.com','1','','Active','0','0',8,262,4,'2017-11-06 06:52:06','2017-11-16 11:42:55','130','','122.177.228.93','2017-11-16 12:33:02','',1,''),(238,'reliobrix_srsahil','Sahil','yor9MGlFgzJ6M','relio123','9898989898','Srsahil@gmail.com','Srsahil@gmail.com','','','Active','0','0',8,236,4,'2017-11-06 06:58:48','2017-11-16 11:48:28','130','','','0000-00-00 00:00:00','',1,''),(260,'web_SM','Web_SM','yogl.5c6ID/Jk','web123','9189304804','web_SM@gmail.com','web_SM@gmail.com','','','Active','','0',7,258,4,'2017-11-06 09:41:22','0000-00-00 00:00:00','251','','182.69.243.225','2018-01-19 08:14:04','',2,'cH51SmAIEe4:APA91bEwuEyC7S7KDqq1dpsAz4DYwAqvrEcVhgBeuKJhEVA-XuclcxLbsCFP8nAUinF340QOMunt-fhR4l5SXaP3D0ge57Kdvfc0gUFhf5tz_SgKe0go4BWPRZSSXI34iY-odTAaCH7k'),(261,'web_SR','Web_SR','yogl.5c6ID/Jk','web123','9268490489','web_SR@gmail.com','web_SR@gmail.com','','','Active','','0',8,260,4,'2017-11-06 09:42:47','0000-00-00 00:00:00','251','','122.173.86.192','2018-01-23 06:02:24','',2,'f1mpP3PQ9Ws:APA91bE9ltTPbdWrguvvmJiivo6ZhcP5ZRwNYfDa1xUqiDe0mRfCtMVAbln9QrEzFA2FBIbgyz6n4pzjmnclt9HVznR9vt5_Dt3qvSYLJ2I_3O1uZYikzo_vvAPIs0_VUH_wpMogH0ea'),(281,'reliobrix_payal','Payal','yor9MGlFgzJ6M','relio123','9090909090','payal@reliobrix.com','payal@reliobrix.com','1','','Active','','0',8,272,4,'2017-11-17 04:51:13','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(262,'reliobrix_chetan','Chetan Bansal','yor9MGlFgzJ6M','relio123','9898998989','Chetan.bansal@reliobrix.com','Chetan.bansal@reliobrix.com','1','9','Active','','0',6,131,4,'2017-11-16 11:41:45','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(263,'reliobrix_abhishek','Abhishek Rathi','yor9MGlFgzJ6M','relio123','7879878989','abhishekrathi@reliobrix.com','abhishekrathi@reliobrix.com','1','3','Active','','0',6,131,4,'2017-11-16 11:43:16','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(264,'reliobrix_vinod','Vinod Vishal Sharma','yor9MGlFgzJ6M','relio123','9898989898','Vinod@reliobrixx.com','Vinod@reliobrixx.com','1','','Active','','0',8,262,4,'2017-11-16 11:46:15','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(265,'reliobrix_sekhar','sekhar','yor9MGlFgzJ6M','relio123','5657687654','sekhar@reliobrix.com','sekhar@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:48:46','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(266,'reliobrix_tanya','Tanya','yor9MGlFgzJ6M','relio123','8787876576','tanya@reliobrix.com','tanya@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:50:35','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(267,'reliobrix_vidya','Vidya','yor9MGlFgzJ6M','relio123','8989898978','vidya@reliobrix.com','vidya@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:52:09','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(268,'reliobrix_jyoti','Jyoti','yor9MGlFgzJ6M','relio123','3487657875','jyoti@reliobrix.com','jyoti@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:53:37','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(269,'reliobrix_deepak','Deepak','yor9MGlFgzJ6M','relio123','7687656547','deepak@reliobrix.com','deepak@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:54:58','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(270,'reliobrix_baldev','Baldev','yor9MGlFgzJ6M','relio123','7678945090','baldev@reliobrix.com','baldev@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:56:37','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(271,'reliobrix_abhinav','Abhinav','yor9MGlFgzJ6M','relio123','8798767656','abhinav@reliobrix.com','abhinav@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 11:58:11','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(272,'reliobrix_amandeep','Amandeep','yor9MGlFgzJ6M','relio123','7876787678','amandeep@reliobrix.com','amandeep@reliobrix.com','1','','Active','','0',6,131,4,'2017-11-16 12:02:59','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(273,'reliobrix_sanjay','Sanjay','yor9MGlFgzJ6M','relio123','7898789878','sanjay@reliobrix.com','sanjay@reliobrix.com','1','','Active','','0',8,134,4,'2017-11-16 12:09:58','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(274,'reliobrix_rajan','Rajan Dua','yor9MGlFgzJ6M','relio123','9897878797','rajan@reliobrix.com','rajan@reliobrix.com','','','Active','0','0',6,236,4,'2017-11-16 12:11:40','2017-11-16 12:11:55','130','','','0000-00-00 00:00:00','',1,''),(275,'reliobrix_sandeep','Sandeep','yor9MGlFgzJ6M','relio123','8978987890','sandeep@reliobrix.com','sandeep@reliobrix.com','1','','Active','','0',8,272,4,'2017-11-16 12:13:06','0000-00-00 00:00:00','130','','122.177.99.248','2017-11-17 05:14:55','',1,''),(276,'reliobrix_Ujjwal','Ujjwal','yor9MGlFgzJ6M','relio123','8378378298','ujjwal@reliobrix.com','ujjwal@reliobrix.com','','','Active','','0',7,274,4,'2017-11-16 12:13:31','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(277,'reliobrix_manish','Manish','yor9MGlFgzJ6M','relio123','9800909098','manish@reliobrix.com','manish@reliobrix.com','1','','Active','','0',8,272,4,'2017-11-16 12:16:49','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(278,'reliobrix_kapil','Kapil','yor9MGlFgzJ6M','relio123','8718738748','kapil@reliobrix.com','kapil@reliobrix.com','','','Active','0','0',8,300,4,'2017-11-16 12:23:17','2017-11-17 05:54:47','130','','','0000-00-00 00:00:00','',1,''),(279,'reliobrix_anil','Anil dogra','yor9MGlFgzJ6M','relio123','9898989898','anil@reliobrix.com','anil@reliobrix.com','','','Active','','0',8,272,4,'2017-11-16 12:28:00','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(280,'reliobrix_Virender','Virender Bajaj','yor9MGlFgzJ6M','relio123','8178397498','Virender@reliobrix.com','Virender@reliobrix.com','','','Active','','0',8,274,4,'2017-11-16 12:28:42','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(282,'reliobrix_manmohan','Manmohan','yor9MGlFgzJ6M','relio123','9090909090','manmohan@reliobrix.com','manmohan@reliobrix.com','','','Active','','0',7,272,4,'2017-11-17 04:52:58','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(283,'reliobrix_neha','Neha','yor9MGlFgzJ6M','relio123','9809878909','neha@reliobrix.com','neha@reliobrix.com','','','Active','','0',8,272,4,'2017-11-17 04:54:52','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(284,'reliobrix_pankaj','Pankaj','yor9MGlFgzJ6M','relio123','9767876547','pankaj@reliobrix.com','pankaj@reliobrix.com','','','Active','','0',8,272,4,'2017-11-17 05:00:56','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(285,'reliobrix_musarraf','Musarraf','yor9MGlFgzJ6M','relio123','6789876789','musarraf@reliobrix.com','musarraf@reliobrix.com','','','Active','','0',8,272,4,'2017-11-17 05:02:55','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(286,'reliobrix_sachin','Sachin','yor9MGlFgzJ6M','relio123','9874532345','sachin@reliobrix.com','sachin@reliobrix.com','','','Active','','0',8,272,4,'2017-11-17 05:04:16','0000-00-00 00:00:00','130','','122.177.99.248','2017-11-17 05:13:16','',1,''),(358,'afzal','afzal','yoLOyEtzhOR5U','12345','9999911111','afzal@gmail.com','afzal@gmail.com','37','37','Active','','0',2,253,4,'2018-05-24 08:18:30','0000-00-00 00:00:00','354','','182.69.242.60','2018-10-22 09:32:33','',2,''),(288,'reliobrix_abhimanyu','Abhimanyu','yor9MGlFgzJ6M','relio123','9876764567','abhimanya@reliobrix.com','abhimanya@reliobrix.com','','','Active','0','0',8,286,4,'2017-11-17 05:23:43','2017-11-17 05:30:13','130','','','0000-00-00 00:00:00','',1,''),(289,'reliobrix_amit','Amit','yor9MGlFgzJ6M','relio123','9878987898','amit@reliobrix.com','amit@reliobrix.com','1','','Active','','0',8,286,4,'2017-11-17 05:26:43','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(290,'reliobrix_deeksha','Deeksha','yor9MGlFgzJ6M','relio123','9809098909','deeksha@reliobrix.com','deeksha@reliobrix.com','','','Active','','0',8,286,4,'2017-11-17 05:32:53','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(291,'reliobrix_puneet','Puneet','yor9MGlFgzJ6M','relio123','9098765678','puneet@reliobrix.com','puneet@reliobrix.com','','','Active','','0',8,286,4,'2017-11-17 05:34:02','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(292,'reliobrix_prateek','Prateek','yor9MGlFgzJ6M','relio123','9453445345','prateek@reliobrix.com','prateek@reliobrix.com','','','Active','','0',8,286,4,'2017-11-17 05:35:28','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(293,'reliobrix_rakesh','Rakesh Banga','yor9MGlFgzJ6M','relio123','9991972674','Rakesh@reliobrix.com','Rakesh@reliobrix.com','','','Active','','0',6,236,4,'2017-11-17 05:38:51','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(294,'reliobrix_ashish','Ashish Rai','yor9MGlFgzJ6M','relio123','9090806756','ashish@reliobrix.com','ashish@reliobrix.com','','','Active','','0',6,236,4,'2017-11-17 05:39:18','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(295,'reliobrix_Suman','Suman Verma','yor9MGlFgzJ6M','relio123','8198399387','Suman@reliobrix.com','Suman@reliobrix.com','','','Active','','0',8,293,4,'2017-11-17 05:40:43','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(296,'reliobrix_gopal','Gopal Sharma','yor9MGlFgzJ6M','relio123','9898688998','gopal@reliobrix.com','gopal@reliobrix.com','','','Active','0','0',8,293,4,'2017-11-17 05:43:26','2017-11-17 05:45:18','130','','','0000-00-00 00:00:00','',1,''),(297,'reliobrix_nehavarshney','Neha','yor9MGlFgzJ6M','relio123','9080098089','nehavarshney@reliobrix.com','nehavarshney@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:44:24','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(298,'reliobrix_sonal','Sonal Chaudhary','yor9MGlFgzJ6M','relio123','9187499478','Sonal@reliobrix.com','Sonal@reliobrix.com','','','Active','','0',8,293,4,'2017-11-17 05:44:59','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(299,'reliobrix_nitin','Nitin','yor9MGlFgzJ6M','relio123','4567890123','nitin@reliobrix.com','nitin@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:45:47','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(300,'reliobrix_AshishSambher','Ashish Sambher','yor9MGlFgzJ6M','relio123','9189479478','AshishSambher@reliobrix.com','AshishSambher@reliobrix.com','','','Active','','0',6,236,4,'2017-11-17 05:47:12','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(301,'reliobrix_javed','Javed','yor9MGlFgzJ6M','relio123','9767897867','javed@reliobrix.com','javed@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:47:38','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(302,'reliobrix_rajatrai','Rajat Rai','yor9MGlFgzJ6M','relio123','3456789012','rajat@reliobrix.com','rajat@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:49:20','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(303,'reliobrix_rajatverma','Rajat Verma','yor9MGlFgzJ6M','relio123','9090989090','rajatverma@reliobrix.com','rajatverma@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:51:10','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(304,'reliobrix_siddharth','Siddharth','yor9MGlFgzJ6M','relio123','8070707070','siddhart@reliobrix.com','siddhart@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:52:54','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(305,'reliobrix_mamta','Mamta','yor9MGlFgzJ6M','relio123','9189378938','mamta@reliobrix.com','mamta@reliobrix.com','','','Active','','0',8,300,4,'2017-11-17 05:53:29','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(306,'reliobrix_yogesh','Yogesh','yor9MGlFgzJ6M','relio123','9345672342','yogesh@reliobrix.com','yogesh@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:54:15','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(307,'reliobrix_KapilKhurana','Kapilkhurana','yor9MGlFgzJ6M','relio123','8278498599','Kapilkhurana@reliobrix.com','Kapilkhurana@reliobrix.com','','','Active','','0',8,274,4,'2017-11-17 05:55:55','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(308,'reliobrix_amittiwari','Amit tiwari','yor9MGlFgzJ6M','relio123','6756767676','amittiwari@reliobrix.com','amittiwari@reliobrix.com','','','Active','','0',8,294,4,'2017-11-17 05:56:14','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(309,'reliobrix_ravi','Ravi Kapoor','yor9MGlFgzJ6M','relio123','9389478599','ravi@reliobrix.com','ravi@reliobrix.com','','','Active','','0',6,236,4,'2017-11-17 06:05:58','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(310,'reliobrix_Vaibhav','Vaibhav','yor9MGlFgzJ6M','relio123','8763274994','vaibhav@reliobrix.com','vaibhav@reliobrix.com','','','Active','','0',8,309,4,'2017-11-17 06:07:09','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(311,'reliobrix_salesdinesh','Dinesh','yor9MGlFgzJ6M','relio123','2475889588','salesdinesh@reliobrix.com','salesdinesh@reliobrix.com1','','','Active','','0',8,309,4,'2017-11-17 06:09:18','0000-00-00 00:00:00','130','','','0000-00-00 00:00:00','',1,''),(324,'SHR','Savita Raj','yonUJuiuQs8XY','admin','8877656565','savita@gmail.com','','','','Active','33','1,2,3,4',0,0,1,'2017-11-17 10:12:39','0000-00-00 00:00:00','Sth','','122.177.221.6','2018-01-19 12:41:50','',15,''),(325,'HR','Anshita Mittal','yonUJuiuQs8XY','admin','9876564536','anshita.mittal@gmail.com','','','','Active','1,3','1,2,3,4',0,0,2,'2017-11-17 10:46:27','0000-00-00 00:00:00','324','','122.177.224.248','2017-11-27 04:28:41','20171117041627_singing.jpg',15,''),(326,'S_Neha','Sneha','yonUJuiuQs8XY','admin','9878765454','sneha@gmail.com','sneha@gmail.com','32','30','Active','','0',2,0,4,'2017-11-17 10:49:58','0000-00-00 00:00:00','325','','122.177.224.248','2017-11-27 04:10:22','20171117041958_vivian.jpg',15,''),(327,'S_Shilpa','Shilpa','yonUJuiuQs8XY','admin','9876543212','shilpa@gmail.com','shilpa@gmail.com','32','31','Active','','0',4,326,4,'2017-11-17 10:51:23','0000-00-00 00:00:00','325','','122.177.99.248','2017-11-17 11:51:47','20171117042123_vivian.jpg',15,''),(328,'S_Sanya','Sanya','yonUJuiuQs8XY','admin','9898787656','sanya@gmail.com','sanya@gmail.com','32','31','Active','','0',4,326,4,'2017-11-17 10:57:09','0000-00-00 00:00:00','325','','122.177.209.31','2017-11-20 05:09:54','20171117042709_vivian.jpg',15,''),(329,'S_Anuj','Anuj','yonUJuiuQs8XY','admin','9876787656','anuj@gmail.com','anuj@gmail.com','32','35','Active','','0',5,327,4,'2017-11-17 11:07:44','0000-00-00 00:00:00','325','','122.177.99.248','2017-11-17 11:49:48','20171117043744_singing.jpg',15,''),(330,'S_Tarun','Tarun','yonUJuiuQs8XY','admin','9765456543','tarun@gmail.com','tarun@gmail.com','32','35','Active','','0',5,327,4,'2017-11-17 11:09:02','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117043902_singing.jpg',15,''),(331,'S_Varun','Varun','yonUJuiuQs8XY','admin','9876545676','varun@gmail.com','varun@gmail.com','32','35','Active','','0',5,328,4,'2017-11-17 11:10:10','0000-00-00 00:00:00','325','','122.177.209.31','2017-11-20 05:06:05','20171117044010_images.jpg',15,''),(332,'S_Anu','Anu','yonUJuiuQs8XY','admin','9876545678','anu@gmail.com','anu@gmail.com','32','35','Active','','0',5,328,4,'2017-11-17 11:11:29','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117044129_images.jpg',15,''),(333,'S_Sanjay','Sanjay','yonUJuiuQs8XY','admin','9834543456','sanjay@gmail.com','sanjay@gmail.com','32','32','Active','','0',6,0,4,'2017-11-17 11:13:01','0000-00-00 00:00:00','325','','122.177.209.31','2017-11-20 05:09:16','20171117044301_images.jpg',15,''),(334,'S_Amit','Amit','yonUJuiuQs8XY','admin','9876567654','amit@gmail.com','amit@gmail.com','33','33','Active','','0',7,333,4,'2017-11-17 11:14:28','0000-00-00 00:00:00','325','','122.177.209.31','2017-11-20 05:45:35','20171117044428_vivian.jpg',15,''),(335,'S_Rahul','Rahul','yonUJuiuQs8XY','admin','9878767898','rahul@gmail.com','rahul@gmail.com','33','33','Active','','0',7,333,4,'2017-11-17 11:16:33','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117044633_vivian.jpg',15,''),(336,'S_Vikas','Vikas','yonUJuiuQs8XY','admin','9878765456','vikas@gmail.com','vikas@gmail.com','33','34','Active','','0',8,334,4,'2017-11-17 11:21:52','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117045152_vivian.jpg',15,'web123dffvdfsg'),(337,'S_Gautam','Gautam','yonUJuiuQs8XY','admin','9878765434','gautam@gmail.com','gautam@gmail.com','33','34','Active','','0',8,334,4,'2017-11-17 11:24:28','0000-00-00 00:00:00','325','','122.177.209.31','2017-11-20 05:47:21','20171117045428_vivian.jpg',15,''),(338,'S_Hena','Hena','yonUJuiuQs8XY','admin','9765654345','hena@gmail.com','hena@gmail.com','33','34','Active','','0',8,335,4,'2017-11-17 11:26:04','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117045604_vivian.jpg',15,''),(339,'S_Vinita','Vinita','yonUJuiuQs8XY','admin','9675434543','vinita@gmail.com','vinita@gmail.com','33','34','Active','','0',8,335,4,'2017-11-17 11:27:25','0000-00-00 00:00:00','325','','','0000-00-00 00:00:00','20171117045725_vivian.jpg',15,'web123dffvdfsg'),(340,'XYZ','XYZ123','yogl.5c6ID/Jk','web123','9988776655','xyz@gmail.com','','','','Inactive','0','1,2,3,4',0,0,1,'2018-01-19 05:54:35','2018-01-19 05:58:29','websparrows_sadmin','','','0000-00-00 00:00:00','20180119112435_Ian+Somerhalder+2012+Film+Independent+Spirit+SozdLtuDBcsl.jpg',2,''),(341,'AB','AB','yogl.5c6ID/Jk','web123','9988776655','ab@gmail.com','','','','Active','33','1,2,3,4',0,0,1,'2018-01-19 05:55:58','2018-01-19 06:07:47','websparrows_sadmin','','182.69.243.225','2018-01-19 06:06:02','20180119113651_Jensen-Ackles.jpg',2,''),(342,'ABC','AB','yogl.5c6ID/Jk','web123','9876543210','abc@gmail.com','','','','Active','33','1,2,3,4',0,0,1,'2018-01-19 05:57:25','0000-00-00 00:00:00','websparrows_sadmin','','','0000-00-00 00:00:00','20180119112725_Jensen-Ackles.jpg',2,''),(343,'HR1','Neha','yogl.5c6ID/Jk','web123','9876543210','neha@gmail.com','','','','Inactive','0','1,2,3,4',0,0,2,'2018-01-19 06:09:56','2018-01-19 06:12:33','341','','','0000-00-00 00:00:00','20180119113956_jwiuko9fodpvo9df.jpg',2,''),(344,'HR2','Anil','yogl.5c6ID/Jk','web123','9876543210','anil@gmail.com','','','','Active','1,3','1,2,3,4',0,0,2,'2018-01-19 06:11:05','0000-00-00 00:00:00','341','','182.69.243.225','2018-01-19 06:16:50','',2,''),(345,'websparrows_TH','Mayur','yogl.5c6ID/Jk','web123','9876543210','mayur@gmail.com','mayur@gmail.com','35','36','Inactive','0','0',2,0,4,'2018-01-19 06:31:45','2018-01-19 06:41:12','344','','','0000-00-00 00:00:00','20180119120244_Jensen-Ackles.jpg',2,''),(346,'websparrows_TC1','sana','yogl.5c6ID/Jk','web123','9876543210','sana@gmail.com','jkl@gmail.com','35','36','Active','','0',4,256,4,'2018-01-19 06:39:47','0000-00-00 00:00:00','344','','','0000-00-00 00:00:00','20180119120947_Jensen-Ackles.jpg',2,''),(357,'Aarti','Aarti','yoLOyEtzhOR5U','12345','9999900001','Aarti@gmail.com','Aarti@gmail.com','37','37','Active','','0',8,356,4,'2018-05-24 08:08:49','0000-00-00 00:00:00','354','','','0000-00-00 00:00:00','',2,''),(356,'sonam','sonam','yoLOyEtzhOR5U','12345','9999000123','sonam@gmail.com','sonam@gmail.com','37','37','Active','','0',7,258,4,'2018-05-24 08:06:32','0000-00-00 00:00:00','354','','','0000-00-00 00:00:00','',2,''),(354,'varun','varun','yoLOyEtzhOR5U','12345','9999900001','varun@gmail.com','','','','Active','1,3','1,2,3,4',0,0,2,'2018-05-24 08:02:22','0000-00-00 00:00:00','353','','122.177.135.28','2018-05-24 08:17:21','',2,''),(355,'kishan','kishan','yoLOyEtzhOR5U','12345','9999900001','kishan@gmail.com','kishan@gmail.com','37','37','Active','','0',6,258,4,'2018-05-24 08:05:04','0000-00-00 00:00:00','354','','122.177.135.28','2018-05-24 08:52:05','',2,'f1mpP3PQ9Ws:APA91bE9ltTPbdWrguvvmJiivo6ZhcP5ZRwNYfDa1xUqiDe0mRfCtMVAbln9QrEzFA2FBIbgyz6n4pzjmnclt9HVznR9vt5_Dt3qvSYLJ2I_3O1uZYikzo_vvAPIs0_VUH_wpMogH0ea');
/*!40000 ALTER TABLE `mstr_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tmp_leads`
--

DROP TABLE IF EXISTS `tmp_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmp_leads` (
  `lead_id` int(200) NOT NULL AUTO_INCREMENT,
  `lead_code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `mobile` varchar(200) NOT NULL,
  `city` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `source` varchar(255) NOT NULL,
  `tol` varchar(255) NOT NULL,
  `tsr` varchar(255) NOT NULL,
  `msg` varchar(255) NOT NULL,
  `plan_to_buy` varchar(255) NOT NULL,
  `contacted_by` varchar(255) NOT NULL,
  `msg_date` varchar(255) NOT NULL,
  `interested` varchar(255) NOT NULL,
  `budget` varchar(255) NOT NULL,
  `high_lead` varchar(255) NOT NULL,
  `pref_loc` varchar(255) NOT NULL,
  `look_for` varchar(255) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `project_name` varchar(255) NOT NULL,
  `other_detail` varchar(255) NOT NULL,
  `company_id` varchar(255) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`lead_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tmp_leads`
--

LOCK TABLES `tmp_leads` WRITE;
/*!40000 ALTER TABLE `tmp_leads` DISABLE KEYS */;
INSERT INTO `tmp_leads` (`lead_id`, `lead_code`, `name`, `email`, `phone`, `mobile`, `city`, `country`, `status`, `source`, `tol`, `tsr`, `msg`, `plan_to_buy`, `contacted_by`, `msg_date`, `interested`, `budget`, `high_lead`, `pref_loc`, `look_for`, `subject`, `project_name`, `other_detail`, `company_id`, `user_id`) VALUES (1,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','7-Apr-17','Property XYz','400000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Shipra Dreamville','Another Details As Required For it','2',358),(2,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','7-Apr-17','Property XYz','440000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Dreamville','Another Details As Required For it','2',358),(3,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','7-Apr-17','Property XYz','490000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Arden','Another Details As Required For it','2',358),(4,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','400000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Shipra Dreamville','Another Details As Required For it','2',252),(5,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','440000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Dreamville','Another Details As Required For it','2',252),(6,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','490000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Arden','Another Details As Required For it','2',252),(7,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','400000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Shipra Dreamville','Another Details As Required For it','2',358),(8,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','440000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Dreamville','Another Details As Required For it','2',358),(9,'AA','Aman','test@email.com','9874123456','9911556210','Noida','India','Fresh','Housing.com','Residential','Rent','MessageDetails','Buy Home','Sunil','07Apr2017','Property XYz','490000','Hot Lead XYZ','Delhi','ReadyToMove','Lorem Ipsum','Exotica Arden','Another Details As Required For it','2',358);
/*!40000 ALTER TABLE `tmp_leads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'aetholq5_intellilead'
--

--
-- Dumping routines for database 'aetholq5_intellilead'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2020-10-12 11:33:36

Anon7 - 2022
SCDN GOK