Plugin

Archived
Forum
(read-only)

VZ Tabular

ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5

Back to this add-on's main page
View Other Add-ons From Eli Van Zoeren

     

removing quotation marks in json format

Support Request

stefanos
stefanos

Hi Eli,

It is possible to remove the quotation marks into the json percent values ? Because Higcharts.js libraries doesn’t work with values that contains quotation marks.

[
  {
    
"answer""Lobo temporal esquerdo",
    
"percent""9.09"
  
},
  
{
    
"answer""Lobo temporal direito",
    
"percent""27.27"
  
}


to get this result (no more quotation marks in the values)  :

[
  {
    
"answer""Lobo temporal esquerdo",
    
"percent"9.09
  }
,
  
{
    
"answer""Lobo temporal direito",
    
"percent"27.27
  }

Would be nice, it it was possible.

Thanks for your great work and support,

Stéphane

 

Eli Van Zoeren
# 1
Developer
Eli Van Zoeren

Hy Stéphane,

That’s a very good idea. I can get that added this week for you!

-E

stefanos
# 2
stefanos

Hi Eli,

Thanks for your fast reply!
Really VZ Tabular is a great addon. Easy to.use and very powerful.

Thanks for your help, would be wonderful to add this new option (removing quotation marks).

Have a good week,

Best,

Stéphane

stefanos
# 3
stefanos

Hi Eli,

I would just like to know if you will deliver the “removing quotation marks in json format” option, this week or at worst the next week.

Thanks again for your great support !!

Eli Van Zoeren
# 4
Developer
Eli Van Zoeren

Yes, definitely! Sorry, last week got away from me, but it is next on my list to look into.

stefanos
# 5
stefanos

No problem Eli,

Thanks for your fast reply.
Courage for the task !

It will be a Xmas present :)

Eli Van Zoeren
# 6
Developer
Eli Van Zoeren

Okay! I just released version 1.2.0, which automatically outputs numeric values without quotes. Give it a show when you have time, and let me know if everything is working the way you need with Highcharts.js.

stefanos
# 7
stefanos

Hi Eli,

Thank you for the fast update!!! It’s working fine with Highcharts.js, without the numeric values quotes. I could use html table as data, but it not so efficient than Json or CSV data format.

great work !!!!

Thanks for your Xmas present !!

Eli Van Zoeren
# 8
Developer
Eli Van Zoeren

Glad to hear it! Let me know if you ever run into any other improvements I can make to this plugin.