Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hii,
I am trying to understand "content Crawler". Is it for retrieving information from the external sites? .Could any body please give glimpses on this and how to use it.
Thanks,
Manohar
Solved! Go to Solution.
Hi Manohar,
Content Crawler is an object meant to store data (similar to a DataTable) that you have scraped or periodically scraped from another system using the Content Service (Name)
This service is meant to return an Infotable whose values are mapped into the ContentCrawler DataShape
via the Field to Field Mappings and/or Field to Tag Mappings. The Index Settings is the same implementation
as a DataTable and allows you to create secondary indexes on the data you're persisting beyond
the index of the DataShape.
I hope this helps.
Best Regards,
Amine
Hi Manohar,
Content Crawler is an object meant to store data (similar to a DataTable) that you have scraped or periodically scraped from another system using the Content Service (Name)
This service is meant to return an Infotable whose values are mapped into the ContentCrawler DataShape
via the Field to Field Mappings and/or Field to Tag Mappings. The Index Settings is the same implementation
as a DataTable and allows you to create secondary indexes on the data you're persisting beyond
the index of the DataShape.
I hope this helps.
Best Regards,
Amine