All templates
Text Manipulation automation templates
5 ready-to-use text manipulation templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Concatenate Text Files
IntermediateUpdated 8 months agoReads every .txt file in a directory and stitches their contents into a single output file. Useful for log rollups.
Count Lines of a Text File
IntermediateUpdated 8 months agoOpens a text file and reports the number of lines it contains. A tiny helper you can drop into larger analytics flows.
Extract Phone Numbers and Emails
IntermediateUpdated 8 months agoScans free-form text with regular expressions and pulls out every phone number and email address. Foundation for contact-harvesting jobs.
Get Position of Subtext
BeginnerUpdated 8 months agoFinds the character index of a substring inside a larger string. A concise demo of the text-search primitives.
Sort Lines of a Text File
IntermediateUpdated 8 months agoReads a text file, sorts its lines alphabetically, and writes the result back out. Reusable for cleaning up exports and datasets.