17 lines
439 B
Markdown
17 lines
439 B
Markdown
|
# map-subscribers
|
||
|
|
||
|
* Install dependencies:
|
||
|
|
||
|
```bash
|
||
|
yarn
|
||
|
```
|
||
|
|
||
|
* Map subscribers with onboarded participants:
|
||
|
|
||
|
```bash
|
||
|
yarn ts-node cli/map-subscribers.ts --onboardedJson <onboarded-participants-json-file> --subscribersCsv <subscribers-csv-file> --output <output-csv-file>
|
||
|
|
||
|
# Example:
|
||
|
# yarn ts-node cli/map-subscribers.ts --onboardedJson onboarded-participants.json --subscribersCsv subscribers.csv --output result.csv
|
||
|
```
|