Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. ninguno (nobody@gnusocial.net)'s status on Friday, 17-Feb-2017 02:09:21 UTC ninguno ninguno
    http://jsfiddle.net/hybrid13i/JXrwM/

    30 lines in 6 lines
    //////////////////////////////////////////
    if (ShowLabel) CSV += Object.keys(arrData[0])+'\r\n'
    arrData.forEach(function(data) {
    var row = []
    for(var i in data) row.push(data[i])
    CSV += '"'+row.join('","')+'"\r\n';
    })
    //////////////////////////////////////////
    In conversation Friday, 17-Feb-2017 02:09:21 UTC from gnusocial.net permalink

    Attachments


    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.