Update subaccount_id mapping in art_relations
===================================================

This script updates subaccount id mapping in art_relations

### Installation

```
pyvenv-3.6 venv
source venv/bin/activate
pip install -r requirements.txt
export FILENAME="data/sample.csv"
```
### Running the script 
``
python update_subaccount_id_mapping_in_art_relations.py
``

### Spreadsheet file format
- The spreadsheet file should be saved as CSV format.

- A sample file format is available in `data/sample.csv`

Example - 

| Vendor ID | Subaccount Name (optional) | Subaccount ID | Project ID | Project Code | Project Name |
| ------ | ------ | ------ | ------ | ------ | ------ |
| 1234 | ЛЕЙБЛ | 62045 | 4166897 | LBL013 | Renaissance |
 