ZhangHuangbin wrote:
Dear Jeff,
You can use a "for" loop in shell scripting to read content from CSV file, then either use the shell or python script to import it.
Btw, could you show us few sample lines of this CSV file? You should replace sensitive info before pasting.
Zhang,
The CSV file is formatted as such just email address, password, EmployeeID. What I would like to do is assign a variable to each of the items and then pass them through the POST and PUT commands in the python script... that is the part I am having trouble with
testuser507@domain.com test504123 testID
testuser508@domain.com test504124 testID
testuser509@domain.com test504125 testID
testuser509@domain.com test504126 testID