ADL File Input Tool

Use the Azure Data Lake (ADL) File Input tool to read data from files located in an Azure Data Lake Store (ADLS) to your Alteryx workflow. The supported file formats are CSV, JSON, or Avro.

Gallery tool

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

Configure the tool

  1. Open the Configuration window for the ADL File Input tool.
  2. In Tenant ID, define the unique identifier for the Azure Active Directory instance. This identifier governs the Azure subscription to which the ADLS belongs.

    For more information about locating your tenant ID, see Get tenant ID in the Microsoft Azure Documentation.

  3. From Authentication type, select one of the following authentication methods to use with Azure Active Directory:

    • Service-to-Service: An authentication method leveraging an Azure Active Directory web application to enable a connextion and schedule workflows.
    • End User: An authentication method leveraging Microsoft account credentials to establish a connection.
  4. In Store name, enter the unique name given to the ADLS account.

    The store name is the first portion of the ADLS full domain name.

    Example

    The store name is shown as blue text in the following full domain name.

    mydatalakestore.azuredatalakestore.net

  5. In Source file path, enter the full path to a file in the ADLS. Make sure to begin the path with a slash (/).

    If you are unsure of the file path, you can use Azure Data Lake Explorer or Azure Portal to determine the file path.

    /Folder1/Folder2/example_file.csv
  6. From File format, select CSV, JSON, or Avro. For additional information about steps needed for the selected file format, see File Format Options.