Search found 10 matches

by WzevGIlK
Thu Jun 07, 2012 8:08 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Spaces
Replies: 4
Views: 7686

Re: Spaces

Thank you.
by WzevGIlK
Wed Jun 06, 2012 9:45 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Spaces
Replies: 4
Views: 7686

Re: Spaces

How to extract lines with two or more spaces?
by WzevGIlK
Sun Nov 14, 2010 4:08 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Search and Replace url
Replies: 1
Views: 3843

Search and Replace url

The following maybe very easy to do but I cant seem to get it done. Please help!

List 1:
_http://www.google.com/search?q={url}
_http://www.yahoo.com/search?q={url}
_http://www.msn.com/search?q={url}
...

List 2 ({url}):
datamystic.com
datamystic.net
datamystic.org
....


How to Replace {url} whith ...
by WzevGIlK
Sun Mar 28, 2010 9:43 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete lines when first fields match.
Replies: 2
Views: 4129

Re: Delete lines when first fields match.

Sorry, it's too hard for me. I try but it's not work. :(
by WzevGIlK
Sat Mar 20, 2010 3:16 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: It is possible to do sorting and split csv by field?
Replies: 4
Views: 6122

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

Hi again... It is possible sort and split csv by field?

Input:
any,any,white,any,any,any,any
any,any,black,any,any,any,any
any,any,blue,any,any,any,any
any,any,blue,any,any,any,any
any,any,brown,any,any,any,any
any,any,red,any,any,any,any
any,any,red,any,any,any,any

Output:

white.txt (content ...
by WzevGIlK
Sat Mar 20, 2010 3:04 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete lines when first fields match.
Replies: 2
Views: 4129

Delete lines when first fields match.

Hi! How can I delete lines in scv when first fields match.

Input:
white,any,any,any,any
black,any,any,any,any
blue,any,any,any,any
blue,any,any,any,any
brown,any,any,any,any
red,any,any,any,any
red,any,any,any,any

Output:
white,any,any,any,any
black,any,any,any,any
brown,any,any,any ...
by WzevGIlK
Wed Mar 17, 2010 1:46 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete fields when fields match but leave first field .
Replies: 3
Views: 6173

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

Wonderful! So easy! I had to do it through notepad. Adding using TextPipe "-=", first column and then in Notepad to remove after the first line - find and replace text down (-=Seattle, and -=Boston etc). It was a long and tired eyes. Anthony! Thank you very much! The program is very good!
by WzevGIlK
Wed Mar 17, 2010 12:48 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Delete fields when fields match but leave first field .
Replies: 3
Views: 6173

Delete fields when fields match but leave first field .

Pleeease help! How to Delete fields when fields match but leave first field.
Ex. (csv):
Seattle,any,any,any,any
Seattle,any,any,any,any
Seattle,any,any,any,any
Boston,Boston-any,Boston-any,Boston-any,Boston-any
Seattle,any,any,any,any
Boston,Boston-any,Boston-any,Boston-any,Boston-any

I want ...