Search found 74 matches

by alnico
Tue Aug 09, 2016 12:14 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: downloading web-page by TP
Replies: 9
Views: 10655

Re: downloading web-page by TP

Thanks for fix Simon,

But this does not fix the bigger issue where https urls are skipped all together (unless this has been fixed since TP v8.9.9).
They simply are not even logged during processing the input file list. i.e. original request from nikolas1612 for https://sev.life/
by alnico
Sat Aug 06, 2016 4:19 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: downloading web-page by TP
Replies: 9
Views: 10655

Re: downloading web-page by TP

I also have issues with accessing sites using https It seems like Textpipe is simply ignoring filenames beginning with https as there is no file input record created in the status tab when processing. Furthermore, it skips these filenames in a split second (no time for even sending the request to th...
by alnico
Wed May 04, 2011 2:49 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Copy and paste 'Secondary output filter'
Replies: 1
Views: 3850

Copy and paste 'Secondary output filter'

When I copy a 'Secondary output filter' either by itself or as part of a group of filters...it drops out when pasted elsewhere in the file.

TP 8.8.2
by alnico
Wed Apr 20, 2011 1:47 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Run External Program save issue
Replies: 1
Views: 3382

Run External Program save issue

If I 'check' the 'Remove files on completion' checkbox in the 'Run external program' filter...TP does not sense that it is modified.
I cannot save it with 'Run external program' checked unless I modify something else to signal a change.

TP 8.8.2
by alnico
Fri Apr 15, 2011 5:27 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Relative paths option for the location of replace lists?
Replies: 16
Views: 19793

Re: Relative paths option for the location of replace lists?

If I open a fll file from a previous version of TP... Does the newer TP update/convert all filters, names and Help links, etc? I am assuming, Yes. If Yes, if I DO NOT save the updated fll file, I am guessing it retains the old TP settings...and would be updated every time it is opened. Is there any ...
by alnico
Fri Apr 15, 2011 5:10 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Relative paths option for the location of replace lists?
Replies: 16
Views: 19793

Re: Relative paths option for the location of replace lists?

Thank you Simon! Something strange has just happened...folder open button (when pointing to a relative path) now seems to work. Path convention 'folder\filename.txt' which I tested a couple of days ago did not work ; but now seems to work (is this a supported convention?). The Help file for filter &...
by alnico
Fri Apr 15, 2011 2:05 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: ID unique/duplicate lines
Replies: 0
Views: 7850

ID unique/duplicate lines

I am ripping data to create a relational database. When I rip a column/field from my source file…it needs to be de-duplicated and then an ID assigned (add line number)…pretty simple. I also, must create a replace list that will find the string in the source file and replace it with the ID. (running ...
by alnico
Thu Apr 14, 2011 11:50 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Search/Replace List memory issue
Replies: 6
Views: 7469

Re: Search/Replace List memory issue

Simon, I emailed you the original data to test.

Simultaneous replace does not work as they contain patterns; not 'exact' matches.

But again, I figured out a more efficient solution...

Thanks,
by alnico
Thu Apr 14, 2011 12:04 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Relative paths option for the location of replace lists?
Replies: 16
Views: 19793

Re: Relative paths option for the location of replace lists?

Ah yes, it does work as expected, thanks for clarify Simon. However, the Help files are not clear about it's usage and the two main filters do not mention it at all (Files to Process, Output Filter). Maybe the original Help line: ("A path can be specified relative to the current filter path.&qu...
by alnico
Wed Apr 13, 2011 1:50 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Search/Replace List memory issue
Replies: 6
Views: 7469

Re: Search/Replace List memory issue

Attached is a filter with three input files and a tab deliminated Replace list. If a smaller Replace list is used...it works fine; otherwise TextPipe throws errors or simply stops. However, I have since figured out a more efficient way of getting what I need here...so fixing this is not an issue; bu...
by alnico
Wed Apr 13, 2011 1:20 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Relative paths option for the location of replace lists?
Replies: 16
Views: 19793

Re: Relative paths option for the location of replace lists?

Relative paths seem to be limited and not work as expected... Putting a simple filename (no path) in the Filename field(s) works as expected, i.e. 'myfile.txt'. But, I need to create folders for many types of output and grab input from folders as well, thus... Inserting a path such as this: '\output...
by alnico
Mon Apr 11, 2011 10:58 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Search/Replace List memory issue
Replies: 6
Views: 7469

Search/Replace List memory issue

If a run a Search/Replace List of 10,000 lines (3.5Mb) against 3 (100 line 45kb) input files...problems occur... Immediately TextPipe will hang and the header bar may or may not say "Not Responding". After about 4 minutes TextPipe will come back to life and throw errors: "Out of memor...
by alnico
Wed Mar 02, 2011 12:42 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: New filter proposal: Math Calculation
Replies: 2
Views: 5360

Re: New filter proposal: Math Calculation

No reply Simon...that seems odd ;-0

I got an email notification that this topic DID received a reply...but there is nothing here? Weird
by alnico
Fri Feb 25, 2011 1:48 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: New filter proposal: Repeat Filter(s)
Replies: 11
Views: 13841

Re: New filter proposal: Repeat Filter(s)

Thanks Simon, I just got this 'normalization' process figured out by running an external process and bringing it back into TextPipe...no small feat ;-) You ask "why I would want to do this"...imagine exporting html tables from print catalog layout software (with merged cells) and preparing...
by alnico
Sat Feb 19, 2011 1:21 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: New filter proposal: Repeat Filter(s)
Replies: 11
Views: 13841

Re: New filter proposal: Repeat Filter(s)

Sorry, Here is what exactly I am trying to accomplish. http://www.andrewjwelch.com/code/xslt/table/table-normalization.html I currently have to do part of my processing in TextPipe then with 3rd party app (without command line) then bring the data back into TextPipe to continue. It is a messy proces...