Introduction
In this tutorial, we’ll guide you on splitting rows from a source into multiple CSV files using ZappySys SSIS PowerPack. This process is useful when managing large datasets by splitting them into smaller files.
Prerequisites
- SSIS installed
- Download and install ZappySys SSIS PowerPack
Steps
- Add a Data Flow Task to your package.
- Configure a JSON Source with 500 rows (Example 4).
- Set up a CSV Destination and define the file path.
- Choose FileSplitMode: Rows or Size.
- Set the MaxSizePerFile (for size) or MaxRowsPerFile (for rows) properties.
- Configure the Input Columns and run the package.
Result
You’ll now see multiple CSV files with the specified number of rows or file size.
👉 Read the full tutorial here with detailed steps and screenshots
Top comments (0)