Output Customization
Customize output format to receive data in a manner that the system can use.
There are chances that the system which is receiving data is not made or managed by us. But as a plugin or integration, we need to send imported data to that system. In that case, Impler allows changing the output format which follows the system's syntax.
Output Format Sample
Usage Examples
Joining First Name and Last Name
Providing an Object for each value
Passing an Array for value
Output Format works differently for dynamic schema
If you're providing schema runtime from the application, in that case, default provided output isn't taken into consideration. Because columns defined in the output might not match with columns getting imported.
In that case, we need to provide schema runtime. We have listed examples for react in Providing Runtime Schema and for HTML & JS versions in Providing Runtime Schema.
This output customization capability empowers you to direct imported data to any destination and in any preferred format.
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