Symptom
Reproducing the Issue
1)Login as an Admin
2) Go to System Admin -> Configuration
3) Then go to System Configuration and edit the User manager connector Mapping (some changes in the source field)
e.g here shows that the STUD_ID is changed to id- this is due to some technical requirement
4) Now the system functionality says that if you download the connector template from System Admin ->Tools -> Download Connector template
it should give you a txt file as
but it is giving as :
Cause
This occurs due to configuration which affects the field mapping directly.
The configuration is as
connector.input.file.processing.mode=position
If your connector configuration has this the template will only give you default header not the changes that you have made
Resolution
to resolve this you need to change the value of the property
connector.input.file.processing.mode=
from "position" to "header"
That is you need to go in the connector configuration or say connector property file find the mentioned property and change the vlaue.
When you change your property will be
connector.input.file.processing.mode=header
Keywords
Field, connector template, dwonload connector template, connector , KBA , LOD-SF-LMS , Learning Management System , Problem