Automated Import
-
This is in regards to the Periodic Automatic Import extension. If this isn’t the right spot for this, I apologize.
I was wondering 2 things: we were attempting to use this to build a site that imports data daily, but would add it to the TOP of the table instead of the bottom, AND not replace all of the existing data in the table, instead appending it. In addition, there are headers on the table.
So it would be:
[header | header | header]
[old data | old data | old data]
[old data | old data | old data]
[old data | old data | old data]and after import would be:
[header | header | header]
[new data | new data | new data]
[old data | old data | old data]
[old data | old data | old data]
[old data | old data | old data]Didn’t know if that was something you would consider adding some options for (like the non-scheduled import has the ability to append instead of overwrite) or had any plans to add similar functionality. I’m guessing since there are so many gotchas on this we will end up creating our own plugin to handle it.
Thanks!
The topic ‘Automated Import’ is closed to new replies.