0

Is there any way, working with BFILEs, to collect the metadata information? In my case, I have a table who's one of the columns is BFILE and points towards a location from the hard drive where I have text file(PDF, DOC, DOCX, TXT, HTML, etc.)

For example, I would need to collect the information from below screenshot.

metadata required

Is it possible, not manually entering into the a properties table?

Thanks a lot.

mikcutu
  • 1,013
  • 2
  • 17
  • 34

1 Answers1

1

You can create Java method for this purpose (read more here). And here is solution how to get metadata in Java.

Community
  • 1
  • 1
gregorianisch
  • 76
  • 1
  • 4