This script expects a CSV file headers in the first row.
usage: make-url.py [-h] [--url "BASEURL"] CSVFILE
Create URLs from CSV file. Every column will become a parameter in the query
string.
positional arguments:
CSVFILE the csv file to extract data from
optional arguments:
-h, --help show this help message and exit
--url "BASEURL", -u "BASEURL"
the URL being appened to i.e. "http://domain.com/?"
URL
http://domain.com/?first-name=Gil&last-name=Creque&id=1&place=Melbourne%2C%20FL
http://domain.com/?first-name=Joe&last-name=Smith&id=2&place=Eau%20Gallie%2C%20FL