Need to repair file trailer totals? Our products offer more value than the competition, and are trusted by more than 75% of the top-20 financial institutions in North America. Connect with us at sales@x9ware.com and start a free evaluation today.

X9Utilities Export – ExportCsv

The Export and Import tools allow the content of x9 data files to be directly accessed and manipulated. Export and Import are complimentary tools. Export will read an x9 file and create a CSV file with records formatted from the underlying data and images. The embedded images can be exported as TIF or alternatively converted to PNG, JPG, or GIF. Import is a complementary tool that takes a similarly formatted CSV file and creates an output x9 file. Although Import can be used to create an x9.37 file from scratch, this would be a complex effort and we instead highly recommend that Write be used instead.

X9Utilities Export

There are a variety of export formats, where the most commonly used is our fixed column layout where item data is parsed into fixed fields which will be easy to process in your application systems. You can alternatively export into the native format for the x9.37 specification that was used to create the file. These native exports are on a record by record and field by field basis. There are many command line options for these functions, so please refer to the X9Utilities Guide for more information.

Export versus ExportCsv

Export is a very flexible tool that supports a variety of output CSV and XML formats. Export can also operate against either single or multiple input files. All options are accepted via command line switches. ExportCsv is another alternative, and is different from Export in several important ways. Because of that, you need to consider your requirements and determine which of these tools will best meet your needs. Some of the major differences are:

  • ExportCsv allows you do define output columns and their logical order; Export does not.
  • ExportCsv allows csv column headers (row one) to be customized; Export does not.
  • ExportCsv will only export a single x9 input file; Export will export multiple.
  • ExportCsv accepts all parameters through an xml input file; Export takes them from the command line.
  • ExportCsv will only export to csv; Export will also export to xml.

Exporting to CSV using Fixed Column Format

When a file is exported in fixed column format, there will be a single row for each item. The item record with attached addenda records are parsed into logical fields, making it much easier to access the content. The output columns will then be populated as follows:

Column NumberFixed Column Data Content for the Current Item
1Record type
2Amount
3Item sequence number
4Routing
5MICR OnUs
6MICR Auxiliary OnUs
7MICR Epc
8Documentation type indicator
8Returns Acceptance Indicator
10MICR valid indicator
11BOFD indicator
12Addendum count
13Correction indicator
14Archive type indicator
15Credit account
16Return reason
17Forward bundle date
18Return notification indicator
19Payor bank name
20Payor bank business date
21Payor account name
22Field4 parsed from the item MICR OnUs field
23Account parsed from the item MICR OnUs field
24Process Control parsed from the item MICR OnUs field
25Reserved-1
26Reserved-2
27Reserved-3
28Image creator date from the front image
29Image creator routing from the front image
30Image reference key from the front image
31Front image name (when exported)
32Back image name (when exported)
33-45First primary (26 or 32) or secondary (28 or 35) endorsement
33Record type
34Routing
35Endorsement date
36Item sequence number
37Deposit account number
38Deposit branch
39Payee name
40Truncation indicator
41Conversion indicator
42Return reason
43Endorsing bank identifier
44User field
46-58Second endorsement
59-71Third endorsement
72-84Fourth endorsement
EtcContinued for as many endorsements that exist for this item

Exporting to CSV in Native Format

An alternative is to export into native format, where an example would be as follow: 

