Search found 11 matches

by AnthonyFitz
Mon Mar 22, 2010 10:13 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: It is possible to do sorting and split csv by field?
Replies: 4
Views: 4517

Re: It is possible to do sorting and split csv by field?

DataMystic Support wrote:Good luck with your Uni project!
LOL :-)
by AnthonyFitz
Mon Mar 22, 2010 10:12 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Make Paragraphs
Replies: 8
Views: 7641

Re: Make Paragraphs

Hi pakiyabhai,

I think this is something that could be done in TextPipe.

What do you want to do exactly? Can you post the output of the text you would like to see.

Anthony.
by AnthonyFitz
Thu Mar 18, 2010 7:54 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Sorting alphabetically line by line
Replies: 6
Views: 8680

Re: Sorting alphabetically line by line

simoninsing wrote:Many thanks Anthony. It looks great. I'll need to upgrade to Pro to use it, which I'll do soon ... as soon as I feel rich enough !
Best purchase you'll ever make. You wont regret it!
by AnthonyFitz
Thu Mar 18, 2010 7:51 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete fields when fields match but leave first field .
Replies: 3
Views: 4243

Re: Delete fields when fields match but leave first field .

Yeah, Text Pipe Pro is the best tool out there for text manipulation, and writing regular expressions is like writing poetry, when it works! ;-)
by AnthonyFitz
Wed Mar 17, 2010 10:45 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Sorting alphabetically line by line
Replies: 6
Views: 8680

Re: Sorting alphabetically line by line

Hi, I have created a filter that will do this also using the restrict to each line in turn filter. TextPipeForum_Filter_for_simoninsing_By_AnthonyFitz.zip I tested it on the following input, and got the following output. Input apple, pear, tamarillo, orange, banana, "custard apple" pear, t...
by AnthonyFitz
Wed Mar 17, 2010 5:16 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete fields when fields match but leave first field .
Replies: 3
Views: 4243

Re: Delete fields when fields match but leave first field .

Hi WzevGIlK, I think this filter should work for you. I did some tests and it seems to work on the sample data I threw at it. TextPipeForum_Filter_for_WzevGIlK_By_AnthonyFitz.zip Input Seattle,any,any,any,any Seattle,any,any,any,any Seattle,any,any,any,any Boston,Boston-any,Boston-any,Boston-any,Bos...
by AnthonyFitz
Sat Mar 13, 2010 1:31 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Microsoft Wordpad and Unicode
Replies: 5
Views: 38249

Re: Notepad and Unicode

Yes, this is because all text editors try to guess the text encoding of a file, unless it has a BOM (byte order mark). They all use different algorithms to calculate this. Also they don't read all of the file, they only read a small portion to use as a test sample and the size of this sample is also...
by AnthonyFitz
Fri Mar 12, 2010 8:31 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Output to clipboard, and pasting into Excel - encoding issue
Replies: 2
Views: 3688

Re: Output to clipboard, and pasting into Excel - encoding issue

Perfect, thanks Simon!

Amazing, super fast support. Top Class!

Anthony.
by AnthonyFitz
Thu Mar 11, 2010 10:17 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Output to clipboard, and pasting into Excel - encoding issue
Replies: 2
Views: 3688

Output to clipboard, and pasting into Excel - encoding issue

Hi Simon, I'm creating a tool in VB that takes in user input and runs a textpipepro filter in command line mode which outputs to the clipboard. Then the tool silently opens up excel and pastes this data into a specific column. Everything is working great except that its pasting corrupted characters ...
by AnthonyFitz
Wed Aug 27, 2008 3:05 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Explorer Right Click Menu (Additional Filters)
Replies: 3
Views: 4666

Re: Explorer Right Click Menu (Additional Filters)

Excellent, thats exactly what I was looking for.

I know, RTFM ;-)

Cheers,
Anthony.
by AnthonyFitz
Mon Aug 25, 2008 9:37 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Explorer Right Click Menu (Additional Filters)
Replies: 3
Views: 4666

Explorer Right Click Menu (Additional Filters)

Hi Simon, Would it be possible to enable customization of the Right Click menu for text pipe pro so that you can add your own filters to the list for quick execution. This could be something like a INI file with 2 Variables like Display Name, Full Path to Filter file, and maybe another Boolean Varia...