function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rajesh NRajesh N 

Inserting Mass attachments using jitterbit?

Hi,
Using Jitterbit dataloader I am trying to Insert txt and csv files as attachments to Account record in SF. I am following all the steps recommended steps given by them to do this and after I do the insert operation, Jitterbit Data loader gives me success for all records uploaded.

When I go into Salesforce, all the attachment records have been created but there is no picture in the attachment. The file is empty (24 bytes) or (54 bytes).

I have tried with insert function several times with the same results. I used a CSV with columns: ParentID, Name, Body with values

001m0000007LvGmAAK,
TestAttachments (11).txt,
C:\Documents and Settings\rajesh.nagandla\Desktop\CC\TEST JB\Large Files test\TestAttachments (11).txt

I check the body (local file path) and it is OK.

Please help.
Yohann ChevreuxYohann Chevreux
Hi Ranesh,

I am facing the same strange issue, have you actually found what was going wrong?

Regards,
Yohann
Rajesh NRajesh N
Hi Yohann Chevreux,

Not sure where it is going wrong. 
Used Apex Dataloader for the same and it worked as expected.

Regards
Rajesh