Select to view content in your preferred language

Export parent data with child data in related table

233
2
02-10-2026 10:17 AM
SteveMasters
Emerging Contributor

Hello,

I have a relationship class defined between my feature layer and standalone table. I need to export it as a csv but I want the parent feature layer data joined to the standalone table in each row of the export.

I can't work this out.

Must be easily done!

Thanks

0 Kudos
2 Replies
AlfredBaldenweck
MVP Frequent Contributor

The most straightforward way would be to just add a join and then export the result.

Robert_LeClair
Esri Esteemed Contributor

Another workflow to consider is to export both the FC and standalone table to CSV's using the Export Table GP tool.  Then link them together in Excel using the Key Field.

0 Kudos