• Nachu RY
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi.

 

Somebody help me!!

 

I want to upload a PDF document to QuoteDocument objects by ApexDataLoader.

 

I can export a record of QuoteDocument, and decode the value of "Document" column into binary file.

So,I think I can upload PDF document by opposite way.

 

First, I encode a PDF file into BASE64 characters.

Second, I write csv file setting these characters to the value of "Document" column.

Finally, I tried to upload the csv file by using ApexDataLoader.

 

As a result, Insert process failed.

 

Detail of error is, I guess, DataLoader tried to find the document file in which DataLoader is installed.

 

 

Is this way completely wrong? or let me know another way.

 

 

P.S. I'm so sorry for my poor English. I'm Japanese, so forgive me :womansad:

 

 

 

 

  • January 18, 2011
  • Like
  • 0