SAP Knowledge Base Article - Public

3087204 - Importing Candidate Profile Resume/Cover Letter via Integration Center - Recruiting Management

Symptom

  • This article explains how to import attachments such as Resume and Cover Letter via Integration Center
  • Notice that the article intends to show the Integration Center feature capability and let the users be more familiar with the tool. The integration described can have different behaviors on different system. Please reach out to your Implementation Team and/or Partner for implement the same if you are having any issues with it.

"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."

Environment

SAP SuccessFactors Recruiting Management

Resolution

Important Notes:

  • Make sure Integration Center is setup
  • Below permissions are prerequisites to successfully import data using Integration Center:

    Manage Permission Roles > Recruiting Permissions > OData API Candidate Create permission
    Manage Permission Roles > Recruiting Permissions > OData API Candidate Update permission
    Manage Permission Roles > Metadata Framework > Admin access to MDF OData API

Steps to create an Attachment CSV Input Integration:

  1. Admin Center > Integration Center > My Integrations
  2. Once on My Integrations page, select Create > Scheduled CSV Input Integration


  3. Select the "candidateLight" entity - The CandidateLight entity allows a user to query, insert and update the candidate profile. It contains all core candidate profile data consisting of system, standard and custom fields. The metadata will show the standard and custom fields configured in the active template. If a field (standard or custom) is not configured in the template, then it will not show up in the metadata and not be a part of oData query. The system fields will always show up.

    Compared to the existing candidate entity it provides exactly the same functionality but the validation of mandatory fields is different, fewer mandatory fields are available. More information on KBA 2569249



  4. Click Select
  5. Select Configure Fields tab



  6. Upload a CSV Sample File - Your CSV Sample File format will depend if you want either to the Resume or Cover Letter or both. In this article, we will cover both files.

    In the CSV file, you should have your headers as the following example:



    · Candidate ID - Represent the Candidate in which the system will upsert the attachment
    · Resume - File Content - Name of the Resume file hosted in the SFTP
    · Resume - File Name - Name that the file should receive (Recommended to use the same value as File Content)
    · Resume - Module - Must receive the following value "RECRUITING"
    · Cover Letter - File Content - Name of the Cover Letter file hosted in the SFTP
    · Cover Letter - File Name - Name that the file should receive (Recommended to use the same value as File Content)
    · Cover Letter - Module - Must receive the following value "RECRUITING"

    Note that the File Name shouldn't contain these special characters, as they may cause errors when you run the integration: &, %, $, #, -, _

    Also note that the CSV file should be saved with encoding equal to "UTF-8 with BOM" if the File Name contain other special characters, like 'á' or 'ê' for example. You can confirm what is the encoding of the CSV file by opening it through Notepad and clicking on "Save As" option - it will have an "Encoding" option which will show you the current encoding, and also the possibility to change it. This encoding prevents issues with special characters afterwards when you run the integration.

    After creating the file, it should be like the following example:



    Click to update the created file:


  7. After uploading the file, change the view to Field Mapping View


  8. Now, you need to create the mapping for each column

    Candidate ID > Candidate Id (candidateId) Int64



    Resume - Field Content 
    > Open the Resume Entity > fileContent Binary
    Resume - File Name
    > Open the Resume Entity > fileName String
    Resume - Module > Open the Resume Entity > module String



    Cover Letter - Field Content > Open the Cover Letter Entity > fileContent Binary
    Cover Letter - File Name
    > Open the Cover Letter Entity > fileName String
    Cover Letter - Module > Open the Cover Letter Entity > module String


  9. Go to Source Settings tab and fill out all details from the File Server




  10. Go to Review and Run tab and run the integration


NOTE: After running the integration you will see one of the three icons next to the last execution time:

  • A red x will mean the integration fails. Click in the execution time to check the logs and be able to identify what caused the failure
  • A yellow exclamation sign means the integration concluded but with a few warning messages. Check the logs to see what are the warnings messages, most of the time the warnings messages do not cause any failure to the integration
  • A green icon means the integration runs successfully

See Also

Blog Post - Importing attachments to SAP SuccessFactors using Integration Center

2582360 - Data Extraction Request - Candidate’s Resume and Cover Letters - Recruiting Management

Keywords

KBA , LOD-SF-RCM , Recruiting Management , LOD-SF-INT-INC , Integration Center , LOD-SF-INT-INC-FWK , Integration Center UI Framework , How To

Product

SAP SuccessFactors Recruiting all versions

Attachments

Pasted image.png
Pasted image.png
Pasted image.png
Pasted image.png