famedly / famedly-sync

GNU Affero General Public License v3.0
4 stars 0 forks source link

Add CSV source #52

Closed emgrav closed 1 month ago

emgrav commented 1 month ago

Blocked by #49 (This PR adds a source trait which we should implement for a CSV source)

Description

We want to add an additional data source to the sync tool, specifically CSV (or some other form of flatfile source). We have a need for this quite soon, as it would significantly simplify the process of bootstrapping the demo environment for Operations and Marketing.

User story

As a Famedly customer, I want to be able to provide a csv file of user details to import into Famedly so I can easily provision my list of users in bulk.

Requirements

Steps to implement