How to copy a table with the following dates

and paste it into the following format

Hi @teslyak9437
Try this
DT.AsEnumerable.ToList.ForEach(Sub(r)
r(0)=r(0).ToString.Split(" "c).First()
End Sub
)
Output:

Cheers!!
how to implement it on StudioX
Don’t need to copy paste the date. You can use Format Cells activity like this in StudioX
File Before Run:
Output:
Thanks,
Ashok ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.




