cFile Standard properties - Cloud - 8.0

File (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > File components (Mediation)
Data Quality and Preparation > Third-party systems > File components (Mediation)
Design and Development > Third-party systems > File components (Mediation)
Last publication date
2024-02-21

These properties are used to configure cFile running in the Standard Job framework.

The Standard cFile component belongs to the Connectivity family.

Basic settings

Path

Path to the file or files to be accessed or saved.

Parameters/Noop

Select this check box to keep the file or files in the original folder after being read.

If this option is enabled, the file will not be moved or deleted in any way and Camel will set idempotent=true as well to avoid consuming the same files over and over again. This option is useful for read-only data and ETL type requirements.

Parameters/Flatten

Select this check box to flatten the file name path to strip any leading paths. This allows you to consume recursively into sub-directories, but when you, for example, write the files to another directory, they will be written in a single directory.

Parameters/AutoCreate

Select this check box to create the directory specified in the Path field automatically if it does not exist.

Parameters/BufferSize(kb)

Write buffer sized in bytes.

Encoding Specify the encoding of the file, ISO-8859-15, UTF-8, or CUSTOM.
FileName The name of the file to be processed. Use this option if you want to consume only a single file in the specified directory.

Advanced settings

Advanced Set the optional arguments in the corresponding table. Click [+] as many times as required to add arguments to the table. Then click the corresponding Value field and enter a value. See the site http://camel.apache.org/file2.html for available URI options.

Usage

Usage rule

cFile can be a start, middle or end component in a Route.

Limitation

 n/a