Issue getting 2nd level Js
-
json:
{ "Report_Entry": [{ "Job_Description_Summary": "summary goes here", "Job_Description": "description goes here", "Contract_Type": "Permanent", "Company": "company name", "Job_Requisition_ID": "job id", "Primary_Location": "New York", "Job_Posting_Details_group": [ { "Job_Posting_Start_Date_With_Posting_Date_Prefix": "Posting Date: 11/22/2021", "External_Apply_URL": "https://www.google.com" } ], "Job_Posting_Title": "Producer" }] }What I have so far, no basenode is set, url hidden for privacy:
[jsoncontentimporter url=jsonurl urlgettimeout=60] {starts} {subloop-array:Report_Entry:-1} {subloop-array:Report_Entry.Job_Posting_Details_group} <div class="epjobcontainer"> <div class="epjobtitle"><a href="{Report_Entry.Job_Posting_Details_group.External_Apply_URL}"><b>{Job_Posting_Title}</b></a></div> <div class="eplinetwo"><span class="eplinepad">{Company}</span><span class="epsep">|</span><span class="eplinepad">{Job_Requisition_ID}</span><span class="epsep">|</span><span class="eplinepad">{Primary_Location}</span><span class="epsep">|</span><span class="eplinepad">{Job_Posting_Details_group}</span> </div> </div> {/subloop-array:Report_Entry.Job_Posting_Details_group} {/subloop-array:Report_Entry} [/jsoncontentimporter]I’m looking to get the data for Job_Posting_Start_Date_With_Posting_Date_Prefix and External_Apply_URL.
Thank you very much!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Issue getting 2nd level Js’ is closed to new replies.