Skip to content

crowelladrianna/library-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Records CSV

  1. Place update_csv.py in same folder as complete records CSV and CSVs with records to add or delete

  2. Navigate to Terminal (Mac) or Command Prompt (Windows)

  3. Confirm Python is installed and version is >= 3 with command
    $ python --version
    (if not, follow instructions here to download https://www.python.org/downloads/)

  4. Navigate to folder containing CSVs and update_csv.py file
    (https://riptutorial.com/terminal/example/26023/basic-navigation-commands for tutorial on navigating in command line)

  5. run command
    $ python update_csv.py
    (if this doesn't work, try command:
    $ python3 update_csv.py)

  6. Follow prompted instructions. When asked for path to file, if you placed update_csv.py in the correct folder, you can just use the file name

Notes

Currently records to add that are already present are ignored. If they should be updated instead, this can be changed.

About

Python script to quickly update library records

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors