Ok, am I trying to overthink this? I have multiple lines that contain the character "\". I simply want to delete the backslash and everything after it until I...
I am trying textpipe on a trial basis. I need something that can take an EXCEL spreadsheet and write it out in a text format that retains the field spacing....
I am trying to extract info from a text file. I need to extract the solitiation number, Posted date, classification code, the lines under the contracting...
Hi Tim, Try searching for the pattern \\[\r\n]* Replace with nothing. Regards, Simon Carter, Crystal Software, www.crystalsoftware.com.au, (+61) 3 9888 3104...
I´ve got a XML file with over 2000 pairs of lines with the following structure: <base loc="en" >TEXT TO COPY</base> <tran loc="fr" origin=""></tran> and I...
Hi Simon, I'm surprised that the new forums haven't taken off. i think they knock spots off yahoo Groups any day especially as they are being hosted on your...
Hi Paul, If you output using, say, a tab format, you can then use a Restrict to Tab Fields filter with a sub filter of a Pad to Width filter to force each...
Hi Simon and TextPipers; A Yahoo Group 'push' of information works far better for occasional TextPipe users with busy schedules than a forum that would have to...
Ok - we won't kill the group - it has over 600 members after all! Spam has become a real pain for most people (us included), so the forums provide a useful...
Hi there Textpipe Guru's I have a problem for you all which I have been unable to solve ... I want to be able to scan a document and update an acronym list and...
You can restrict a replacement or set of changes to a single section of a .INI file. The trick is to use a search/replace as the restriction. The example below...
TextPipe 7.0 has some amazing new features...read more below... TextPipe Pro is the companion product to our other search and replace tools - WordPipe for...
EasyPatterns are a user-friendly language to match text patterns such as phone numbers, email addresses, prices, times, dates, IP addresses, Zip codes and much...
Hi all, We've just uploaded our new site design - we hope you like the new look. Also, if you weren't aware of it, we changed from Crystal Software to...
We've just released TextPipe Pro 7.4 - the easiest way to fix, convert, transform or data mine text files. TextPipe can now convert to and from 150+ code...
I'm trying to move the first line matching a pattern to a different (and fixed) line position. For example, I would like to move line number 4 to position...
The latest TextPipe Pro Beta can be downloaded from: http://www.datamystic.com/textpipeprobeta.exe and for customers, from the pre-release link in the secure...
I have been working on some data extraction. I am using textpipe pro as well as Easy pattern helper.. I need to extract two lines that read like this Sales: ...
... Simple. Replace line break with whitespace after "Sales:" First filter (replace): -Search (Sales:)(\r\n) -Replace with $1[ ] Second filter (extract...
Hi, How can split a file by file size and string pattern? For example I would like to split a file into minimum size of 5 MB and find a string pattern as the...
I have a filter file which using a series of preset filters (like the HTML code stripper), and a series of exact-match replacement filters (usually to get rid...
Hi Steve, You need to add a `Convert end of lines' filter at the top of your filter list. The Trial Run area (as documented in the help) converts all EOLs to...
This is probably so simple that it's been solved a dozen times, but I'm stuck. How do I remove quote marks from content that are interfering with correct...
The trick is to replace only between >...< pairs. The beauty of TextPipe is that you can restrict a set of changes to any region, using either a pattern, or...
I am having a problem with the conversion - after adding the EBCDIC to ASCII conversion my output file is showing unmatchable ascii characters. I tried to use...