Re: batch processing of large numbers of text files?

2007-09-04 Thread Chris Borokowski
EditPad is also a good contender:
http://www.editpadlite.com/

--- David Spreadbury <[EMAIL PROTECTED]> wrote:

> One such option, for Windows users, is TextPad (www.textpad.com).
>
>   Very useful when editing multiple ASCII files. I ue it to perform
> operations across a complete folder of HTML files on a regular basis.


http://technical-writing.dionysius.com/
technical writing | consulting | development


   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-09-04 Thread Chris Borokowski
EditPad is also a good contender:
http://www.editpadlite.com/

--- David Spreadbury  wrote:

> One such option, for Windows users, is TextPad (www.textpad.com).
>
>   Very useful when editing multiple ASCII files. I ue it to perform
> operations across a complete folder of HTML files on a regular basis.


http://technical-writing.dionysius.com/
technical writing | consulting | development




Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 



batch processing of large numbers of text files?

2007-09-01 Thread David Spreadbury
One such option, for Windows users, is TextPad (www.textpad.com).
   
  Very useful when editing multiple ASCII files. I ue it to perform operations 
across a complete folder of HTML files on a regular basis.
   

   
-
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-09-01 Thread David Spreadbury
One such option, for Windows users, is TextPad (www.textpad.com).

  Very useful when editing multiple ASCII files. I ue it to perform operations 
across a complete folder of HTML files on a regular basis.



-
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 


batch processing of large numbers of text files?

2007-08-31 Thread Lester C. Smalley
Ben -

you can get SED (I loved it to, back in my VAX, and Sun user days) for
windows.  Google will point you to several sources including SourceForge
(http://gnuwin32.sourceforge.net/packages/sed.htm).

Or, if you already have FrameScript, you can do this inside of
FrameMaker as well.

On Friday, August 31, 2007 12:46 PM, B Hechter wrote:

| Hi Framers,
| 
| Well, it looks like I will need to batch process a large 
| number of ASCII (plain text) system configuration files in
| the same manner, in order to filter out information that I
| do not need, before I import them into Frame.
| 
| I don't know if this a proper topic for the list, but it 
| takes me back to my  UNIX days of using "sed" with great
| success (even for a non-programmer like me), to create a
| standard set of batch text processing instructions that
| could be applied consistently and repetitively to large
| numbers of pattern-based plain text files.
| 
| The question is two fold:
| a) any sed FM users out there?
| b) are there other similar (economical) options for batch 
|processing of text files?
| 
| Comments and opinions are most welcome.
| 
| Thanks!
| 
| Ben

- Lester 
---
Lester C. Smalley  Email: lsmalley AT infocon DOT com   
Information Consultants, Inc.  Phone: 302-239-2942 FAX: 302-239-1712
Yorklyn, DE  19736   Web: www.infocon.com   
---



batch processing of large numbers of text files?

2007-08-31 Thread feimin_lore...@amis.com
Hi Ben:

I've been using Python to manipulate XML files, and it's free and 
friendly. Well, I sit with a lot of professional programmers, so I have 
help, but they assure me that it's a wonderful scripting language compared 
to many others. Did I mention that it's free?

Here's the download site: http://www.python.org/
And here's the reference book: http://docs.python.org/lib/lib.html

Good luck!

Fei Min Lorente




"B Hechter"  
Sent by: framers-bounces+feimin_lorente=amis.com at lists.frameusers.com
08/31/2007 12:47 PM

To
framers at lists.frameusers.com
cc

Subject
batch processing of large numbers of text files?






Hi Framers,

Well, it looks like I will need to batch process a large number of ASCII
(plain text) system configuration files in the same manner, in order to
filter out information that I do not need, before I import them into 
Frame.

I don't know if this a proper topic for the list, but it takes me back to 
my
UNIX days of using "sed" with great success (even for a non-programmer 
like
me), to create a standard set of batch text processing instructions that
could be applied consistently and repetitively to large numbers of
pattern-based plain text files.

The question is two fold:
a) any sed FM users out there?
b) are there other similar (economical) options for batch processing of 
text
files?

Comments and opinions are most welcome.

Thanks!

Ben
-- 
Ben Hechter
objectives.ca
Technical Performance Support Solutions
Vancouver BC
t: 604-725-7385
e: bhechter at objectives.ca
w: www.semitake.com
___


You are currently subscribed to Framers as FeiMin_Lorente at amis.com.

Send list messages to framers at lists.frameusers.com.

To unsubscribe send a blank email to 
framers-unsubscribe at lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/feimin_lorente%40amis.com


Send administrative questions to listadmin at frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE: 
This electronic message contains information that may be confidential or 
privileged. The information is intended for the use of the individual or entity 
named above. If you are not the intended recipient, please be aware that any 
disclosure, copying, distribution or use of the contents of this information is 
prohibited. If you received this electronic message in error, please notify the 
sender and delete the copy you received.



