The Wayback Machine - https://web.archive.org/web/20220222210700/https://github.com/topics/dataloader
Skip to content
#

dataloader

Here are 214 public repositories matching this topic...

hotchocolate

The advanced Salesforce Data Loader SFDX Plugin (SFDMU) will assist you to populate your org (scratch/development/sandbox/production) with data imported from another org or CSV files. Supports Delete, Insert, Update and Upsert for multiple related sObjects.

  • Updated Feb 11, 2022
  • TypeScript
stephenh
stephenh commented Feb 22, 2022

When an entity is first created, include a config.placeholder() line like:

import { someEntityConfig as config } from "./entities";

export class SomeEntity { ... }

config.placeholder();

Where placeholder is a noop, but it keeps the config import in place so that when the developer is ready to add custom rules/hooks, they don't have to type out / know about the `someEnti

Improve this page

Add a description, image, and links to the dataloader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dataloader topic, visit your repo's landing page and select "manage topics."

Learn more