HI @Gus_Fring ,
Yes, you should add assign activity.
- Use Read Range Activity to read the input file.
- Define columns for output data table using Build Datatable activity.
- Then use Assign activity “DT_Input.DefaultView.ToTable(False,“Invoice Code”,“Category”,“Department”)”
- Finally use Write Range activity.
Sample xaml is attached follow this.
Specific_Column.xaml (7.9 KB)
Thanks,
Muthuraj