atom is handled as well by the XML importer

git-svn-id: http://google-refine.googlecode.com/svn/trunk@374 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-02 06:44:05 +00:00
parent 83faee3aa9
commit 62f5f21ca3

View File

@ -305,6 +305,7 @@ public class CreateProjectCommand extends Command {
} else if (
fileName.endsWith(".xml") ||
fileName.endsWith(".rdf") ||
fileName.endsWith(".atom") ||
fileName.endsWith(".rss")
) {
return new XmlImporter();