Fields Schema

Description

Config Example

Description

Config Example

Apply field schema according to the log customization.

IMPORTANT: In order to use the customization there are 2 conditions:

  • Customization must be placed before any type of transformer in the flow (not after any type of transformer)

  • There must be some transformer in the flow after the customization (JSON, CSV, etc.)

{"name":"columnsCustomizations","type":"transform"}

Log Customization

  • You can customize the log with a right click on the relevant log>Customize Log:

  • Using the default settings, the log will be sent with its schema which is being defined by the pattern for this log.

  • When you select specific columns to be shown, XpoLog will forward only that columns to the target. For this example, we’ll select the columns ‘Date’ and ‘Total’:

  • A data flow with these two conditions, ‘Fields Schema’ and ‘Json’, should be created and used by the relevant forwarder.

Output: The target receives only 2 columns instead of the complete records.

Â