SFDC to Atlas Data Exporter

#0 / 0 rate

SFDC to Atlas Data Exporter

32 users

2023-01-25

itchap

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Exports table data from Salesforce views and sends the data to the MongoDB Atlas Data API for storage.

This chrome extension exports table data from Salesforce views and sends the data to the MongoDB Atlas Data API for storage. The extension is designed to make it easy for users to export data from Salesforce and store it in a MongoDB Atlas cluster for further analysis and use.

How it works
The extension uses the content.js script to extract the data from the table on the Salesforce Opportunity View.

The extracted data is then cleaned up and converted to a JSON format by the background.js script.

The cleaned data is sent to the MongoDB Atlas Data API using the credentials provided by the user in the extension's popup.html page.

The data is stored in the specified cluster, database and collection in MongoDB Atlas.