Programmatically add/associate metadata to any file -


i'm building tool export files learning management system , store files somewhere s3. need keep track of pieces of information files relate system they're coming (e.g. course name, academic term, student's name/id). file types vary drastically, don't want make accommodations store metadata based on filetype (like pdf or doc).

what's best way associate filetype-agnostic metadata file? i'm toying idea of generating json file every file bring over, great if add metadata directly file itself.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -