Hello All,
For starters, I'm super green when it comes to python, but it seems like the best language for what I'm trying to do here.
Basically, I have a csv of 2000 users I manually have to delete from our system. Each user has an ID that can be plugged in, then just hitting the delete key, (then hitting ok on the pop-up prompt) will delete that one user. I already have a csv of the user ID's, but I'm really struggling to find a way to only work with one line of the csv at a time with the keystrokes in between each line.
I really just need some resources or examples of similar programs to work off of that describe some of the needs I mentioned above.
Thanks!
For starters, I'm super green when it comes to python, but it seems like the best language for what I'm trying to do here.
Basically, I have a csv of 2000 users I manually have to delete from our system. Each user has an ID that can be plugged in, then just hitting the delete key, (then hitting ok on the pop-up prompt) will delete that one user. I already have a csv of the user ID's, but I'm really struggling to find a way to only work with one line of the csv at a time with the keystrokes in between each line.
I really just need some resources or examples of similar programs to work off of that describe some of the needs I mentioned above.
Thanks!