Thanks DAVE
On Tuesday, March 19, 2013 8:24:24 PM UTC+5:30, Dave Angel wrote:
> On 03/19/2013 10:20 AM, razinzam...@gmail.com wrote:
>
> > I'm currently trying to extract some data between 2 lines of an input file
>
>
>
> Your subject line says "from word". I'm only guessing that you might
>
Thanks steven
On Tuesday, March 19, 2013 8:11:22 PM UTC+5:30, Steven D'Aprano wrote:
> On Tue, 19 Mar 2013 07:20:57 -0700, razinzamada wrote:
>
>
>
> > I'm currently trying to extract some data between 2 lines of an input
>
> > file using Python. the infil
I'm currently trying to extract some data between 2 lines of an input file
using Python. the infile is set up such that there is a line -START- where I
need the next 10 lines of code if and only if the -END- condition occurs before
the next -START-. The -START- line occurs many times before the
Thank you for your response,in case if its a word file how could i do this.
On Tuesday, March 19, 2013 7:16:00 PM UTC+5:30, Joel Goldstick wrote:
> On Tue, Mar 19, 2013 at 9:16 AM, wrote:
>
> Hello,
>
>
>
> I need to extract certain set of lines from PDF
>
> Ex:-
>
> IF(..)
>
> ..