Hi ,
Using OData in SSIS package, able to fetch data from sharepoint and load to sql server table, I have few below issues -
1. sharepoint character data is converting to numeric
2. Getting HTML tags along with sharpoint data (<div class=1233.......> My sharepoint test data </div>), I need only string ' My sharepoint test data'
How to get charcter data and how to remove HTML tags
Appreciate your help on this.
Thanks,
Manjunatha
Using OData in SSIS package, able to fetch data from sharepoint and load to sql server table, I have few below issues -
1. sharepoint character data is converting to numeric
2. Getting HTML tags along with sharpoint data (<div class=1233.......> My sharepoint test data </div>), I need only string ' My sharepoint test data'
How to get charcter data and how to remove HTML tags
Appreciate your help on this.
Thanks,
Manjunatha