Automation of Daily CSV File Import Process

More
1 year 1 month ago #25446 by admin
Sample Files

 

Mike
ETL Architect
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #25447 by admin
Table creation script

USE [DEMO]
GO

/****** Object:  Table [dbo].[Products]    Script Date: 25/07/2025 09:40:38 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[Products](
    [id] [int] NOT NULL,
    [NAME] [varchar](50) NULL,
 CONSTRAINT [PK_Products] PRIMARY KEY CLUSTERED 
(
    [id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]
GO


 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #25448 by TARUNTHAKUR
Could you please share the .ats project file with us? We would like to modify it as part of our business requirements.

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #25449 by admin
The mapping is stored in the repository (backup.zip file).

You already have it

Did you restore the repository?

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save