| The First feature (Directory Browse) |
| You can make use of the first feature for resumes on your computer in a particular folder .You have to just select folder by clicking 'browse button' after click on 'Directory Pickup Radio Button'. (As Shown In Pic) |
| |
 |
| |
| Fill all the information as Required in the form as 1) Input and Output |
| 1) |
InPut -> select Folder |
| 2) |
OutPut there we can save the Process data in SQL Server, MS-Acess , Excel file and XML file. |
|
| |
| In the Output section you can select one of them by selecting dropdown Box. |
| 1) |
For MS-Acess |
| a) Select the database file by Browse Button. |
| b) Select the table name through the dropdown box. |
| c) Select Field name through dropdown box for each Box. |
| 2) |
SQL- Server Database |
| a) Fill the server name or IP address of the SQL server. User name and Password. |
| b) Select table name by drop down Box. |
| c) Select Each field by drop down box. |
| 3) |
Excel and XML |
| a) Excel and XML File Please Enter file name By Browse Button. |
| b) Enter file Name and select File Type by selection of Extension. |
| 4) |
Crm Database |
| a) Fill the Username and Password. |
| b) Select Each field by drop down box. |
|
| |
| The second feature (Pop3) |
| |
| This is use for POP3 Server. It downloads the E-mail and detaches that attachment and parses these attached file. |
| There are some Input and Output form the User One time. (As Shown in the Pic) |
| |
 |
| |
| Category define: |
| Word should be separated by commas |
| |
 |
| |
| Advance Setting |
| 1) |
Run Application In stealth mode: If this option is selected application start working automatically when you will run the application second time. |
| 2) |
Write Log Files: If this option is selected, generates a log file for Processing in text format. File is saved in the same location form where the application runs. |
| |
|
| Move Processed Resume |
| 1) |
Success Resumes: This setting is used to store the successful processed resume. You can select the folder where you want to store these resume. |
| 2) |
Fail Resume : This setting is used to store the failed resume by processing. You can select the folder where you want to store these resume. |
|
| |
| By clicking on 'save setting button' this setting will be saved in the config file. You can manage the config file by editing it in notepad or editor. File is saved in the same location form where the application runs. |
| |
| |
| For Database- First to create the database (Access/SQL) and table in it. After that following table fields should be added |
| |
| Field Name |
Field Length |
Field Type |
| 1) First Name |
100 |
Text |
| 2) Last Name |
100 |
Text |
| 3) E-mail |
100 |
Text |
| 4) Phone |
100 |
Text |
| 5) Address |
100 |
Text |
| 6) City |
100 |
Text |
| 7) State |
100 |
Text |
| 8) Zipcode |
10 |
Text |
| 9) Category |
100 |
Text |
| 10)Detail Resume |
|
Max or memo |
| 11)Father Name |
100 |
Text |
| 12)Nationality |
100 |
Text |
| 13)Gender |
100 |
Text |
| 14)Passport No |
100 |
Text |
| 15)Marital Status |
100 |
Text |
| 16)Skills |
|
Max or memo |
| 17)Experience |
|
Max or memo |
| 18)Qualification |
|
Max or memo |
| 19)Current Employer |
100 |
Text |
| 20)Expected Salary |
100 |
Text |
| 21)Current Salary |
100 |
Text |
| 22)Job Profile |
100 |
Text |
| 23)Date Of Birth |
100 |
Text |
|
|
| For example: You can Change the Field name as Firstname =Fname but there should be 9 fields in the table. |
|
| |