Browse Source

CLDC-4302: row parser and fixture updates

pull/3255/head
Nat Dean-Lewis 2 months ago
parent
commit
4254a653e2
  1. 2
      app/services/bulk_upload/sales/year2026/row_parser.rb
  2. 4
      spec/fixtures/files/2026_27_sales_bulk_upload.csv
  3. 2
      spec/fixtures/files/sales_logs_csv_export_codes_26.csv
  4. 2
      spec/fixtures/files/sales_logs_csv_export_labels_26.csv
  5. 2
      spec/fixtures/files/sales_logs_csv_export_non_support_codes_26.csv
  6. 2
      spec/fixtures/files/sales_logs_csv_export_non_support_labels_26.csv
  7. 1
      spec/fixtures/variable_definitions/sales_download_26_27.csv

2
app/services/bulk_upload/sales/year2026/row_parser.rb

@ -18,7 +18,7 @@ class BulkUpload::Sales::Year2026::RowParser
field_11: "What is the type of discounted ownership sale?", field_11: "What is the type of discounted ownership sale?",
field_12: "Is this a joint purchase?", field_12: "Is this a joint purchase?",
field_13: "Are there more than 2 joint buyers of this property?", field_13: "Are there more than 2 joint buyers of this property?",
field_14: "Did you interview the buyer to answer these questions?", field_14: "Did you interview the buyer(s) to answer these questions?",
field_15: "Has the buyer seen or been given access to the MHCLG privacy notice?", field_15: "Has the buyer seen or been given access to the MHCLG privacy notice?",
field_16: "If known, enter this property’s UPRN", field_16: "If known, enter this property’s UPRN",

4
spec/fixtures/files/2026_27_sales_bulk_upload.csv vendored

File diff suppressed because one or more lines are too long

2
spec/fixtures/files/sales_logs_csv_export_codes_26.csv vendored

File diff suppressed because one or more lines are too long

2
spec/fixtures/files/sales_logs_csv_export_labels_26.csv vendored

File diff suppressed because one or more lines are too long

2
spec/fixtures/files/sales_logs_csv_export_non_support_codes_26.csv vendored

File diff suppressed because one or more lines are too long

2
spec/fixtures/files/sales_logs_csv_export_non_support_labels_26.csv vendored

File diff suppressed because one or more lines are too long

1
spec/fixtures/variable_definitions/sales_download_26_27.csv vendored

@ -21,3 +21,4 @@ hasservicechargeschanged,Will the service charge change after this staircasing t
newservicecharges,What are the new total monthly service charges for the property? newservicecharges,What are the new total monthly service charges for the property?
hholdcount,In total, how many people live in the property? hholdcount,In total, how many people live in the property?
hhtype,Household type hhtype,Household type
noint,Did you interview the buyer(s) to answer these questions?

1 sexrab1,What was buyer 1's sex at birth?
21 newservicecharges,What are the new total monthly service charges for the property?
22 hholdcount,In total, how many people live in the property?
23 hhtype,Household type
24 noint,Did you interview the buyer(s) to answer these questions?
Loading…
Cancel
Save