Hi there,
In DW9 TableScripts were instantiated once per job / context and then reused for each ProcessRow call (https://doc.dynamicweb.com/forum/development/development/when-are-table-scripts-instantiated). In 10, I now see them being instantiated for each call to ProcessRow; i.e. for each row. Is that intentional? It means I can no longer do any job-specific work in the constructor.
Imar