eConn Resume Parser is a resume parsing product developed to assist corporate and non-corporate recruiters in their candidates search.
To use the resume parser on your machine
1) Go to start menu of the windows and select programs then select resume parser->click resume parser
Welcome screen of resume parser will be shown to you.
2) Click on browse button to select the folder name.
3) Then check the Subfolder select checkbox- It will select all the files of the folder & sub folders.
4) After the selection the Process button becomes active or highlighted. Then Press the Process button- With this all loaded files will start processing and after the procession all the files will be marked as either processed successfully or failed. And the output stored in the Processed Data Grid and Save Data Process button
5) Then click Save Data Process button and new screen will be shown. Now select output type from dropdown box where you want to save the processed data which is shown in the Processed Data Grid.
6) Output type for Excel File /Xml Data will be shown as following
7) Output type for MS-Access Database will be shown as following
8) Output type for Sql Data Base will be shown as following
9) For Database- First to create the database (Access/SQL) and table in it. After that following table fields should be added
Field Name
Field Lenght
Field Type
1) First Name
50
Text
2) Last Name
50
Text
3) E-mail
50
Text
4) Phone
50
Text
5) Address
50
Text
6) City
50
Text
7) State
50
Text
8) Zipcode
10
Text
9)Detail Resume
Max or memo
For example- You can Change the Field name as Firstname =Fname but there should be 9 fields in the table.
10) Select Folder Location Where you want to Save the Processed complete and Processed Fail files
Desktop(Stealth)
Support (Desktop (Stealth) eConn Resume Parser)
Welcome to the Stealth Mode Resume Parser
The Stealth Mode Resume Parser is coming with two features:
1
Directory Browse
2
Pop3
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.
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)
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
Success Resumes: This setting is used to store the successful processed resume. You can select the folder where you want to store these resume.
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 Lenght
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)Detail Resume
Max or memo
For example- You can Change the Field name as Firstname =Fname but there should be 9 fields in the table.
Web Service
Support (Web Based eConn Resume Parser)
Welcome to the eConn Resume Parser
eConn Resume Parser is a resume parsing product developed to assist corporate and non-corporate recruiters in their candidates search.
To use the resume parser Web API
Sr. No
SOAP XML NODE
Constrain Type
Value Info
Values
1
URL
string
URL along with filename
Required
2
KEY
string
Valid key
Required
NOTE: Please read the document thoroughly.
Description: The Transaction Detail API is a RESUME PARSER WEB API which used to get the detail of the resume in the xml format .For this the user pass the “URL”along with filename like exp.(http://www.xyz.com/resume.doc) and the authorized key name and get xmloutput.
<DetailResume>Complete resume in text format. </DetailResume>
</ResumeParserData>
</string>
</USAResumeResult>
</USAResumeResponse>
</soap:Body>
</soap:Envelope>
To use Resume Parser API, Following are the essential info to be needed-
1. Use your own API credentials.
2. Make sure all the nodes must be filled in. The above table structure defines the required parameters whose values must not be empty and rest of the parameters may have their values empty accordingly.
Following messages will appear due to error or wrong information:
1. File Not Load: This message comes from API when user has not entered the correct URL, or if the file is not in the format of DOC, DOCX, TXT, HTML, RTF.
2. Your resume parsing usage reached maximum limit of free parsing. (as in trial version you can parse only 25 resume). To continue parsing please contact to buy.
3. Key Not valid: This type of error comes when the key is not authorized.
4. Date Expire: This type of error comes when validity of key expired.
Note the things below:
1. You must enter the correct URL along with the resume filename which you want to parse.
2. Always enter the authorized key to get the result.
Sample Codes:
For Resume Parser API, you may find the related sample codes made in