Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate UDF to combine basic text filtering features #253
Comments
greebie
referenced this issue
Aug 11, 2018
Merged
ExtractBoilerpipeText to remove headers as well. #253 #256
added a commit
that referenced
this issue
Aug 11, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Resolved with: 84a4c09 |
ruebot
closed this
Aug 12, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greebie commentedAug 10, 2018
Is your feature request related to a problem? Please describe.
We have a number of features like RemoveHtml, RemoveHttpHeader and RemoveBoilerPlate that are fairly common features that people would like to use all at once in one call. We should provide a catchall do perform this common text operation.
Describe the solution you'd like
Provide a UDF that combines the main text filtering functions for analysis.
Describe alternatives you've considered
We could simply offer documentation that creates the function outside of aut.
Additional context
We discovered this after user feedback from the Slack channel.