Table of Contents

Search

  1. Preface
  2. Introduction to Mass Ingestion
  3. Prepare
  4. Create
  5. Deploy
  6. Run
  7. Monitor
  8. infacmd mi Command Reference

Mass Ingestion Guide

Mass Ingestion Guide

Regular Expressions

Regular Expressions

A regular expression describes a range or pattern of values.
You can use a regular expression specify the columns that you want to parameterize in a mass ingestion specification. Use a regular expression when the columns in different source tables have varying names but contain the same information. If you choose to replace columns, you also use a regular expression to specify the pattern in the replace criteria.
For example, you might want to drop the columns that contain Social Security numbers. All of the column names contain
SSN
, but the column names have different prefixes depending on the source table where a column appears. To specify all variations in the column names, you can use a regular expression such as
.*SSN
.

0 COMMENTS

We’d like to hear from you!