Closed (fixed)
Project:
Feeds XPath Parser
Version:
7.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 20:41 UTC
Updated:
3 Jul 2015 at 04:03 UTC
Jump to comment: Most recent
Comments
Comment #1
twistor commentedAs far as your first question, select the "File upload" fetcher. In the settings section for the fetcher, check "Supply path to file or directory directly." This will allow you to specify the location of the file on your server.
For your second question, it depends on the amount of memory provided to PHP, the allowed execution time, and the size of each feed item.
I would recommend splitting up your file into multiple files(still using the method above). That will allow Feeds to batch over each file, providing more manageable chunks.
Comment #2
mitchell commentedSee also: #1336534: XML source plugin does not scale.
Marking #1458556: Rewrite parser to use xmlreader instead as a duplicate.
Comment #3
Robin Millette commentedMarked #1530062: Fatal error: Class 'FeedsXPathParserDOMXPath' not found in as a duplicate.
Comment #4
osopolarMarked #936478: State based parser as a duplicate.
Did anybody experiment with Steven Jones's sandbox: Feeds XPath Parser + XMLReader? Could that be integrated into Feeds XPath parser?
EDIT: To answer my own question: Yes it can, works well.
Comment #5
twistor commentedLot's of options.