importPipeline: Import from a pipeline archive

Description Usage Arguments Details Value See Also

Description

Import a pipeline from an exported pipeline tarfile.

Usage

1
importPipeline(tarfile, name)

Arguments

tarfile

File path to pipeline archive

name

Pipeline name

Details

This function is used to import pipelines from gzipped tar archives, created by the export.componentFile function. The tarfile to be imported must be called ‘PIPELINENAME.tar.gz’; the PIPELINE to be loaded from the archive will be found in the file PIPELINENAME/pipeline.xml. The resulting pipeline object can be named using the name argument–it will be called PIPELINENAME by default.

Value

pipeline object

See Also

export.componentResult


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.