New reply on DataCleaner's online discussion forum (http://datacleaner.org/forum):
Kasper Sørensen replied to subject 'Cleanse Excel File of specific words and phases' ------------------- Hi Kevin, It's pretty amazing that you ask this question because very shortly we will release DataCleaner 4.0 which has a transformation for this exact scenario - it will be called "Remove dictionary matches" and will be based on you setting up a dictionary of the words you want to remove. But for the time being (if you dont feel like waiting for DC 4.0) my suggestion for you is to use a JavaScript transformer (under scripting). Here you can do a bit of string manipulation using .indexOf(...) and .substring(...) methods of JS. Kind regards, Kasper ------------------- View the topic online to reply - go to http://datacleaner.org/topic/1050/Cleanse-Excel-File-of-specific-words-and-phases -- You received this message because you are subscribed to the Google Groups "DataCleaner-notify" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/datacleaner-notify. For more options, visit https://groups.google.com/d/optout.
