0

I need to apply some transformation for CSV file format content with 40+ columns. Is there way to apply transformation without converting the content to array format. If I am using select activity I need to pass 40 columns as well with headers hard coded.

Please suggest if any other possible option is available.

Below are the steps I am using now. enter image description here

enter image description here

1 Answers1

1

One of the workaround could be possible we can use Parse csv activity instead of that .Select all the headers that are present in your csv file as shown below:

enter image description here

enter image description here

For more information please refer the below links:

AjayKumarGhose
  • 4,257
  • 2
  • 4
  • 15