RChilli parser extracts from the resume and returns Country Code and State Code.
Let us explain with the help of a few examples:
Present Address: 1638 Cable Ranch Rd, Apt 15208, San Antonio, TX, USA 78245.
Permanent Address: 4585 Alpaca Way, Houston, Tx, USA 92701
Qualification: Dalton State College, Dalton, GA (January 2004 – May 2005)
Experience: Medical Officer, Calnova Health Systems, New Cityland, CA, (1/2011 – Current)
Value Returned for:
- Current Location:
"ResumeCountry": {
"Country": "United States",
"Evidence": "CurrentLocation",
"CountryCode": {
"IsoAlpha2": "US",
"IsoAlpha3": "USA",
"UNCode": "840"
}
},
- Address:
"Address": [
{
"Street": "1638 Cable Ranch Rd, Apt 15208",
"City": "San Antonio",
"State": "TX",
"StateIsoCode": "US-TX",
"Country": "USA",
"CountryCode": {
"IsoAlpha2": "US",
"IsoAlpha3": "USA",
"UNCode": "840"
},
"ZipCode": "78245",
"FormattedAddress": "1638 Cable Ranch Rd Apt 15208, San Antonio, TX, 78245, USA",
"Type": "Present",
"ConfidenceScore": 10
},
{
"Street": "4585 Alpaca Way",
"City": "Houston",
"State": "Tx",
"StateIsoCode": "US-TX",
"Country": "USA",
"CountryCode": {
"IsoAlpha2": "US",
"IsoAlpha3": "USA",
"UNCode": "840"
},
"ZipCode": "92701",
"FormattedAddress": "4585 Alpaca Way, Houston, Tx, 92701, USA",
"Type": "Permanent",
"ConfidenceScore": 10
}
- Qualification
{
"Institution": {
"Name": "Dalton State College",
"Type": "College",
"Location": {
"City": "Dalton",
"State": "GA",
"StateIsoCode": "US-GA",
"Country": "USA",
"CountryCode": {
"IsoAlpha2": "US",
"IsoAlpha3": "USA",
"UNCode": "840"
}
},
- Experience:
"Location": {
"City": "New Cityland",
"State": "CA",
"StateIsoCode": "US-CA",
"Country": "USA",
"CountryCode": {
"IsoAlpha2": "US",
"IsoAlpha3": "USA",
"UNCode": "840"
}
For your reference, below is the list of codes for the Country and State RChilli returns.
Country IsoCode and State IsoCode
If you have any questions, you can always contact RChilli support at support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.