Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel2
absoluteUrltrue

Overview

Flattening the text data in a file.

...

  1. Ignoring the Record Codes in each line while writing to the output view. 

  2. As a file contains only one file header, the 01-File Header values appended for each line in the output data. 

  3. The count of lines for each group will be equal to the number of transaction lines apart from lines containing comments.

  4. Each line should contain details of Record Codes 01,02,03 and a transaction detail line. Where the values for record code will be unique for each file, the values for group header(02) and account identifier(03) may change.

Snap Type

BAI File Parser is a custom parser snap to parse the incoming data from .bai files to csv data format.

Prerequisites

  • None.

Limitations and Known Issues

None.

Snap Views

Input

This Snap has at exactly one document input view. Each document contains data in the form of text. The file extension is .bai .

Output

This Snap has exactly one document output view. Each document contains corresponding response in the form of csv data.

Error

This Snap has at most one document error view and produces zero or more documents in the view. Each document contains the corresponding error record if snap is not able to process data.

Snap Settings

Label

required

The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Snap Execution

optional

Specifies the execution type:

  • Validate & Execute: Performs limited execution of the Snap (up to 2000 records based on Preview doc count, default is  50 records) during Pipeline validation; performs full execution of the Snap (unlimited records) during Pipeline execution.

  • Execute only: Performs full execution of the Snap during Pipeline execution; does not execute the Snap during Pipeline validation.

  • Disabled: Disables the Snap and, by extension, its downstream Snaps.

Default value: Execute only