With DocHub, you can easily clean up field in text from anywhere. Enjoy capabilities like drag and drop fields, editable textual content, images, and comments. You can collect eSignatures securely, include an additional level of defense with an Encrypted Folder, and collaborate with teammates in real-time through your DocHub account. Make changes to your text files online without downloading, scanning, printing or mailing anything.
You can find your edited record in the Documents tab of your account. Manage, share, print out, or convert your document into a reusable template. With so many robust features, it’s simple to enjoy smooth document editing and managing with DocHub.
hi everyone my name is melissa in this video weamp;#39;ll take a closer look at a custom function i created for problem of the week number two hereamp;#39;s our messy data and the goal is to clean up all the text values in both columns for that task i created a clean text function so letamp;#39;s take a quick look at the m code this function takes one parameter called my text its value should be of type text and then the function returns a text value because not all of my variables listed below will return a text value declaring the return type will result in an error to prevent that error from happening i can comment that out for now if we want to see what the first variable returns all we have to do is refer to it by name after the in clause so iamp;#39;m going to copy this to remove variable and iamp;#39;m going to paste it in here and press ok letamp;#39;s view the result of that function we have to invoke it so letamp;#39;s add a custom column to this query invoke o