Expression Language Reference
    Preparing search index...

    Context common to inputs of the ETL extraction process this will allow access to the input content

    interface ExtractInputContext {
        input: ExtractInput;
        inputs?: ExtractInput[];
    }
    Index

    Properties

    Properties

    Primary Input of the extraction process

    inputs?: ExtractInput[]

    List of inputs for this extraction process. (Only available in explicit execution mode)