3.5. Samples

Note

  • This is a sample execution file, for facts-finder module usage, to generate clean file along with custom module insertion

  • Please modify the script as per your custom module name/definitions marked at MODIFY:, INPUT: markers

  • Refer to input sections to provide the inputs.


3.5.1. A Sample Execution File using DeviceDB

sample execution file. A sample execution file will look similar to this


3.5.2. A Sample Execution File to generate clean file

generate clean facts. A sample execution file will look similar to this

3.5.2.1. without custom facts

  • While calling main function keep custom=False, in order to skip custom processing.

  • There is no need of custom imports.

3.5.2.2. with custom facts

  • While calling main function keep custom=True, in order to keep custom processing.

  • Custom imports are mandatory.