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.
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.
Try using a read text file and read the data from .dat file…then use your split activity
Str.split({“occurs”},stringsplitoptions.none)
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.