PROBLEMA

Não é possível fazer com que todos os registros se juntem, embora todos os valores nos dois campos de ligação correspondam

Last Published: December 6, 2024

Descrição

When joining tables with the option to keep all records, if all values in a field in one table match with all values in a field of another table, all records are included in the joined table. However, in some cases, when joining such tables, only some records are included in the joined table.

Causa

This may caused by preceding spaces or trailing spaces in the values of one or both of the join fields.

Solução ou Solução Provisória

Remove the preceding and trailing spaces from the values in the relevant fields before joining the fields.

  1. In the attribute table of the feature, right-click the header of the field that is used for joining, and click Field Calculator.
  2. Use the following Python expression on the relevant join field to remove all the trailing spaces.
!fieldname!.rstrip()
Note:
Change fieldname to the user's respective field name.
  1. Use the following Python expression to remove any preceding spaces from the values in the join field.
!fieldname!.lstrip()
Strip spaces
Note:
Apply these steps on both join inputs to ensure that preceding or trailing spaces are not hindering a proper join, and proceed with the join operation.

ID do Artigo: 000015477

Receba notificações e encontre soluções para problemas novos ou comuns

Obtenha respostas resumidas e soluções de vídeo do nosso novo chatbot de IA.

Baixe o Aplicativo de Suporte da Esri

Informações Relacionadas

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download