ignore

How to ignore a field when loading data from a data file.

Synopsis

ignore "fieldName"

Description

Each record read from an input data file will insert every field included unless ignore is used.

Examples

Ignore the field gender in the input data file:
ignore "gender"