LogoLogo
WebsiteCommunity
  • Overview
    • Introduction
    • How to use it? In 5 steps
  • Importer
    • React Embed
    • Angular Embed
    • Bubble.io Embed
    • HTML & JS Embed
    • Text Customization
    • Directly Enter your Data
    • Select Header Row
  • Data Retrieval
    • Using Webhook
    • Using Frontend Callback
  • Validations
    • Base Validations
    • Advanced Validations
  • Features
    • Data Seeding
    • Import Excel with Image
    • Automated Import
    • Runtime Schema
    • Custom Validation
    • Default Value
    • Column Description
    • Freeze Columns
    • Multiselect Dropdown
    • Output Customization
  • Platform
    • Email Alerts
    • Activity Page
    • Manage Project
    • Make Your Team
    • How subscription works?
  • Additional Resources
    • FAQs
    • Architecture
    • Data Migrations
    • Selfhost Impler
    • Run Impler locally
    • Writing effectively into .xlsm files
  • Changelog
Powered by GitBook
On this page
  • Enable Frontend Callback Destination
  • Get Imported Data on Frontend

Was this helpful?

Edit on GitHub
Export as PDF
  1. Data Retrieval

Using Frontend Callback

Get sanitized and formatted user-imported data Directly on your frontend application. Helping you to access data directly.

PreviousUsing WebhookNextBase Validations

Last updated 7 months ago

Was this helpful?

Available from @impler/[email protected] SDK. Not advisable to access imported data on the front end, if importing more than 10K records.

Once the user completes importing the spreadsheet in the widget, you access imported data immediately on the frontend application.

Enable Frontend Callback Destination

  1. Open the Import and go to the Destination section.

  2. Enable Get Imported Data in Frontend.

Get Imported Data on Frontend

Once the destination is enabled Impler will start sending Imported data on the frontend.

To access we can use onDataImported method at if using react or can check for aDATA_IMPORTED event as per if using HTML & JavaScript.

Listening to Events
Listening for Events
Steps to enable frontend callback

If you have any questions, suggestions, or comments. Feel free to reach out to us over . We’re constantly improving to deliver the best Data Importer for your product, and we value your input.

Discord