Title: Issues with Data
Last modified: March 23, 2024

---

# Issues with Data

 *  Resolved [chaeks88](https://wordpress.org/support/users/chaeks88/)
 * (@chaeks88)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issues-with-data/)
 * I am finding the plugin JSON Content Importer very useful – thank you, but have
   a few isues:
    1. Some of the data although listed in the API does not display on my page. Two
       items that I cannot get to display correctly are: {pens.avgSpeed} and {pens.
       riders.club.name}
    2. If you check my page you will also see that the Time and Gap columns display
       time as seconds and milliseconds. the first example is in the Time column 2086.72
       which is 34min 46.720 seconds. Is there a way for me to convert the number 2086.72
       directly to the correct time (34:46.720) in the subloop {subloop-array:pens.
       riders:-1}?
 * API URL: [https://www.zwiftracing.app/api/results/4233450](https://www.zwiftracing.app/api/results/4233450)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissues-with-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issues-with-data/#post-17523179)
 * Hi,
 * try this for Question 1: With the JCI Free Block you can create a Template with
   all the data to be displayed.
 *     ```wp-block-code
           {subloop-array:pens:-1}<br>
                 name = {pens.name}<br>
               {subloop:pens.points:-1}
                     avgSpeed = {pens.points.avgSpeed}<br>
             {/subloop:pens.points}
               riders:<br>
                 {subloop-array:pens.riders:-1}<br>
                       name = {pens.riders.name}<br>
                     {subloop:pens.riders.club:-1}
                           name = {pens.riders.club.name}<br>
                   {/subloop:pens.riders.club}
                       avgSpeed = {pens.riders.avgSpeed}
                 {/subloop-array:pens.riders}<br>
           {/subloop-array:pens}
       ```
   
 * <<Is there a way for me to convert the number 2086.72 directly to the correct
   time (34:46.720) in the subloop {subloop-array:pens.riders:-1}>>
   Unfortunately,
   no, not with the free JCI plugin.
 *  Thread Starter [chaeks88](https://wordpress.org/support/users/chaeks88/)
 * (@chaeks88)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issues-with-data/#post-17523515)
 * Thank you! Question 1 is now resolved, much appreciated.
 * If I buy the paid PRO plugin will I be able to resolve Question 2?
 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issues-with-data/#post-17523619)
 * Hi,
   questions on the JCI PRO not here but via [https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no](https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no)
   Bernhard

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issues with Data’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/issues-with-data/#post-17523619)
 * Status: resolved