No longer maintained. Only here for archive purposes.
- Python 3+
This script might work with Python 2.7 but this version is not tested nor is supported
To create the new folders in the current directory:
createfolders <medusaexport.csv>
To create the new folders in another directory:
createfolders <medusaexport.csv> --destination <some other path>
-
Download the latest source release from the releases tab.
-
Uncompress it.
-
Type the following command in the terminal:
-
Mac and Linux:
python3 setup.py install -
Windows:
py -3 setup.py install
- Tracy Popp