i've been ask to think of some solution to this problem but i'm no way near of it.
i have a txt file (ascii) with aprox. 1845000 lines.
the code is something like this
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Date: 02-12-2004 Time: 11:06:24
Job Number: 2542
Job Name: al
Priority: Normal
User Name: msescudeiro
Customer:
Account: 1341000
Distribution:
Notes:
--------------------------------------------------------------------------------
Original Filename: C-0884_Vers_E.TIF
recycled paper
Used Area: 0
Plotted Area: 0
Media: paper
Used Area: 4977
Plotted Area: 4977
Media: film
Used Area: 0
Plotted Area: 0
Media: vellum
Used Area: 0
Plotted Area: 0
Operation Count
Mirror: 0
Rotate: 0
Zoom: 0
Stamp: 0
Fold: 38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
"
i need to have a table like this
"
Date Name Dep Acount
25/01/05/ me mine 001
"
how can i do this?????????????
PS: sorry this is a big and confused post.
i have a txt file (ascii) with aprox. 1845000 lines.
the code is something like this
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Date: 02-12-2004 Time: 11:06:24
Job Number: 2542
Job Name: al
Priority: Normal
User Name: msescudeiro
Customer:
Account: 1341000
Distribution:
Notes:
--------------------------------------------------------------------------------
Original Filename: C-0884_Vers_E.TIF
recycled paper
Used Area: 0
Plotted Area: 0
Media: paper
Used Area: 4977
Plotted Area: 4977
Media: film
Used Area: 0
Plotted Area: 0
Media: vellum
Used Area: 0
Plotted Area: 0
Operation Count
Mirror: 0
Rotate: 0
Zoom: 0
Stamp: 0
Fold: 38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
"
i need to have a table like this
"
Date Name Dep Acount
25/01/05/ me mine 001
"
how can i do this?????????????
PS: sorry this is a big and confused post.