Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Need help to import excel data into SQL Server table

alt_tush
9 - Comet

Hi Team,

 

I have a bunch of data in excel file (suppose test.xlsx) with following format

 

Field1    Field2       Field3     Field4
1            ABC         30           HR
2            DEF         40           ADMIN
3            PQR         50          IT
4            XYZ          60          Finance

 

I want to upload this data into the SQL server table.

 

I have already created the table in SQL database with same format.

 

Can you please provide me the steps how to import this excel into SQL table?

 

Thank you in advance.

 

Waiting for your reply.

 

 

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

The Output Data tool in Alteryx will allow you to output data to a SQL Server database. If you have made a connection to this database in  Alteryx before, the Input Data and Output Data tools will connect in a similar fashion. The Output Data tool can be configured to "Append Existing" to add this data to the existing table (overwriting actions are also available). 

 

OutputtoSQLServer.png

 

 

 

 

 

 

 

 

 

 

Here is a link to the Tool Mastery article on the Output Data tool here on the Community:

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-Output-Data/ta-p/30023

alt_tush
9 - Comet

Thank you so much Charlie. It works :)

Labels