Hi all,

I have a large txt file (3 Million lines). Ouside excel capacity.
Thanks for your support...

input file format:

..
...
...
2014 Jul 23 08:15:16.675
...
..

Name = x
Lastname = y
.
.

Age = 5
height = 1
..

..
...
...
2014 Jul 24 08:15:16.675
...
..

Name = HHH
Lastname = BBSB
.
.

Age = 10
height = 2
..

2014 Jul 25 08:15:16.675
...
..

Name = SKSK
Lastname = SKSK
.
.

Age = 9
height = 3
..

..
...
...
2014 Jul 26 08:15:16.675
...
..

Name = x
Lastname = y
.
.

Age = 8
height = 1.5

=============================================================

Wanted output format :

Date/time| Name |Last name|Age|Height
2014 Jul 23 08:15:16.675|x|Y|5|1
.
.
.
.

the file is too large to be open in excel.. :-(

Are you want to open text file with VB ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.