Candidates Data Import
Administration › Data Management › Data Import
hool",
"started_at": "2015-03-01",
},
{
"school": "University of Zephir",
"degree": "master's degree",
"started_at": "2010-09-15",
"ended_at": "2013-06-22",
"description": "major of promotion",
"specialization": "Computer Science"
},
// other educations
]
Notes
Below are the requirements for the notes type field and a code snippet.
Data Point
Required
Type
Constraints
content
Yes
Text
created_at
No
Date and Time
Format must be YYYY-MM-DDThh:mm:ssZ
creator
No
Email Address
Must be an existing user
Important
All time fields imported will be considered in the UTC timezone.
Code snippet:
[
{
"content": "arrived later for first interview"
},
{
"content": "Looks quite smart",
"creator": "joseph.staline@testy.com",
"created_at": "2010-09-15",
},
// other educations
]
JSON File Example
[
{
"id":10001,
"name":"Angela Brown",
"description":"Good profile, Available immediately.",
"creator":"jane.doe@example.com",
"owner":"john.doe@example.com",
"job":"Software Engineer",
"company":"ABC-corporation",
"yearofexperience":0,
"birthdate":"1988-01-30",
"address