Re: batch processing of large numbers of text files?

2007-08-31 Thread FeiMin_Lorente
Hi Ben:

I've been using Python to manipulate XML files, and it's free and 
friendly. Well, I sit with a lot of professional programmers, so I have 
help, but they assure me that it's a wonderful scripting language compared 
to many others. Did I mention that it's free?

Here's the download site: http://www.python.org/
And here's the reference book: http://docs.python.org/lib/lib.html

Good luck!

Fei Min Lorente




"B Hechter" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
08/31/2007 12:47 PM

To
framers@lists.frameusers.com
cc

Subject
batch processing of large numbers of text files?






Hi Framers,

Well, it looks like I will need to batch process a large number of ASCII
(plain text) system configuration files in the same manner, in order to
filter out information that I do not need, before I import them into 
Frame.

I don't know if this a proper topic for the list, but it takes me back to 
my
UNIX days of using "sed" with great success (even for a non-programmer 
like
me), to create a standard set of batch text processing instructions that
could be applied consistently and repetitively to large numbers of
pattern-based plain text files.

The question is two fold:
a) any sed FM users out there?
b) are there other similar (economical) options for batch processing of 
text
files?

Comments and opinions are most welcome.

Thanks!

Ben
-- 
Ben Hechter
objectives.ca
Technical Performance Support Solutions
Vancouver BC
t: 604-725-7385
e: [EMAIL PROTECTED]
w: www.semitake.com
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/feimin_lorente%40amis.com


Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE: 
This electronic message contains information that may be confidential or 
privileged. The information is intended for the use of the individual or entity 
named above. If you are not the intended recipient, please be aware that any 
disclosure, copying, distribution or use of the contents of this information is 
prohibited. If you received this electronic message in error, please notify the 
sender and delete the copy you received.
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


RE: batch processing of large numbers of text files?

2007-08-31 Thread Lester C. Smalley
Ben -

you can get SED (I loved it to, back in my VAX, and Sun user days) for
windows.  Google will point you to several sources including SourceForge
(http://gnuwin32.sourceforge.net/packages/sed.htm).

Or, if you already have FrameScript, you can do this inside of
FrameMaker as well.

On Friday, August 31, 2007 12:46 PM, B Hechter wrote:
 
| Hi Framers,
| 
| Well, it looks like I will need to batch process a large 
| number of ASCII (plain text) system configuration files in
| the same manner, in order to filter out information that I
| do not need, before I import them into Frame.
| 
| I don't know if this a proper topic for the list, but it 
| takes me back to my  UNIX days of using "sed" with great
| success (even for a non-programmer like me), to create a
| standard set of batch text processing instructions that
| could be applied consistently and repetitively to large
| numbers of pattern-based plain text files.
| 
| The question is two fold:
| a) any sed FM users out there?
| b) are there other similar (economical) options for batch 
|processing of text files?
| 
| Comments and opinions are most welcome.
| 
| Thanks!
| 
| Ben

- Lester 
---
Lester C. Smalley  Email: lsmalley AT infocon DOT com   
Information Consultants, Inc.  Phone: 302-239-2942 FAX: 302-239-1712
Yorklyn, DE  19736   Web: www.infocon.com   
---
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Re: batch processing of large numbers of text files?

2007-08-31 Thread Syed Zaeem Hosain

Oh, yeah - good input! I forgot about awk ... I don't use it anymore
though. sed and perl do the job in almost all my minimal use of these
kinds of text editing functions.

Regards,

Z

Chris Borokowski wrote:

Stick with what you know. Go to www.activestate.com and download
ActivePerl, which inherits much of its file processing behavior from
awk and sed.

http://www.activestate.com/

I can help with introductory questions.

___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]

or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-08-31 Thread Syed Zaeem Hosain
Oh, yeah - good input! I forgot about awk ... I don't use it anymore
though. sed and perl do the job in almost all my minimal use of these
kinds of text editing functions.

Regards,

Z

Chris Borokowski wrote:
> Stick with what you know. Go to www.activestate.com and download
> ActivePerl, which inherits much of its file processing behavior from
> awk and sed.
> 
> http://www.activestate.com/
> 
> I can help with introductory questions.



Re: batch processing of large numbers of text files?

2007-08-31 Thread Chris Borokowski
Stick with what you know. Go to www.activestate.com and download
ActivePerl, which inherits much of its file processing behavior from
awk and sed.

http://www.activestate.com/

I can help with introductory questions.

--- B Hechter <[EMAIL PROTECTED]> wrote:

> I don't know if this a proper topic for the list, but it takes me
> back to my
> UNIX days of using "sed" with great success (even for a
> non-programmer like
> me), to create a standard set of batch text processing instructions
> that
> could be applied consistently and repetitively to large numbers of
> pattern-based plain text files.


