Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove tabDelimit #471
Closed
Remove tabDelimit #471
Comments
FWIW the last time the Export as TSV functionality appeared in our docs was here in 0.18.0 |
Oh wow! It's been a while then. It'll be nice to get rid of all the shapeless stuff too. That was causing some issues with the Hadoop 3.2 PR (#385). All the NER removal helps on that one too. |
ruebot
added a commit
that referenced
this issue
May 27, 2020
Merged
ruebot
added a commit
that referenced
this issue
May 27, 2020
ianmilligan1
pushed a commit
that referenced
this issue
May 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ianmilligan1 commentedMay 27, 2020
We have some legacy
tabDelimit
code that was used for the "Export as TSV" functionality in warcbase, and then the Archives Unleashed Toolkit. It is only used on the RDD side.As we support exporting graphs as csv, graphml, and gexf, I think we have enough export functionality.
We should remove this from
TupleFormatter
andTupleFormatterTest
.