Develop > Develop Content > Extend Content > IDE > IDE Advanced Tasks > Customize the Extraction Model and the EXT ETL Scripts

Customize the Extraction Model and the EXT ETL Scripts

The IDE generates ETL scripts that, by default, support deleting cases. You can change the default if you do not need to delete cases.

  1. Modify the flag isDelete = 'Y' in the extraction model to isDelete = 'N', then DCS does not extract the delete flat file any more.

    The extraction model is located under:

    $HPBA_Home/ContentPacks/<CPname>/INBUILT/DATAMODEL/DATAINTEGRATION/EXTRACTION/

  2. Remove the relevant SQL clause from the EXT ETL scripts.

    Relevant SQL causes are all the SQL clauses with a table name that has the post-fix DEL_SRC.

    The EXT ETL script is located under:

    $HPBA_Home/ContentPacks/<CPname>/INBUILT/ETL/ENTITY_NAME/%NTEGRATION_ENTITY