Hi All,
In my actual project, my boss asked me to export data from database to csv flat files.
So, as I don't know .net code, I use SSIS File System task and ForEach Loop Container.
I built a package which:
1. Select data filtered by year, month and region
2. Create differents folder to archive files exported like this:
A- Year\MONTH\REGION\ .csvfiles
One difficulty that I have is to create folder and sub folder only if it does not exist.
Any help or suggestions would be appreciated.
Thank U.
In my actual project, my boss asked me to export data from database to csv flat files.
So, as I don't know .net code, I use SSIS File System task and ForEach Loop Container.
I built a package which:
1. Select data filtered by year, month and region
2. Create differents folder to archive files exported like this:
A- Year\MONTH\REGION\ .csvfiles
One difficulty that I have is to create folder and sub folder only if it does not exist.
Any help or suggestions would be appreciated.
Thank U.