chudkins / DSF

A script to automate working with EFI's Digital StoreFront
GNU General Public License v3.0
0 stars 0 forks source link

Strip extra whitespace in Product ID #46

Closed chudkins closed 4 years ago

chudkins commented 4 years ago

Often the input data contains extra spaces, such as ABC Fac Kit, so we need to implement a filter such that products won't be created with IDs like that. I think this should be fairly easy using regex.

chudkins commented 4 years ago

This appears to be working as intended.