We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/archivesunleashed/aut/blob/master/src/test/scala/io/archivesunleashed/ArcTest.scala#L105
Extract:
val mimeTypeCounts = RecordLoader.loadArchives(arcPath, sc) .map(r => RemoveHTML(r.getContentString)) .groupBy(content => DetectMimeTypeTika(content.getBytes)) .map(f => { (f._1, f._2.size) }).collect
Shouldn't RemoveHTML be RemoveHttpHeader?
RemoveHTML
RemoveHttpHeader
The text was updated successfully, but these errors were encountered:
Video chat with @ruebot and @ianmilligan1 - conclusion - this indeed is a bug.
Sorry, something went wrong.
6686519
No branches or pull requests
https://github.com/archivesunleashed/aut/blob/master/src/test/scala/io/archivesunleashed/ArcTest.scala#L105
Extract:
Shouldn't
RemoveHTML
beRemoveHttpHeader
?The text was updated successfully, but these errors were encountered: