[ 
https://issues.apache.org/jira/browse/TIKA-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224167#comment-14224167
 ] 

Darya Arbuzova commented on TIKA-1481:
--------------------------------------

Thank you, Sergey!

I was trying to find a better place to ask my questions, but I can't send 
anything at [email protected] (provided in the mailing list: 
http://tika.apache.org/mail-lists.html) and didn't come across any Q&A-like 
pages. What do you mean by «users list»?
Sorry I'm posting in the wrong place.

Best regards,
Darya Arbuzova

> TikaJAXRS get metadata calls give different results
> ---------------------------------------------------
>
>                 Key: TIKA-1481
>                 URL: https://issues.apache.org/jira/browse/TIKA-1481
>             Project: Tika
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 1.6
>         Environment: Windows 8, JDK 1.8
>            Reporter: Darya Arbuzova
>            Priority: Minor
>         Attachments: sample.csv
>
>
> Hello!
> I'm trying to use Tika in server mode.
> I downloaded tika-server-1.6.jar from http://mirror.vorboss.net/apache/tika/.
> I have tried to get file metadata in 2 different ways (as explained here: 
> http://wiki.apache.org/tika/TikaJAXRS ):
> {{> curl -T sample.csv http://localhost:9998/meta --header "Content-Type: 
> text/csv"}}
> {{"Content-Encoding","windows-1252"}}
> {{"Content-Type","text/plain; charset=windows-1252"}}
> and
> {{> curl -X PUT -d @sample.csv http://localhost:9998/meta --header 
> "Content-Type: text/csv"}}
> {{"Content-Encoding","ISO-8859-1"}}
> {{"Content-Type","text/plain; charset=ISO-8859-1"}}
> How come they give different results in encoding if I call the same 
> {{http://localhost:9998/meta}}?
> What could the other differences appear and which is the preferable way to 
> get metadata?
> Many thanks!
> Best regards,
> Darya Arbuzova



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to