I need to be able to read through the file identify what lines should I use to split the file, then I need to create n number of split filters and break up...
Hi Alex, You can't split the file using the VBScript filter, although we have been considering requests to be able to split and/or rename the file from VB....
I created 2 VB scripts now and 1 split script: 1. Collects misc data, identifies what lines should be file splits. After processing (EndJob event) I save...
Hi Alex, All filters run simultaneously. That is why TextPipe doesn't need to use temporary files at all. It looks like you will have to run the two scripts...
Hi TextPipers, Attached are two filters for TextPipe 6.5+ that provide an extensive array of filters for manipulating CSV and Tab-delimited data files. *...
Afternoon All, I acquired TextPro only a couple of days ago but already recognize what an extraordinary tool it is. I have a problem that I'm not sure can be...
Phil, We are working on your question and you will be answered very soon. Thanks, Pedro GKG SUPPORT...
Peter Garza of GKG.NET
support@...
Jun 29, 2003 11:57 pm
482
Hi Phil, TextPipe Pro will do this. First eliminate the REF lines with a Remove matching lines filter. Then use a series of pattern match replaces to isolate...
Simon, On the 'Files to Process Tab', when working with all files (*.*) in a folder, it would be helpful to ONLY look at files modified after a certain date....
I'm trying to setup a filter to remove the last 5 charactors of every line....example ($l!eNt_De@^H), xx.146.xx.225:3486 ($l!eNt_De@^H), xx.146.xx.225:3493 ...
Hello, I want to do some search and replace in RTF files. This is the pattern (perl, greedy, other options unselected) I look for: [^\.]+ ie all text between...
Hi José, The Allow RTF tags feature is only designed for use with text that consists of normal words - not with text that already contains a pattern. You...
When saving Excel files as Unicode text, Excel puts a comma around any cells that already had commas in them. I'm a new TextPipe user and would like to be...
Hi Lisa, Do you mean quotes or commas? Can you please attach a small sample file? Regards, Simon Carter, Crystal Software, www.crystalsoftware.com.au, (+61) 3...
Hi TextPipers, We're planning on closing down the Yahoo! Groups-based discussion forums in favor of using our own. This will result in far less spam and no ...
I am trying to extract a relatively simple pattern out of each line in a file but come up with wierd results. I think I got lucky and made an expression that...
I am processing some email data and would like to delete lines as follows. I have two reliable markers within the text. These are lines containing the two...
John Ford
johnf@...
Jul 28, 2003 12:31 am
494
Hi John, If the lines of characters between the matches is more than 4k long, you will need to increase the maximum match size expected (under the perl pattern...
Hi TextPipers, Attached is a filter to convert zoned decimal to ASCII. Since the forums at www.crystalsoftware.com.au/forums haven't exactly taken off, we will...
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...