Building Applications with Force.com and VisualForce(Dev401)(十七):Data Management: Data management Tools
ev401-018:Data Management: Data management Tools
Module Objectives
1.List objects exposed in the import wizards.
2.List some objects not exposed in the import wizards.
3.List some capabilities of API-based tools that the import wizards do not have.
4.State hoe to obtain the Data loader.
5.List the capabilities of the Data loader.
Tools for Executing a Data Migration
1.Via Application Import wizards:Account/Contact/leads/Solutions/custom Objects
2.Via Web Service API:Data Loader/Partner Tools/Custom-built Tools/Open Source Tools
Import Wizards
1.Import Wizards
- Easy to use tool to load Accounts,Contacts,Leads,Solutions, or Custom Objects.
- Load 50,000 records or less.
- Prevent duplicates:
.Account Name and Site;Account IDs
.Contact Email Address;Contact name;Contact ID
.Lead Email Address;lead IDs.
Overview of API-Based Tools
1.Load any object support by the API.
2.Load more that 50,000 records.
3.Schedule regular data loads such as nightly feeds.
4.Export data for backup.
5.Mass delete supported objects
Apex Data Loader
1.The Apex Data Loader :
- Is a fully supported salesforce.com product.
- Supports import from CSV or export to CSV.
- Supports loading from or exporting to a database via JDBC.
- Supports custom relationships for upsert.
- Can be run from command line.
Obtaining the Data Loader
1.Available in:UE,EE and DE Orgs
2.System Administrators download through the application
-.Setup|Data Management|data Loader
- Download the Data Loader link and save
- Launch the Install Shield wizard
3.Open Source Project
- SourceFreoge.net
- Not supported by salesforce.com
Which Tool Do You Use?
1.Wizard vs API is the essential question
2.Depends on operations you want to perform
3.Depends on the objects involved
4.Depends on your scheduling needs
5.Depends on your de-dupling needs
6.Depends on the number of records involved
7.Depends on the data sources/destinations involved
Review
1.Can you import data into custom objects using the Salesforce Import Wizard?
Yes
2.How do you decide which import tool to use?
3.True or False:An External ID field is always unique.
False
Dev401-019:Data Management: Practical Application
Module Objectives
1.Configure the Data loader to run via the command line interface.
2.Encrypt a password using the encrypt.bat utility
3.Create maping files via the Data Loader GUI to support upsert with relationship use case.
4.Run the Data loader via the command line to upsert data
Building Applications with Force.com and VisualForce(Dev401)(十七):Data Management: Data management Tools的更多相关文章
- Building Applications with Force.com and VisualForce (DEV401) (二) : Application Essentials:Designing Application on the Force.com Platform
Dev 401-002:Application Essentials:Designing Application on the Force.com Platform Course Objectives ...
- Building Applications with Force.com and VisualForce(Dev401)(十八):Visualforce Pages: Introduction to Visualforce
Dev401-020:Visualforce Pages: Introduction to Visualforce Course Objectives1.Understand the benefits ...
- Building Applications with Force.com and VisualForce (DEV401) (二二):Visualforce Componets (Tags) Library Part II
Dev401-023:Visualforce Pages: Visualforce Componets (Tags) Library Part II Apex:pageBlockTable1.A ...
- Building Applications with Force.com and VisualForce(Dev401)(十五):Data Management: Data management Overview
Dev401-016:Data Management: Data management Overview Course Objectives1.List typical data management ...
- Building Applications with Force.com and VisualForce(Dev401)(十):Designing Applications for Multiple Users: Building Business Processes that You Want
Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities o ...
- Building Applications with Force.com and VisualForce (DEV401) (四):Building Your user Interface
Dev 401-004:Application essential:Building Your user Interface: Module Agenda1.Custom Applications2. ...
- Building Applications with Force.com and VisualForce (DEV401) (三):Application Essential:Building Your Data Model
Dev 401-003:Application Essential:Building Your Data Model Object Relationships1.Link two objects- P ...
- Building Applications with Force.com and VisualForce(Dev401)(七):Designing Applications for Multiple users:Managing your users' experience I
Dev 401-007 Designing Applications for Multiple users: Managing your users' experience part 1 Module ...
- Building Applications with Force.com and VisualForce (DEV401) (二五):Visualforce Controller
Dev401-026:Visualforce Pages: Visualforce Controller Module Objectives1.Identify the functionality ...
随机推荐
- tfgan折腾笔记(一):核心功能简要概述
tfgan是什么? tfgan是tensorflow团队开发出的一个专门用于训练各种GAN的轻量级库,它是基于tensorflow开发的,所以兼容于tensorflow.在tensorflow1.x版 ...
- iOS技术提升方向
技术维度: 认知维度:
- JavaScript实现队列结构(Queue)
JavaScript实现队列结构(Queue) 一.队列简介 队列是是一种受限的线性表,特点为先进先出(FIFO:first in first out). 受限之处在于它只允许在表的前端(front) ...
- Web最佳实践阅读总结(2)
代码符合标准 标准的页面会保证正确的渲染 页面容易被搜索引擎搜索,提高搜索排名(SEO) 提高网站的易用性 网页更好维护和扩展(Validator,HTML Validator 属于Firefox插件 ...
- 研究开源源码之Myrmec
好久没写博客了,自己也弄不清是懒了还是忙了.毕竟白天需要工作,晚上有时候看看资料,有时候陪家人,有时候约朋友......更加累了,可能由于累了就懒得总结了. 今天有同事问我关于代码检查文件类型的问题. ...
- disruptor 多生产者多消费者实战 四
一.创建event类 Order public class Order { private String id; private String name; private double price; ...
- Unity 相机平移、旋转、缩放
内容不多,一个脚本,直接上代码 using System.Collections; using System.Collections.Generic; using UnityEngine; publi ...
- H5系列一、静态页面总结
1.img父标签设置高度,如果容器没有设置高度的话,图片会默认把容器底部撑大几像素 -- 大概3px,给容器设置高度. 2.input标记换行后默认有一个间隙,设置float属性.input标记默认还 ...
- nes 红白机模拟器 第4篇 linux 手柄驱动支持
小霸王学习机的真实手柄,实测CPU 占用 80% 接线图: 手柄读时序: joypad.c 驱动: 普通的字符设备驱动. #include <linux/module.h> #includ ...
- R自带数据集
向量 euro #欧元汇率,长度为11,每个元素都有命名landmasses #48个陆地的面积,每个都有命名precip #长度为70的命名向量rivers #北美141条河流长 ...