astoria-tech / volunteer-dispatch

Slackbot to coordinate errand volunteering
MIT License
24 stars 9 forks source link

Create script to remove extra whitespace from record values #72

Closed omardeleo closed 4 years ago

omardeleo commented 4 years ago

This PR adds a script that removes extra whitespace from fields in Requests and Volunteers tables that contain string values. Leading whitespace, trailing whitespace, or multiple consecutive spaces in a string are all considered extra whitespace.

Usage

To run the script, open the command line to the project directory and execute the following: npm run remove-extra-whitespace [tableName] [fieldName]

Examples