Re: HttpDataSource questions

2008-07-11 Thread Shalin Shekhar Mangar
Hi Jon, Yes it is possible already :) Just add a request parameter "entity". For example -- command=full-import&entity=entity1&entity=entity2 which will run full import for entity1 and entity2. Note that this works for root entities (top level entities) only. On Sat, Jul 12, 2008 at 10:39 AM, Jo

Re: HttpDataSource questions

2008-07-11 Thread Jon Baer
Ahhh very cool, did not realize that one. I was actually able to use a db entity over the http entity so I pulled a list of subdomains and include it that way. One small *possible* feature request (or is it possible already) is to load entities by name? For example if I wanted to cron up

Re: HttpDataSource questions

2008-07-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Jul 11, 2008 at 11:46 PM, Jon Baer <[EMAIL PROTECTED]> wrote: > Hi, > > On the wiki it says that url attribute can be templatized but Im not sure > how that happens, do you I need to create something read from a database > column in order to use that type of function? ie Id like to run ove

HttpDataSource questions

2008-07-11 Thread Jon Baer
Hi, On the wiki it says that url attribute can be templatized but Im not sure how that happens, do you I need to create something read from a database column in order to use that type of function? ie Id like to run over some RSS feeds for multiple URLs (~ 30), do I need to copy 1 per URL