SSIS Package||Steps to load multiple XML Files into SQL table?

Опубликовано: 11 Октябрь 2024
на канале: LearnSQLtoSSIS
331
3

1. Create Three Variables: FileExtension(String)*.xml, FilePath (String) and SourcePath(String)
2. Configure ForEachLoop and Select ForEach File Enumerator
3. Write Expressions for Directory (SourcePath) and FileSpec(FileExtension)
4. Variable Mapping and Select FilePath
5. Drag DataFlowTask into FoeEachLoop
6. Use XML Source and Select FilePath variable and Generate XSD
7. Drag OLEDB Destination and Configure
8. Write an Expression for [XML Source: XML Data]property and evaluate with FilePath variable.
9. Execute the package.