|
The December files certainly do include EO lines, which have the "EO Flag" value set to 1. I used Excel to filter that column having values if "1", and found around 60,000 records in the first file and 70,000 in the second file. I made a small mistake, as I counted records with 1 but ignored the fact that there might be duplicate entries for postcodes
Here's an example I found locally:
THBO, BROOKWOOD, GU240LR, {THBO}{M_F}, 1, 9%
And here's one where a postcode has multiple EO entries, with a different SAU_Node_Id:
MYHGT, HARROGATE, HG11PE, {MYHGT}{M_D}, 1, 14%
MYHGT, HARROGATE, HG11PE, {MYHGT}{M_F}, 1, 28%
The SAU_Node_Id seems to include a string like "{M_A}", "{M_B}", etc. Perhaps it identifies the cable bundle, or the frame used.
|