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