writing python to extract data from a file
Posted
by user297003
on Stack Overflow
See other posts from Stack Overflow
or by user297003
Published on 2010-03-19T00:11:21Z
Indexed on
2010/03/19
0:21 UTC
Read the original article
Hit count: 249
python
Hi
i am new to python
i am trying to extract the text between that has specific text file
----
data1
data1
data1
extractme
----
data2
data2
data2
----
data3
data3
extractme
----
and then dump it to text file so that
----
data1
data1
data1
extractme
---
data3
data3
extractme
---
thanks for the help
data1 data1
© Stack Overflow or respective owner