I’m trying to use ArcGIS Data Pipelines to transform a dataset that currently has:
into:
So far I’ve been able to migrate geometry and attributes into the new schema, and I can create the related records correctly. What I haven’t been able to do is get attachments to write to the related records table.
I followed the configuration described in the documentation (see Limitations), including:
…but attachments still do not appear on the related records in the output layer/table.
Question:
Is Data Pipelines currently able to write attachments directly to a related records table, or am I configuring this incorrectly? If this workflow is supported, what’s the correct pattern to target attachments for related records instead of the parent layer?
Any guidance or examples would be appreciated!