Using Frontend Callback
Get sanitized and formatted user-imported data Directly on your frontend application. Helping you to access data directly.
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
Open the Import and go to the
Destination
section.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 Listening for Events if using react or can check for aDATA_IMPORTED
event as per Listening to Events if using HTML & JavaScript.
If you have any questions, suggestions, or comments. Feel free to reach out to us over Discord. We’re constantly improving to deliver the best Data Importer for your product, and we value your input.
Last updated