Skip to main content
Solved

How to join Json (one row of data) to multiple rows in a shape file?

  • November 9, 2020
  • 2 replies
  • 56 views

Hi Everyone,

 

I have a Json file that i want to join to a shapefile. The json file has one row of data and i want this to be added to every row in the shapefile (the shapefile has other fields that will be updated by another shapefile). The fields I want from the JSON file are already in this shapefile.

 

Thanks in advance and hope that makes sense to you all

Best answer by ebygomm

You can use a FeatureMerger with an unconditional merge by setting the Requestor and the Supplier to 1

Capture

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • Best Answer
  • November 9, 2020

You can use a FeatureMerger with an unconditional merge by setting the Requestor and the Supplier to 1

Capture


  • Author
  • 3 replies
  • November 9, 2020

You can use a FeatureMerger with an unconditional merge by setting the Requestor and the Supplier to 1

Capture

Hi @ebygomm​ 

 

Thank you for that - really appreciate the help. That worked for me.