AzureAD / entra-id-inbound-provisioning

Samples, scripts and resources to help you get started with Microsoft Entra API-driven inbound provisioning
https://aka.ms/Entra/ProvisionFromAnySource
MIT License
24 stars 8 forks source link

Update Schema Cretaes Attribute with Quotes from CSV Header #7

Open SuryenduB opened 9 months ago

SuryenduB commented 9 months ago

Employee File Header : "id","displayName","lastName","middleName","jobTitle","department","division","supervisorEId","country","location","homeEmail","mobilePhone","workPhone","hireDate","terminationDate"

Generated Attribute List

AttributeList
p3kkness commented 3 months ago

The CSV Header does not need to be in quotes

Anyway! :D do you know how to add my custom mapping for hiredate? Its in the CSV and i updated the schema in Entra, but it wont be uploaded. how to investigate further? :D