You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.IdentifyMimeType/additionalDetails.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following is a non-exhaustive list of MIME Types detected by default in NiFi
47
47
* application/zip
48
48
* application/x-lzh
49
49
50
-
An example value for the Config Body property that will identify a file whose contents start with "abcd" as MIME Type "
50
+
An example value for the "Custom MIME Configuration" property that will identify a file whose contents start with "abcd" as MIME Type "
51
51
custom/abcd" and with extension ".abcd" would look like the following:
52
52
53
53
```xml
@@ -63,5 +63,5 @@ custom/abcd" and with extension ".abcd" would look like the following:
63
63
```
64
64
65
65
For a more complete list of Tika's default types (and additional details regarding customization of the value for the
0 commit comments