Skip to main content
Question

How Can I Get BLOB Data For Attached Documents

  • November 30, 2020
  • 2 replies
  • 405 views

0guz
Hero (Employee)
Forum|alt.badge.img+10

Hi All,

I want to get blob data for attached documents (it doesnt be found at edm_file_storage_tab, this tab not include the attached documents i though). So is it possible to get those data? If yes, which table can give this data?

Best Regards.

This topic has been closed for replies.

2 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • March 25, 2021

If you use the Database repository, the files are stored in that table, in the FILE_DATA column. For FTP and Shared repos you need to fetch the data by other means. Have a look at the Batch_Transfer_Helper_API which can help you access data in the other repos.

 


Forum|alt.badge.img+15
  • September 3, 2021

Hi @0guz , Were you able to find a solution for your question ?