Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.3 KB

CSV FILE TO POSTMAN COLLECTION

INSTALLING

git clone [email protected]:ikromnurrohim/csv-to-postman-collection.git
pip install -r requirements.txt

CSV FORMAT

- For make a collection without folder, CSV format must like this

image

Result of collection will be like this

image

- For make a collection with nested folder, CSV format must like this

image

Result of collection will be like this

image

FOR USING

Edit file run.py

  • To make collection without folder
    update csv file and json file image

  • To make collection with nested folder
    update csv file and json file image

Running script

python run.py