I have an XLS file of district-level data, where each district is in a region. But the region column is only filled for the first district in the region. Something like:
District Region Population
Foo Bar 1234
Baz 345
Qux 69
Quux Zob 1234
Bax 42
and so on. How can I process it so that the empty District fields are filled with the correct District value (for eventual output to a CSV, but I can do that bit) to get:
District Region Population
Foo Bar 1234
Foo Baz 345
Foo Qux 69
Quux Zob 1234
Quux Bax 42
Am actually doing this with GeoKettle 2.0 - eventually eventually this is all going in a Shapefile.