How to deal with html source in SSIS packages..?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    How to deal with html source in SSIS packages..?

    Hi,

    Can anybody tell me How to deal with html source in SSIS packages..?

    PLs provide valuable inputs.

    Thansk
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    I have not tried using SSIS, but maybe you can use XML as input, if you can, use that instead.

    Happy Coding!!!

    --- CK

    Comment

    • nbiswas
      New Member
      • May 2009
      • 149

      #3
      Try this answer

      HTML Table as data source

      Comment

      • madankarmukta
        Contributor
        • Apr 2008
        • 308

        #4
        Hi,

        Thanks so much for the quick reply.

        I walked through the link u asked me to reffer. I found one of the point as

        Use a script task to parse the file and pull the data into a datatable/dataset. You can set this result to the SSIS package variable Object type

        I am a bit curious about which script I need to write .. is that VBsript (Pls correct If I am wrong).How to proceed for that. How will I link this script with my package?

        Thanks!

        Comment

        Working...