Split columns in .DAT file

Good Morning.

I have a data file(.DAT) wherein it has “occurs” clause in it, where the data appears in the same row in sequential order, I want to split these data to a separate column. Is it possible to do this using UiPath?

Thankyou.

@Chendoran_M

Try using a read text file and read the data from .dat file…then use your split activity

Str.split({“occurs”},stringsplitoptions.none)

Cheers

1 Like

Hello @Chendoran_M

You can try with Generate Datatable or Text to Column activity.

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.