Hello @Marimuthu Kalyanasundaram ,
Welcome to the Microsoft Q&A platform.
In below example I am trying to take "tbl_employees" table data in to Fixed length file.
Source table:
Emp_code column should save as 4 character fixed length
Emp_name column should save as 10 character fixed length
Emp_gender column should save as 10 character fixed length
Here are the implementation steps:
Step1: Add tbl_employees table as source in mapping data flow.
Step2: Add derived column transformation to transform columns in to fixed length strings.
Step3: use derived column transformation to combine all these columns(Emp_code, Emp_Name & Emp_gender) in to single column.
Step4: Use select transformation to take only combined column that is column1.
Step5: Load data in to desired location using Sink Transformation
Below is the output fixed length file screenshot.
Hope this helps. Do let us know if you any further queries.
---------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.