Extract Data from multiple text files, uploaded to website, present in table.

Job ID: 32079998

Budget: €30 – €250 EUR

A very small project.
I need a php script, which I can integrate in website.

Step 1: Upload one or multiple txt files (filename ends with .out, but its a text file)
Step 2: Extract text from specific positions in the text file.
Step 3: Present the extracted text in a table. One row per text file.

Attached is an example text file.
To be extracted are:

Title:
Chi-Square Test of Model Fit Value
Chi-Square Test of Model Fit Degrees of Freedom
Chi-Square Test of Model Fit P-Value
CFI/TLI TLI
CFI/TLI CFI
RMSEA (Root Mean Square Error Of Approximation) Estimate
RMSEA (Root Mean Square Error Of Approximation) 90 Percent C.I.
RMSEA (Root Mean Square Error Of Approximation) Probability RMSEA <= .05
SRMR (Standardized Root Mean Square Residual) Value
Information Criteria Akaike (AIC)
Information Criteria Bayesian (BIC)
Information Criteria Sample-Size Adjusted BIC

The resulting table should look like this (for attached example file)

ROW1: Title | ChSq(df) | p | TLI | CFI | RMSEA | 90% CI | SRMR | AIC | BIC | aBIC

ROW 2: Model 1 PK only | 145.677(73) | 0.0000 | 0.950 | 0.960 | 0.048 | 0.037; 0.059 | 0.050 | 16595.223 | 16916.811 | 16666.109

And each file which has been uploaded has its OWN row.
So if a user uploads 10 files, the table will have the header PLUS 10 rows.

If one of the values is missing it should display "missing" in the according field of the table. If all are missing, all are "missing".

No styling at all is needed. Really a bare bone php page.

Upload button (upload your files here) in the center of the page.

Display table as described in the center of the page.

I can give you ftp access to a folder on my server to upload and test the page.
Related categories: PHP Software Architecture Data Extraction