Chatter フィードをエクスポートするには、データローダーを使用して「FeedItem」のオブジェクトを選択します。FeedItem は、組織のすべての Chatter 投稿のデータを保持しています。
注: FeedItem の「ContentPost」Typeで次のサンプルクエリを実行するとします。
Select ID, CreatedById, Body FROM FeedItem WHERE LastModifiedDate > 2015-01-01T00:00:00Z AND LastModifiedDate < 2016-01-01T00:00:00Z AND Type != 'ContentPost'
Chatter FeedItems の Type で「ContentPost」を選択すると、データローダで Java Heap Space のエラーが発生する可能性があります。これは、データローダーでは添付ファイルをエクスポートしないためです。これらの FeedItem の Type を除き、データローダーで正常にエクスポートするには「Type != 'ContentPost' 」をクエリの最後に追加します。
「ContentPost」の Type を含めてエクスポートしたい場合は、データエクスポートサービスをご利用ください。データローダーとデータエクスポートサービスでは、オブジェクト名が異なります。「FeedPost」オブジェクトを選択してください。これは API の「FeedItem」になります。
000387958

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.