techcartels
Forum Replies Created
-
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Nested JSON file import problemsHi ,
I am using PRO version but parsing is not working with either Twig or nodebase.
JSON : [{
“overall_officials”: [{
“last_name”: [“Anuja Jhingran, MD”],
“role”: [“Principal Investigator”],
“affiliation”: [“M.D. Anderson Cancer Center”]
}],
“primary_outcome”: [{
“measure”: [“Disease-free survival”],
“time_frame”: [“From randomization to date of first failure (local, regional, or distant metastases failure or death due to any cause) or last follow-up. Analysis occurs after 43 disease-free survival failure events on Cisplatin/RT Arm.”],
“safety_issue”: [“No”]
}],
“secondary_outcome”: [{
“measure”: [“Overall survival”],
“time_frame”: [“From randomization to date of death or last follow-up. Analysis occurs after all patients have been potentially followed for 4 years.”],
“safety_issue”: [“No”]
}, {
“measure”: [“Chemotherapy-induced neuropathy as measured by FACT-GOG/NTX4”],
“time_frame”: [“From completion of concurrent chemoradiation to 12 months.”],
“safety_issue”: [“No”]
}, {
“measure”: [“Quality of life as measured by FACT-Cx and FACIT-D”],
“time_frame”: [“From completion of concurrent chemoradiation to 12 months.”],
“safety_issue”: [“No”]
}],
“keywords”: [“cervical adenocarcinoma”, “cervical adenosquamous cell carcinoma”, “cervical squamous cell carcinoma”, “stage IA cervical cancer”, “stage IB cervical cancer”, “stage IIA cervical cancer”]
}]Code :
[jsoncontentimporterpro url=”http://clinicalresearch.miami/details/NCT00980954/.json” basenode = “overall_officials”]{last_name}
[/jsoncontentimporterpro]
- This reply was modified 9 years, 7 months ago by techcartels.