Adding new Guid to destination
Paul Sullivan
Paul Sullivan
Row.MyGuid = ...
Hi,
I have the same task as you have.
Did you make the script component for adding Guid to each source row?
Could you please help me to understand it?
If you could share some source code and some settings for it - would be great!
Thanks.
Vita wrote:
Hi,
I have the same task as you have.
Did you make the script component for adding Guid to each source row?
Could you please help me to understand it?
If you could share some source code and some settings for it - would be great!
Thanks.
Imports System
.
.
.
.
Row.MyGuid = System.Guid.NewGuid()
Regards
Jamie