Need to integrate Netsuite with Azure service azure synapse analytics . basically copying the data from netsuite to Azure blob or Azure sql

Suraj Surendran 60 Reputation points
2025-10-31T11:10:06.4333333+00:00

Need to integrate Netsuite with Azure service azure synapse analytics . basically copying the data from netsuite to Azure blob or Azure sql

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
{count} votes

2 answers

Sort by: Most helpful
  1. Smaran Thoomu 32,255 Reputation points Microsoft External Staff Moderator
    2025-11-03T15:21:25.7833333+00:00

    Hi Suraj Surendran

    To integrate NetSuite with Azure Synapse Analytics, you can use Azure Data Factory (ADF) or Synapse pipelines as the data integration layer. ADF supports connecting to NetSuite either directly through REST/SOAP APIs or via third-party connectors (such as CData, KingswaySoft, or Informatica).

    Here are the typical approaches:

    1. Using Azure Data Factory or Synapse Pipelines:
      • Create a linked service for your NetSuite source (via REST API or custom connector).
      • Copy data to Azure Blob Storage or Azure SQL Database as a landing zone.
      • From there, load or transform the data into Azure Synapse Analytics using Copy or Data Flow activities.
      Using a third-party connector: Tools such as CData Connector for NetSuite or KingswaySoft Integration Toolkit can simplify the authentication and schema handling process.
        You can schedule or orchestrate these integrations through ADF or Synapse pipelines.
      
        Alternative Option:
      
           Export NetSuite data in CSV/JSON via SuiteAnalytics or REST Web Services and ingest those files using ADF Copy Activity into Blob or directly into Synapse tables.
      

    References:

    If this addresses your question, please click Accept Answer and Yes for was this answer helpful. Feel free to share if you need help with authentication or connection setup steps.


  2. Seth Coleman 51 Reputation points
    2025-11-05T23:49:53.1933333+00:00

    You'll need to spin up a VM to act as ODBC gateway and use suite analytics connect ODBC driver to connect and query Netsuite. It's not a small project, it's taken me a couple of years to build it from scratch.

    0 comments No comments

Your answer

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