SK SKYVVA Documentation

The configuration enables to Use New Data Loader

Introduction

Data loader is a feature that Skyvva provides that users can import payload into salesforces for free. We support some files in CSV, XML, and JSON formats.

In SKYVVA version 2.48 we have redesigned CSV, XML, and JSON formats to use with REST API for import files because it can handle big records faster than User Interface API resources.

How to Use REST API with Data Loader:

We need to create Trusted URLs to Access Third-Party APIs. The Lightning Component framework uses Content Security Policy (CSP) to impose restrictions on content and more information.

Note: We need to Configure for only Import Data using Data Loader.

[su_box title="Note" box_color="#2a8af0" title_color="#000000"] Trusted Site URL get from URL Salesforce Classic. Switch Lightning to Salesforce Classic https://business-platform-2725-dev-ed.scratch.my.salesforce.com [/su_box]

We need to add an Origin URL Pattern into CORS to allow the list to enable web browsers to request a resource from an origin other than their own. For example, using CORS, JavaScript code at https://www.example.com could request a resource from –  https://www.salesforce.com

  https://help.salesforce.com/s/articleView?language=en_US&type=5&id=sf.extend_code_cors.htm

Summary

Finally, after the configuration of  Trusted URLs and CORS, we can import data hierarchical CSV, XML, and JSON files into the Data Loader.

Open this article in the interactive viewer →