Hello, all
I need to migrate an old desktop non-visual app with thousands of code lines of type: ds1.object.c_column[i] = ds2.object.c_column[i]
How can I migrate it to .NET service without having to manually go through the whole code and change it to ds.GetItem<type> ?
Can powerscript migrator help me with this
Thank you
Arcady