|
|
Re: #15
Hello
I need to extract data from text file, which contain random text at a regular interval.
My text file looks something like this:
2.00 'day' 2000-01-03
'Global Mole Fraction(SOL) - Matrix' ''
0.850421 0.662334 0.42014 0.304977 0.19464 0.107398
0.0579599 0.0352883 0.0235352 0.0138323 0.00822029 0.00476013
0.00218838 0.000692394 0.000261295 0.000107044 4.26836E-005
4.00 'day' 2000-01-05
'Global Mole Fraction(SOL) - Matrix' ''
0.949048 0.872466 0.744197 0.653951 0.544604 0.421489
0.320403 0.254397 0.207999 0.161919 0.126679 0.0969455
0.0640893 0.0329477 0.0187245 0.0111829 0. 00651805
and it goes on in same way for many time steps.
8.00 'day' 2000-01-09
'Global Mole Fraction(SOL) - Matrix' ''
0.990012 0.973676 0.94251 0.914009 0.874534 0.819587
0.761944 0.712168 0.667202 0.619753 0.575866 0.528003
0.454933 0.35189 0.281888 0.229884 0.184588
I just want to read the numbers (below global mole fraction). The code I am using now does exactly what I want, but it takes forever for just one file, and I have 1000s of these files . Can anyone help?
|
|
0
|
|
|
|
Reply
|
dhirajsingla15 (7)
|
6/2/2012 5:45:32 PM |
|
On 6/2/2012 12:45 PM, dhiraj wrote:
....
> I just want to read the numbers (below global mole fraction). The code I
> am using now does exactly what I want, but it takes forever for just one
> file, and I have 1000s of these files . Can anyone help?
Well, how about showing what you're now doing so we don't have to
reinvent the wheel???
--
|
|
0
|
|
|
|
Reply
|
none1568 (6654)
|
6/8/2012 11:50:44 PM
|
|
|
1 Replies
37 Views
(page loaded in 0.07 seconds)
Similiar Articles: Re: she will crudely fear outside sour pretty structures - comp ...Re: she will crudely fear outside sour pretty structures Follow ... 4/15/2006 6:18:37 AM Do you know where there are Teletype machines for sale? [Telecom ...Re: Model 15 RO Teletype available (OT) [telecom]... shared systems used full duplex but there ... being automated out of a job is, you see, nothing new. Sybase ASE 15 performance issue - comp.databases.sybaseBTW, "set sort_merge off" has no effect anymore in ASE 15, unless you're using 'compatibility mode'. There's more information about ASE 15 migration at www.sybase ... Age range calculation problem - comp.databases.filemaker ...This will never give > the result you're expecting. "age > 15 < 19" is not a proper test (and > "15 < age < 19" wouldn't be either). This basically does a multiple > two ... Need help re: Lexicographic sorting on a Image - comp.soft-sys ...Hi, I am working on My ME project and need help re: Lexicographic sorting on an image ... 12/15/2010 7:13:06 AM Re: How to open excel file in Sas using _null_? - comp.soft-sys ...Try writing the command to the log instead of DDE: ===== 15 %let ext_file = abc.xls; 16 17 data _null_; 18 file log ; * ddemd; 19 ... Btrieve 6.15, Novell 6.5 - comp.databases.btrieveWe're moving a btrieve app (ver 6.15) from one server to another and are ... On a NetWare box, simple type MODULES BTRIEVE.NLM and you should get a response that tells you ... Re: Question From a Brainbench exam - comp.lang.c++.moderated ...... Test Prep : The Official Microsoft ASP.NET Forums I'll be taking a BrainBench ASP.NET test (I think it is supposed to be 15 or 16 questions?) in preparation for ... Re ... Re: Update One Table from Another Table Using SQL - comp.soft-sys ...... Arthur Tabachneck" <art297@NETSCAPE.NET> To: <SAS-L@LISTSERV.UGA.EDU>; "Kevin A. Myers" <kmyers1@CLEARWIRE.NET> Sent: Tuesday, November 24, 2009 17:15 Subject: Re ... Btrieve 6.15.451 patches - comp.databases.btrieveIf you're using Btrieve 6.15 Workstation on Windows, this Ultimate ... If you're using Btrieve 6.15 Workstation on Windows, this Ultimate Patch is for You. Electro-Voice Model RE15Electro-Voice RE15 microphone ... Description and Applications The Electro-Voice RE15 is a dynamic cardioid mic created especially for the most exacting ... Re 15 Subwoofer - Compare Prices, Reviews and Buy at Nextag ...Re 15 Subwoofer - 17 results like Re-Audio XXX15 Car Stereo Subwoofer, Re-Audio SEX15D2 Sex 15d2 Sex Series Subwoofer [15 Dual 2_], AUDIO SRX 15D2 SRX SERIES ... 7/12/2012 2:05:00 AM
|
|
|
|
|
|
|
|
|