metadata of a BFILE

50 views Asked by At

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.

1

There are 1 answers

3
gregorianisch On BEST ANSWER

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