Issue
A message indicates only one Personnel record processed when using the PIU
Product Line
Andover Continuum
Environment
- Continuum
- Windows XP
- Windows 7
- Windows Server 2003
- Windows Server 2008
Cause
By default the CSVtoContinuumTransformation.xsl transform file sets the alias column to concatenate (TAC + SerialNumber).
Resolution
The transform needs to be edited in a text editor (not IE) to change the concatenate line to be a unique alias.
Example:
(Before) This displays the alias records in the preview as TAC
< select="concat(‘TAC’, SerialNumber) " value-of="">
(After) This will import the records correctly
< select="concat(‘TAC’, EmpNumber) " value-of="">
If all was working at one point and the site was upgraded then the old PC may have the CSVtoContinuumTransformation.xsl that was working. If this is a new install, select a number that will be unique for the records.
For more information on editing the PIU see the following article: Personnel Import Utility documentation