The FileFetcher form adds the upload element with only support for "txt csv tsv xml opml". I'm sure this could be done with a hook_form_alter, but I wonder if there's a better Feeds-way to accomplish this without creating an entirely new Fetcher type.

Comments

twistor’s picture

Assigned: Unassigned » twistor
Status: Active » Fixed

Huh, I'm surprised you're the first person to run into this. Thanks!

http://drupal.org/cvs?commit=493310

lancerkind’s picture

Status: Fixed » Active

What happens if you rename the .html to .xml?

erikwebb’s picture

Status: Active » Fixed

It does work, as in the XML parser, but renaming .html to .xml to upload to the HTML parser is a poor workaround.

twistor’s picture

As a note, this can be changed in the fetcher settings.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

vanduc092012’s picture

Issue summary: View changes