jitterbit

Data loader 对某个对象定时备份

♀尐吖头ヾ 提交于 2020-04-14 02:54:10
【今日推荐】:为什么一到面试就懵逼!>>> 最近项目遇到一个需求是对某个对象每天备份。首先想到是SFDC标准功能备份,无奈,标准功能最小时间为周。客户需要的是每天备份。那只能借助其它工具,目前使用过的有 jitterbit 需要安装客户端,可视化配置,在本地配置好后推送到云端,需要注册帐号。可以连数据库,CSV等等,有免费版,官网上有不同版本对比和限制。由于目前只有一个对象需要备份以及客户那边涉及到审查就没有采用。另一个就是SFDC自家的Data loader,查了一下在windows下能借助脚本实现备份,于是就开始折腾也为后面学习Data loader的代码作铺垫。 ** 如果你有什么好的方法和工具欢迎留言**。 一 Data loader 命令行 1. Windows的系统要求 需要为 Data Loader Windows 签名。要使用 Data Loader for Windows,您需要: Microsoft® Windows® 7、Windows® 8 或 Windows® 10 120 MB 可用磁盘空间 256 MB 可用内存 Java JRE 1.8(32 位) 2. 通过命令行获取密码 通过命令行进入到data loader安装目录 encrypt.bat -g -字符串 (字符串可以是任意的) 执行后得到一串字符 将该字符串复制到一个文本中保存为key.txt

Dynamically generate url for HTTP source

我与影子孤独终老i 提交于 2019-12-12 23:27:29
问题 I'm trying to call a http endpoint. For that I need to specify a url that uses a query string to filter data. Sample URL: http://example.com?date=2017-10-04T22:18.007Z I need to use the current system time as a value for date query string. I created a script and assigned the generated url with the current datetime to a variable. However, when I assigned that variable for the url field in the source HTTP definition, it did not resolve the variable. Is there a way to solve this issue? 回答1: I do

JItterBit HTTP Endpoint

我的未来我决定 提交于 2019-12-08 08:42:49
问题 I am working to set up a HTTP Endpoint in JitterBit, for this end point we have a system that will call this Endpoint and pass parameters through the URL to it. example... http://[server]:[server port]/EndPoint?Id={SalesForecID}&Status={updated status in SF} Would i need to use the Text File, JSON or XML Method for this? Follow up question would be if it is JSON or XML what would the file look like that is uploaded during creating the endpoint. I have tired with no success with the text file

JItterBit HTTP Endpoint

China☆狼群 提交于 2019-12-06 15:38:38
I am working to set up a HTTP Endpoint in JitterBit, for this end point we have a system that will call this Endpoint and pass parameters through the URL to it. example... http://[server]:[server port]/EndPoint?Id={SalesForecID}&Status={updated status in SF} Would i need to use the Text File, JSON or XML Method for this? Follow up question would be if it is JSON or XML what would the file look like that is uploaded during creating the endpoint. I have tired with no success with the text file version. any help would be great. I'm just seeing your question now. You may have found a solution, but