Yes, this feature is available in the JD Parser API. The API can return the main skill if the skill or its aliases are mentioned—for example, both “Python 3.x” and “Python” will return as “Python.”
This setting is not currently accessible via the MyAccount portal but can be enabled from the backend upon request.
Both “Python” and “Python 3.x” share the same "FormattedName": "Python", so you can filter or list skills based on this formatted name.
Example snippet from API response:
{
"Skill": "Python",
"Type": "OperationalSkill",
"Alias": "C Python, Coding Python, CPython, Jython, Jython language,....",
"FormattedName": "Python",
"Ontology": "Information>Software Developers and Programmers>Programming
Language>Python"
},
{
"Skill": "Python 0.9.0",
"Type": "OperationalSkill",
"Alias": "C Python, Coding Python, CPython, Jython, Jython language, Jython Programming language",
"FormattedName": "Python",
"Ontology": "Information>Software Developers and Programmers>Programming Language>Python"
}
If you have any further questions, feel free to reach out to RChilli Support by emailing support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.