Check if parameters are used in database actions

Hi,

I need to check for loads of ETL-files if in all database related actions (import from database, export to database, etc…) if all database connections are parameterized.

How can I check this using an EasyMorph project ?

This would be great help.

Thanks !
Nikolaas

Hi Nikolaas,

You can extract project metadata from .morph files because they are regular XML files. Check out this topic: Import parameters {DataConnectorName}, {Schema}, {TableName}

Thanks. I shall give it a try !