Giter Club home page Giter Club logo

fileupload_etl_ssis's Introduction

File Upload ETL_SSIS

SSIS .dtsx package that can loop through a folder and find File_Name*.csv. It should then upload the csv data into an stg.Table_Name. Next it will Truncate dbo.File_Name. Then it will import data from stg.Table_Name to dbo.Table_Name. If the import fails I do not want the dbo table to be Truncated. I only want dbo.Table_Name to be truncated if the stg.Table_Name upload is successful.

https://youtu.be/HezAiDxvlw4

Installation Guidelines

Folder Structure pieces of information, Do not change the folder structure because I have created this structure inside the package.

Step-1 Create Folders

C:\FileUpload_ETL_SSIS

C:\FileUpload_ETL_SSIS\Processing

C:\FileUpload_ETL_SSIS\Processing\ArchiveFiles

C:\FileUpload_ETL_SSIS\Processing\EmptyFiles_For_Processing

Step-2 Keep Empty File Templates at "C:\FileUpload_ETL_SSIS\Processing\EmptyFiles_For_Processing"

Unzip- "Required_EmptyFiles_Templates.zip" folder file templates there are total of 9 files

https://github.com/eshohag/FileUpload_ETL_SSIS/tree/master/Dcouments

Step-3 Run all Scripts for SQL Server staging/dbo Tables and Stored Procedures

https://github.com/eshohag/FileUpload_ETL_SSIS/tree/master/Dcouments/Scripts

Step-4 Finally keep the latest migration-able files in "C:\FileUpload_ETL_SSIS\Processing" these folders

Step-5 Run your SSIS Package through SQL Server or any other tools

N.B: Do not change the folder structure because I have created this structure inside the package.

fileupload_etl_ssis's People

Contributors

eshohag avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.