coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Scrapy xml parsing errors #24

Open yevgenybulochnik opened 4 years ago

yevgenybulochnik commented 4 years ago

Problem Statement

There are currently some xml parsing errors that are occurring with only some of the spl zip files. Appears the errors are related to missing containerPackagedProduct tags in some spl files. Instead containerPackagedMedicine tags are being used.

Criteria for Success

We need to determine if this is the only error in these spl files. Solution will likely involve testing for either tag when scraping the xml files.

Additional Information

None