Previous Topic

Next Topic

Book Contents

Book Index

Receiving CSV reports

The Control-D Agent and File Transfer option can be used to send a CSV file from a PC to CDAM or spool.

The following examples demonstrate various ways to send a CSV report. You can find these examples in the FTOCSV member of the IOA SAMPLE library.

Example 1: FTOPARM definitions for a full CSV report

+++CTDCSVF

TYPE=A

LINESEP=CRLF

RECFM=VB

OUT=CDAM

LINECT=9999

ASSOC=CTDCSV

Example 2: FTOPARM definitions for a CSV report to be separated according to Excel cells

+++CTDCSV

TYPE=A

LINESEP=CRLF

RECFM=VB

OUT=CDAM

LINECT=1

ASSOC=CTDCSV

Example 3: FTOPARM definitions for a CSV report to be decollated from spool

+++CTDCSVSPOOL

TYPE=A

LINESEP=CRLF

RECFM=VB

OUT=SPOOL

CLASS=F

EXTWTR=%JOBNAME%

Parent Topic

Microsoft Excel document processing