Skip to content

Commit 7be3e29

Browse files
committed
MD file edit
MD file edit
1 parent 672ccb5 commit 7be3e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Configure the variables with the required values and run the SSIS package. Refer
1010
Compile the objects from the Code\Script folder in the database in which files to be loaded. This is required only if Framework variable to be set to TRUE.
1111
Open the solution in Visual Studio 2015 & run
1212

13-
##SSIS Variables
13+
## SSIS Variables
1414

1515
* XMLFilePath - Path from which XML Files will be read.
1616

@@ -19,6 +19,7 @@ Open the solution in Visual Studio 2015 & run
1919
* XMLSQLServer - SQL SERVER in which data to be loaded.
2020

2121
* XMLSQLDatabase - SQL Server Database in which data to be loaded.
22+
2223
* XMLTablePrefix - Based on the tables in the XML files , Tables will be created with this prefix.
2324

2425
* XMLFrameWork - When chosen TRUE , Works with the framework table in which the file details will be stored and the relationship between the XML table also stored. To use this the objects from the script folder needs to be created in the database in which the data to be loaded. When chosen FALSE , the tables only will be created and loaded. No need to compile the objects from the script table.

0 commit comments

Comments
 (0)