driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Check Data Integrity before saving and output errors #52

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Is your feature request related to a problem? Please describe. Sometimes the program is forced to put in a '' or "None" value in a field because it can't find that data.

Describe the solution you'd like When that happens, the program should do a data integrity check for those kinds of values and output a warning to the user to have them go in and check it.