I couldn't find how to make a list of already imported feed files using views. Is this feature available? .

So far It tried creating views list of Feed nodes(content type) and added relationship "Feeds item: Owner feed" (ref) but there is no file field in views fields section.

Comments

nithinkolekar created an issue. See original summary.

MegaChriz’s picture

Title: list of imported files(CSV,XLS) using views, when feeds are attached to content type » Views: show list of files uploaded with the File upload fetcher

No, there is no feature yet to get a list of uploaded files used by a Feed importer or Feed node (where the Feeds importer uses the file upload fetcher). The closest related feature available is by using the Views field "Feeds source: Source", which should display in plain text the source that was fetched. This currently only works for the HTTP fetcher, there is an issue open to improve that: #2563865: feeds_source return empty values when using views.

I think this feature could be implemented best by making it possible to add a relationship from a Feeds source to the file_managed table. The relationship should only apply when the file upload fetcher is used.
I see there is also a relationship available that is called "File Usage: File" (A file that is associated with this node, usually because it is in a field on the node.), but that doesn't apply for the uploaded feed file, would be nice if it did.