Tika unable to detect and parse the non-utf-8 encoded csv file containing non-ascii characters
I have a csv file saved as .csv format which contains non-ascii characters but Tika not able to detect the MimeType of the file and thus assigning the mimeType as application/octet-stream and during parsing it is assigning an empty parser to it which is not generating any output. The csv file is not saved as utf-8 encoded format.