Yes, i have to populate some logs with values from our LDAP. So i have a script which generate me a CSV file with all my users and all the fields that are important to us.
So for one user, i will lookup at his UID and get values for knowing if it’s a staff member, a researcher, a student.
In the same CSV i also have the value for this user of the department, the course, …
So today, i have 3 CSV data adapters (and more to come) with the same CSV file if we can just have multi-value it will be great !!