| .. | ||
| map-subscribers-to-participants.ts | ||
| README.md | ||
cli
-
Install dependencies and build:
yarn && yarn build -
Create required env configuration:
# Update the values as required cp .env.example .env -
Map subscribers to onboarded participants:
yarn map-subscribers-to-participants --subscribersCsv <subscribers-csv-file> --output <output-csv-file> # Example: # yarn map-subscribers-to-participants --subscribersCsv subscribers.csv --output result.csv