Created
August 26, 2016 16:40
-
-
Save ijdickinson/3f2cf82a9ecc668dd6e8016c79760c3a to your computer and use it in GitHub Desktop.
Output of testing for unique header patterns in the Bristol contracts data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rm headers.txt | |
$ ls resource* | xargs head -1 -q >> headers.txt | |
$ sort headers.txt | uniq | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory,,, | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory,, | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory, | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory | |
Organisation Code,Organisation name,ContractReference,ContractTitle,OrganisationalUnit,Description,StartDate,EndDate,ReviewDate, ContractSuccessfulBidValue , ContractValue ,IrrecoverableVAT,SupplierName,CharityCommissionNumber,SMESupplier,VCSESupplier,Process type | |
Organisation Code,Organisation name,ContractReference,ContractTitle,OrganisationalUnit,Description,StartDate,EndDate,ReviewDate,ContractSuccessfulBidValue,ContractValue,IrrecoverableVAT,SupplierName,CharityCommissionNumber,SMESupplier,VCSESupplier,Process type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment