-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from companieshouse/IDVA5-1808-csv-header
make csv headers case-insensitive
- Loading branch information
Showing
7 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
6 changes: 6 additions & 0 deletions
6
src/test/resources/good_multiple_records_with_case_mismatch_column_names.csv
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Unique ID,Registered Company Name,Company number,Trading name,First Name,Last Name,Date of Birth,Property Name or Number,Address Line 1,Address Line 2,City or Town,Postcode,Country | ||
XGML00000190000,,,David's Trading,Jane,Brown,,46 Pine Lane,Maple Drive,,Sheffield,L1 4DD,United Kingdom | ||
XGML00000190001,Charlie Taylor LP,12345678,Charlie's Trading,David,Doe,11111991,35 Maple Drive,Pine Lane,,Manchester,S1 5EE,United Kingdom | ||
XGML00000190002,Emily Taylor Plc,12345678,Emily's Trading,Charlie,Brown,11111991,,Pine Lane,,Leeds,S1 5EE,United Kingdom | ||
XGML00000190003,Jane Johnson LLP,12345678,Jane's Trading,Jane,Johnson,,21 Maple Drive,High Street,,Bristol,,United Kingdom | ||
XGML00000190004,John Doe LP,,John's Trading,Alice,Doe,11111991,,Pine Lane,,Leeds,M1 2BB,United Kingdom |
6 changes: 6 additions & 0 deletions
6
src/test/resources/good_multiple_records_with_column_names_in_quotes.csv
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"unique id","registered company name","company number","trading name","first name","last name","date of birth", "property name or number" , "address line 1","address line 2","city or town","postcode","country" | ||
XGML00000190000,,,David's Trading,Jane,Brown,,46 Pine Lane,Maple Drive,,Sheffield,L1 4DD,United Kingdom | ||
XGML00000190001,Charlie Taylor LP,12345678,Charlie's Trading,David,Doe,11111991,35 Maple Drive,Pine Lane,,Manchester,S1 5EE,United Kingdom | ||
XGML00000190002,Emily Taylor Plc,12345678,Emily's Trading,Charlie,Brown,11111991,,Pine Lane,,Leeds,S1 5EE,United Kingdom | ||
XGML00000190003,Jane Johnson LLP,12345678,Jane's Trading,Jane,Johnson,,21 Maple Drive,High Street,,Bristol,,United Kingdom | ||
XGML00000190004,John Doe LP,,John's Trading,Alice,Doe,11111991,,Pine Lane,,Leeds,M1 2BB,United Kingdom |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress until="2025-12-01Z"> | ||
<notes><![CDATA[ | ||
file name: logback-core-1.5.11.jar | ||
]]></notes> | ||
<cve>CVE-2024-12798</cve> | ||
</suppress> | ||
|
||
</suppressions> |