Solved

Why are my joined attributes not being written?

  • 23 November 2021
  • 4 replies
  • 0 views

I'm just trying to do a simple join of LSOA areas and an excel with some ONS data, joining based on the field 'LSOA_code'. The join mode is set to inner and appears to join based on the visual preview below from the joined output port but when I write to gdb, the fields I want to add from the excel don't appear to be exposed in the writer.

 

workbenchgdb writer 

icon

Best answer by ebygomm 23 November 2021, 17:37

View original

4 replies

Userlevel 1
Badge +10

The issue is with the attribute names, it looks like names coming from the excel data are not allowable in the gdb, so you will need to rename.

The issue is with the attribute names, it looks like names coming from the excel data are not allowable in the gdb, so you will need to rename.

Ah is it just because of the spaces?

Userlevel 1
Badge +10

Ah is it just because of the spaces?

Yes, spaces and the % sign

Ah is it just because of the spaces?

Thank you! So simple and obvious now you point it out 🙊

Reply