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.

    Any Option to push uploaded excel data directly to Backend table ?

    Cloud Backend (Cloud DB, API Builder)
    2
    2
    244
    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.
    • vinoth kumar
      vinoth kumar last edited by

      Hi Team,

      I have a scenario to keep a upload button in the UI. When user uploads a excel file (with data like username, email, etc) , i need to read the data in file and upload the same data to Backend table ?

      Do we have any modules in appdrag-cloudbackend to achieve this ?

      1 Reply Last reply Reply Quote 0
      • Wassim
        Wassim last edited by

        Hi,

        I would use an npm package to read the uploaded file :

        • https://www.npmjs.com/package/csv-parser
        • https://www.npmjs.com/package/csv-reader

        And then generate the SQL request to insert it into your database.

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