Copy Excel Data To MSSQL DB Table
This bot is used to Save Excel data to MSSQL Table. This bot is provided by ThirdWare.
Top Benefits
- Achieving Best Performance of transferring data to Database
- Avoiding huge commands/codes for Excel to MSSQL Insert operation
1. This utility helps to save Excel data in MSSQL Table 2. If table name mentioned in the Parameters is available, it will insert the data in the existing table. Or else it will create the table. 3. Excel Headers are considered as table Headers if it the bot creates Table
1. Data of a column should be in single format except column header if exist 2. Though special charaters will be considered as columns avoiding the same is one of the best practices 3. If ODBC Connection String is given Database/User/Host/Password are not required to be passed. And viceversa is also applicable. 4. Even though Database information is passed, it will not be considered if ODBC Connectioin string is available. 5. All columns will be in nvarchar(MAX) datatype if new table is created through bot. 6. Excel columns should be in same order as same as SQL Table column order.
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- Information Technology
- Category
- Utility
- Downloads
- 290
- Vendor
- Automation Type
- Bot
- Last Updated
- July 24, 2020
- First Published
- November 2, 2018
- Platform
- 11.x
- Support
-
- Thirdware Solution
- +12486798771
- rpasupport@thirdware.com
- Bot Store FAQs
See the Bot in Action
Setup Process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
- '-AAE 11.1.2 or above. -MS Office and ODBC/OleDB drivers.
- Inputs: Table Name - Database Table Name Sheet Name - Excel Sheet Name hdrExist - YES/NO Excel File Path ODBC Connection String DB Host Database DB User Id DB Password