http://technical-writing.dionysius.com/
technical writing | consulting | development


   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-08-31 Thread Chris Borokowski
Stick with what you know. Go to www.activestate.com and download
ActivePerl, which inherits much of its file processing behavior from
awk and sed.

http://www.activestate.com/

I can help with introductory questions.

--- B Hechter  wrote:

> I don't know if this a proper topic for the list, but it takes me
> back to my
> UNIX days of using "sed" with great success (even for a
> non-programmer like
> me), to create a standard set of batch text processing instructions
> that
> could be applied consistently and repetitively to large numbers of
> pattern-based plain text files.


http://technical-writing.dionysius.com/
technical writing | consulting | development




Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/



Re: batch processing of large numbers of text files?

2007-08-31 Thread Syed Zaeem Hosain

Hi, Ben.

B Hechter wrote:

Well, it looks like I will need to batch process a large number of ASCII
(plain text) system configuration files in the same manner, in order to
filter out information that I do not need, before I import them into Frame.

I don't know if this a proper topic for the list, but it takes me back to my
UNIX days of using "sed" with great success (even for a non-programmer like
me), to create a standard set of batch text processing instructions that
could be applied consistently and repetitively to large numbers of
pattern-based plain text files.

The question is two fold:
a) any sed FM users out there?


I still use sed for certain repetitive patterned-text editing functions,
but not to process the text for subsequent input into FrameMaker! This
would work fine, of course, just surprising to me.


b) are there other similar (economical) options for batch processing of text
files?


sed is free if you have a UNIX or Linux system handy. Price is tough
to beat. :)

But, perl is another very strong contender that I also use sometimes
for these task. In most ways, *much* stronger than sed (depending on
the complexity of the task at hand), but has a higher learning curve
- particular if you already know sed, or do not know either program.

Many free text editors, even on non-UNIX systems, have batch mode text
editing capability too ...

Z
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]

or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-08-31 Thread Syed Zaeem Hosain
Hi, Ben.

B Hechter wrote:
> Well, it looks like I will need to batch process a large number of ASCII
> (plain text) system configuration files in the same manner, in order to
> filter out information that I do not need, before I import them into Frame.
> 
> I don't know if this a proper topic for the list, but it takes me back to my
> UNIX days of using "sed" with great success (even for a non-programmer like
> me), to create a standard set of batch text processing instructions that
> could be applied consistently and repetitively to large numbers of
> pattern-based plain text files.
> 
> The question is two fold:
> a) any sed FM users out there?

I still use sed for certain repetitive patterned-text editing functions,
but not to process the text for subsequent input into FrameMaker! This
would work fine, of course, just surprising to me.

> b) are there other similar (economical) options for batch processing of text
> files?

sed is free if you have a UNIX or Linux system handy. Price is tough
to beat. :)

But, perl is another very strong contender that I also use sometimes
for these task. In most ways, *much* stronger than sed (depending on
the complexity of the task at hand), but has a higher learning curve
- particular if you already know sed, or do not know either program.

Many free text editors, even on non-UNIX systems, have batch mode text
editing capability too ...

Z



batch processing of large numbers of text files?

2007-08-31 Thread B Hechter
Hi Framers,

Well, it looks like I will need to batch process a large number of ASCII
(plain text) system configuration files in the same manner, in order to
filter out information that I do not need, before I import them into Frame.

I don't know if this a proper topic for the list, but it takes me back to my
UNIX days of using "sed" with great success (even for a non-programmer like
me), to create a standard set of batch text processing instructions that
could be applied consistently and repetitively to large numbers of
pattern-based plain text files.

The question is two fold:
a) any sed FM users out there?
b) are there other similar (economical) options for batch processing of text
files?

Comments and opinions are most welcome.

Thanks!

Ben
-- 
Ben Hechter
objectives.ca
Technical Performance Support Solutions
Vancouver BC
t: 604-725-7385
e: [EMAIL PROTECTED]
w: www.semitake.com
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


batch processing of large numbers of text files?

2007-08-31 Thread B Hechter
Hi Framers,

Well, it looks like I will need to batch process a large number of ASCII
(plain text) system configuration files in the same manner, in order to
filter out information that I do not need, before I import them into Frame.

I don't know if this a proper topic for the list, but it takes me back to my
UNIX days of using "sed" with great success (even for a non-programmer like
me), to create a standard set of batch text processing instructions that
could be applied consistently and repetitively to large numbers of
pattern-based plain text files.

The question is two fold:
a) any sed FM users out there?
b) are there other similar (economical) options for batch processing of text
files?

Comments and opinions are most welcome.

Thanks!

Ben
-- 
Ben Hechter
objectives.ca
Technical Performance Support Solutions
Vancouver BC
t: 604-725-7385
e: bhechter at objectives.ca
w: www.semitake.com