Data formats overview

Data formats - such as Avro, JSON, and log - are methods to encode data that adhere to generally accepted specifications.

The way that stages process data can be similar based on the stage type and the type of data being processed. For example, file-based sources such as Directory and SFTP/FTP/FTPS Client will typically process data formats the same way. Similarly, message-based targets such as Kafka Producer and JMS Producer generally process data formats the same way.

This chapter discusses how stages process data formats generally. For the details of how a stage processes different data formats, see the "Data Formats" section of the stage documentation.

For information about the data formats supported by each source, processor, or target, see Data format support.

File compression formats

Sources and processors that read files can read uncompressed files, compressed files, archives, and compressed archives. When you configure the stage, configure the compression format for the files.

The following table lists the supported file types by extension:
Compression Format Description
Uncompressed Processes uncompressed files of the configured data format.
Compressed Processes files compressed by the following compression formats:
  • gzip
  • bzip2
  • xz
  • lzma
  • Pack200
  • DEFLATE
  • Z
Archive Processes files archived by the following archive formats:
  • 7z
  • ar
  • arj
  • cpio
  • dump
  • tar
  • zip
Compressed Archive Processes files in compressed archives created by supported compression and archive formats.
Note: Use the Archive compression format to process ZIP files.