A developer created an attended automation project to generate and store employee IDs within a company’s HR application. The automation is used while onboarding new employees. The automation is designed as follows:
1. An HR associate enters a new employee's demographic information into an HR form.
2. The robot generates the employee ID in the format XXX-XX-XXXX, where the X's represent integers.
3. After Steps 1 and 2 are completed for all new employees, the robot will enter each employee ID into the HR application.
Which recommended data type should be used to store all new employee IDs?