kbase / staging_service

MIT License
0 stars 9 forks source link

DATAUP-549: Update ADR with new template, best effort parsing, etc #134

Closed MrCreosote closed 3 years ago

MrCreosote commented 3 years ago

For xSV files, since pandas drops data if a row has more columns than the first row, manually parse the first line and then pass the remainder of the file handle to pandas.

Tested with excel files - in that case pandas just duplicates the first cell X times in the header structure where X is the maximum column count in the data.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information