Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    [TM] TSV exporter

    Cloud Backend (Cloud DB, API Builder)
    1
    2
    165
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Pierre SULPICE
      Pierre SULPICE last edited by

      Hello,

      If I export my table in a CSV with stringified JSON, the JSON part will be in separated columns (because separated by commas, obviously).
      Is there a way to have a TSV exporter by all means ? Maybe someone had this issue already and know a good quick fix ?

      Thanks,
      Best regards,

      1 Reply Last reply Reply Quote 0
      • Pierre SULPICE
        Pierre SULPICE last edited by

        Little temporary hotfix :

        • JSON.stringify(actionUp).replace(/,/g, '|') to store it
        • JSON.parse(prq_visitor.actions_list.replace(/|/g, ',')) to use it

        That's annoying but I have a clean usable CSV, and it's easy to ctrl+H in the JSON column to replace the | by ,

        Still waiting for an update for a better way to do it ^^

        See you soon,
        Best regards,

        1 Reply Last reply Reply Quote 0
        • First post
          Last post