icon | description |
---|---|
globe-pointer |
Get sanitized and formatted user-imported data Directly on your frontend application. Helping you to access data directly. |
{% hint style="info" %} Available from @impler/react@0.21.0 SDK. Not advisable to access imported data on the front end, if importing more than 10K records. {% endhint %}
Once the user completes importing the spreadsheet in the widget, you access imported data immediately on the frontend application.
Steps to enable frontend callback
- Open the Import and go to the
Destination
section. - Enable
Get Imported Data in 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.
{% include "../.gitbook/includes/your-feedback-is-crucial-in....md" %}