remove duplicate course
-
In my json file I have the same course twice in the same day and I want to remove the second one.
Example:
Jamf 200 – 24 Oct 2022 – 27 Oct 2022 – Central Standard Time – seats 3
Jamf 200 – 24 Oct 2022 – 27 Oct 2022 – Central Standard Time – seats full
here my code, how do I do that<table> <tbody> [jsoncontentimporter url="https://emanueldraghetti.com/jamf.json" oneofthesewordsmustbein="JAMF 200" oneofthesewordsmustbeindepth=2 numberofdisplayeditems=50] <tr> <td>{course}</td> <td><strong>{startDate} - {endDate}</strong></td> <td class="{timezone}">{timezone}</td> <td class="{availableCapacity}-hide"><span style="display: none;">{availableCapacity}</span><a class="btntable" href="https://www.jamf-training-influential.com/contact/">Book Now</a></td> </tr> [/jsoncontentimporter]</tbody> </table>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove duplicate course’ is closed to new replies.