MultiDelimiter Project

The MultiDelimiter project contains one process: multidelimiter.process. The sample project shows how the plug-in handles files with multiple delimiters.

MutliDelimiter Process

In this example, the file parser activity parses the multidelim.txt file and parses each line with a pair of commas as multiple delimiters. To enable the file parser activity to parse the multidelim.txt file, the input schema defines three file records: Customer, Business and Contact. The Customer record is configured with a comma as the delimiter between fields. The Business record is configured with two percentage characters (%%) and the Contact record is configured with two hyphens and two asterisks (-**-) as the delimiters between each field.

The following figure describes the multidelimiter process: