How to generate CSV format output for Positive pay file?
(Doc ID 2554623.1)
Last updated on APRIL 04, 2024
Applies to:
Oracle Fusion Payables Cloud Service - Version 11.13.19.04.0 and laterOracle Fusion Payments Cloud Service - Version 11.1.10.0.0 and later
Information in this document applies to any platform.
Symptoms
How to generate CSV format output for Positive pay file?
Changes
Oracle Supply ETEXT Template FIXED_POSITION_BASED which can only generate Text output as per BIP functionality with fixed allocation positions.
Inorder to achieve this requirement we need to develop new DELIMITER_BASED templates.
Let me brief about FIXED_POSITION_BASED templates and DELIMITER_BASED templates firstly.
Structure of the Data Rows
The output record data fields are represented in the template by table rows.
In FIXED_POSITION_BASED templates, each row has the following attributes (or columns):
Position
Length
Format
Pad
Data
Comments
The first five columns are required and must appear in the order listed.
For DELIMITER_BASED templates, each data row has the following attributes (columns):
Maximum Length
Format
Data
Tag
Comments
The first three columns are required and must be declared in the order stated.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |