Mime Type Checker

Content Type: Module
Categories: Utility,Data

Overview

The Mime Type Checker module contains a single Java action that takes a file and will return the Mime Type of the provided file.

Documentation

Mime Type Checker

The Mime Type Checker module contains a single Java action that takes a file and will return the Mime Type of the provided file.


Jar Dependencies

  • Tika Core
  • Commons io
  • slf4j api


Usage

Simply add the java action to a microflow and provide an object that has a generalization of the FileDocument entity. Make sure to check if the object actually has any file content by using the hasContent boolean. The java action will return an error saying the file was empty otherwise.


Issues, Suggestions, and Feature Requests

If you encounter any issues, have suggestions for improvements, or want to request new features, please visit our GitHub repository.

Releases

Version: 1.1.0
Framework Version: 10.6.0
Release Notes: Updated to mx10.6, use the new jar dependency management.
Version: 1.0.0
Framework Version: 9.24.12
Release Notes: Initial release