New issue

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

Create UDF to combine basic text filtering features #253

Closed
greebie opened this Issue Aug 10, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@greebie
Contributor

greebie commented Aug 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.

ruebot added a commit that referenced this issue Aug 11, 2018

ExtractBoilerpipeText to remove headers as well. #253 (#256)
* ExtractBoilerpipeText now removes headers.
@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Aug 12, 2018

Member

Resolved with: 84a4c09

Member

ruebot commented Aug 12, 2018

Resolved with: 84a4c09

@ruebot ruebot closed this Aug 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment