In need script for taking field's from multiple files in one directory
All files have the same "fields".
example file:
---------------------
##### TEST NAME : xxxxxxxx
##### TEST OWNER : XXXxxxxxx
##### XXX DIGIT IDENTIFIER : AAA, AAA, AAA
---------------------
Need format , separated starting with the FILENAME in the first field:
Need format to look like this
------------------------
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
------------------------
Hoping someone can help here
Given two equally predictive theories, choose the simpler.
All files have the same "fields".
example file:
---------------------
##### TEST NAME : xxxxxxxx
##### TEST OWNER : XXXxxxxxx
##### XXX DIGIT IDENTIFIER : AAA, AAA, AAA
---------------------
Need format , separated starting with the FILENAME in the first field:
Need format to look like this
------------------------
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
FILENAME, TEST NAME, xxxxxxxx, xxxxxxxx, AAA, AAA, AAA
------------------------
Hoping someone can help here
Given two equally predictive theories, choose the simpler.