Execute the SQL conversions

Specify if the SQL conversion mentioned in the mapping file must be executed.

The possible values are:

  • ALL: To execute all SQL conversions.
  • NONE: To execute none of the SQL conversions.

You can also comment this to direct the ETL tool so that the SQL conversions are not executed.



-->
<exec_conversion_sql>
<conversion_sql>ALL</conversion_sql>
</exec_conversion_sql>
<!--