mattkrins / platysync

Automate the management of LDAP and other targets using CSV and other sources.
Other
6 stars 0 forks source link

secondary connector not merging data in some instances #45

Closed mattkrins closed 5 months ago

mattkrins commented 5 months ago

In some instances data is not being merged across connectors. In this example, connector 1 is a CSV, connector 2 is LDAP. CSV data is available to use but no LDAP headers seem to work: image image

mattkrins commented 5 months ago

Issue is specific to the LDAP connector. keyed data is not the user template from the rows variable, but User objects. https://github.com/mattkrins/platysync/blob/02b00cd9e5c7f04d38b734cf6d0eeca246b254f4/server/src/components/engine.ts#L244

Need to move user objects to another variable.