NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Spreadsheet Blank Row Sanitization #292

Closed collinss-jpl closed 2 years ago

collinss-jpl commented 2 years ago

🗒️ Summary

This PR addresses a finding from operator testing, where a provided spreadsheet with one or more blank rows would cause parsing errors. Blank lines in spreadsheets are often used by Nodes to organize their entries.

⚙️ Test Data and/or Report

Unit tests have been added to test XLS/CSV parsing with blank rows tox.log

♻️ Related Issues

Fixes #291