01,03,”T”,123456780,123456780,20140810,1201,”N”,”VIEW”,”VIEW”,”A”,,,
10,01,123456780,123456780,20140808,20140810,1201,”I”,”G”,1,”X9Assist”,,”C”,,
20,01,123456780,123456780,20140808,20140810,57000000,1,,123456780,,
25,,,08777070,6,”29602722/5526″,0000010002,44000001,”G”,8,1,”Y”,01,0,”B”
26,1,123456780,20140807,44000001,,,,”Y”,0,,,
50,1,087770706,20140807,00,00,0006302,0,00,0,,,,,0,,
52,123456780,20140808,,44000001,,,,0,,,,,0000,,0,,0006302,”c:/users/x9ware2/documents/x9ware/files_Utilities/Test file with 2 checks exporter_IMAGES/Bundle_000003/Image_000007_amount_10002_front.tif”
50,1,087770706,20140807,00,00,0001865,1,00,0,,,,,0,,
52,123456780,20140808,,44000001,,,,0,,,,,0000,,0,,0001865,”c:/users/x9ware2/documents/x9ware/files_Utilities/Test file with 2 checks exporter_IMAGES/Bundle_000003/Image_000009_amount_10002_back.tif”
25,,,09777059,2,”60666044/5587″,0000010004,44000002,”G”,8,1,”Y”,01,0,”B”
26,1,123456780,20140807,44000002,,,,”Y”,0,,,
50,1,097770592,20140807,00,00,0006679,0,00,0,,,,,0,,
52,123456780,20140808,,44000002,,,,0,,,,,0000,,0,,0006679,”c:/users/x9ware2/documents/x9ware/files_Utilities/Test file with 2 checks exporter_IMAGES/Bundle_000003/Image_000013_amount_10004_front.tif”
50,1,097770592,20140807,00,00,0001865,1,00,0,,,,,0,,
52,123456780,20140808,,44000002,,,,0,,,,,0000,,0,,0001865,”c:/users/x9ware2/documents/x9ware/files_Utilities/Test file with 2 checks exporter_IMAGES/Bundle_000003/Image_000015_amount_10004_back.tif”
70,0002,000000020006,000000020006,00004,,
90,000001,00000002,00000000020006,000000004,”File Generator”,20140810,
99,000001,00000018,00000002,0000000000020006,,,

X9Utilities ExportCsv

ExportCsv provides a variation on the capabilities that are offered by the alternative Export function. ExportCsv is especially useful when you need to define specific csv output columns, or embed the export parameters within an xml control file. ExportCsv is especially useful if you need to generate export data in multiple layouts, and you want to maintain a single definition of all layouts in one place. However, if your only goal is to export to CSV using specific columns, then the easiest way to accomplish this is with the Export function using fixed columns, where you would then identify the specific columns on the command line. Please see the Export tool for more information on how to accomplish this.

ExportCsv field names

Fields to be exported are defined using their “record dot field” name. For example, 25.7 is the type 25 amount field. Fields can be selected from the following record types:

  • Type 01 – file header
  • Type 10 – cash letter header
  • Type 20 – bundle header
  • Type 25/31/61/62 – debit or credit records
  • Type 50 – front image view detail record
  • Type 52 – front image view data record

Special field names

In addition to the “record dot field” name format, there are several special field names that can be used for specific conditions:

Field NameContent
MicrRoutingCombination of the item 8 digit routing plus the 1 digit check it.
MicrAuxOnUsAuxiliary OnUs field, which contains the check number from business checks, which can be up to 15 digits long.
MicrOnUsOnUs field which is formatted as: Field4/AccountNumber/ProcessControl.
MicrEpcExternal Processing Code (EPC) conveys special information regarding the proper handling of a check. EPC=4 identifies a forward IRD. EPC=5 identifies a return IRD. EPC=6 identifies an RCC (remotely created check).
MicrFld4Optional field 4 as extracted from the MICR OnUs field.
MicrAccountAccount number as extracted from the MICR OnUs field.
MicrProcessControlProcess Control as extracted from the MICR OnUs field.
MicrAmountItem amount.
CheckNumberCheck number, which is first taken from AuxOnUs (when populated) and otherwise extracted from MICR OnUs. Check numbers within MICR OnUs must be at least four (4) digits in length. If your application requires MICR OnUs check numbers that are shorter than 4 digits, then you should instead write your own extraction logic using the provided fields.
ReturnReasonBest return reason extracted from the item addenda records.
FrontImageFront image.
BackImageBack image.

Image formats

Images are typically always exported into TIFF format, since that is the image exchange format. However, several other formats are available. These should be used carefully, since conversions can be imperfect, and they will always take additional time. The image formats that are available are as follows:

  • tif
  • png
  • jpg
  • gif

Image methods

In addition to the “record dot field” name format, there are several special field names that can be used for specific conditions:

Image MethodFunctionality
aAbsolute (fully qualified) file name.
rRelative file name (contains only the base part of the fully qualified name).
bBase64 basic format (the image will be embedded within the csv).
mBase64 mime format (the image will be embedded within the csv).
Scroll to Top