I am attemting to retrieve .xls files from the web, but I am unable to do so from the File Reader, XLS Reader and the Palladian's HttpRetriever node.
However, if I copy the file myself locally and use the XLS reader it works just file. With the HttpRetriever node, I get the response as statusCode=200,size=314368 but not the actual .xls file itself.
Is there a need to specify HTTP entity input in the HttpRetriever node configuration?
Can you please suggest options if any to do this or do I need to write a node of my own to achieve the same?