How delete automatically cartain text from txt files?

by lublu
5 replies
Maybe you know some kind of plugin or online service that will be able to delete automatically certain text from text files?

Delete for example a paragraph after a certain keyword in 100 text files at once...
#automatically #cartain #delete #files #text #txt
Avatar of Unregistered
  • Profile picture of the author markowe
    Basically you need someone to write you a script to do it, in any programming language really. I used to do that sort of thing in AWK (https://en.wikipedia.org/wiki/AWK). If you're not really a programmer you will probably have to ask/pay someone to do it for you, I doubt you will find a service or tool that will specifically do what you want without some sort of knowledge of the process behind it. You could possibly even do it in MS Word with wildcard search and replace, but again, 'regular expressions' (special search/replace syntax) is not most people's cup of tea.
    Signature

    Who says you can't earn money as an eBay affiliate any more? My stats say otherwise

    {{ DiscussionBoard.errors[11560019].message }}
  • Profile picture of the author kirbymurphy
    VBA is built-in to Word and not to difficult to learn
    {{ DiscussionBoard.errors[11560033].message }}
  • Profile picture of the author Skywriting
    Originally Posted by lublu View Post

    Maybe you know some kind of plugin or online service that will be able to delete automatically certain text from text files?

    Delete for example a paragraph after a certain keyword in 100 text files at once...

    I use Crimson Editor for it's built in Macro Function, but I'm not sure it could handle multiple files.
    {{ DiscussionBoard.errors[11560034].message }}
  • Profile picture of the author DIABL0
    You could post a job on a freelancer site and get bids. I've been developing software since the late 90s. What you want to do is pretty simple. You should be able to find a programmer to do it inexpensively.
    Signature
    How to Build LARGE EMAIL LISTS on a Budget and MONETIZE Like a PRO
    20+ Years Exp . . . . . . . . . . . . Email - CPA - PPL
    {{ DiscussionBoard.errors[11560160].message }}
  • Profile picture of the author writeaway
    Textpad enables you to do batch find and replace or delete among multiple files
    {{ DiscussionBoard.errors[11560171].message }}
Avatar of Unregistered

Trending Topics