web table linked service in azure data factory

KEERTHANA JAYADEVAN 66 Reputation points
2022-09-23T10:11:49.91+00:00

Does anyone know what does an index in Web table dataset mean?How should we give one, when i try to gave 1, its throwing an error while previewing data .

The value of the property 'index' is invalid: 'The required property is not specified. Parameter name: index'. The required property is not specified. Parameter name: index

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,681 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 32,906 Reputation points Microsoft Employee
    2022-09-23T10:53:42.77+00:00

    Hi @KEERTHANA JAYADEVAN ,
    Welcome to Microsoft Q&A platform and thank you for posting your question.

    As I understand your query, you want to know the significance of index in web table connector of ADF. Please let me know if my understanding is incorrect.

    Index means the starting point of the web table . You can get the index position of a web table by using Advanced Editor in the Query editor window of the excel.

    To get the index of a table which you need to configure in dataset properties, you can use e.g. Excel 2016 as the tool as follows:

    • Launch Excel and switch to the Data tab.
    • Click New Query on the toolbar, point to From Other Sources and click From Web.

    244198-image.png

    • In the From Web dialog box, enter URL that you would use in linked service JSON along with path you would specify for the dataset and click OK.

    244256-image.png

    • If you see Access Web content dialog box, select the right URL, authentication, and click Connect.

    244225-image.png

    • Click a table item in the tree view to see content from the table and then click Edit button at the bottom.

    244179-image.png

    • In the Query Editor window, click Advanced Editor button on the toolbar.

    244210-image.png

    • In the Advanced Editor dialog box, the number next to "Source" is the index.

    244199-image.png

    For getting more details, kindly check : Copy data from Web table by using Azure Data Factory or Synapse Analytics

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.