Is there a way to update the dml of all components of a graph ? I have large graphs having more than 100 components.
We have to add utf8 in the beginning of all dml as the charset of the database on which they are running is utf8.
As of now, I am just manually adding this in all dml, i was wondering if i can write any script which will scan the .mp/.ksh file and do the updates.