File type | Required | Description | File extension |
|---|---|---|---|
Data File | Yes | Contains the transaction or configuration information you want to process. | .csv |
Properties File | No | Contains the definition of the corresponding data file. File name must match the data file.
| .properties |
Trigger File | Yes | Empty file that indicates your submission is ready to process. File name must match the data file.
| .trg |
Beginning to process job for trigger file
C:\DataFileIntegrator\TaxServiceA\input\DecemberInvoices.trg.
loading properties file DecemberInvoices.properties
Beginning to parse input
Sending request to Determination
Processing response from Determination
Saving completed status for job.
Deleting files for job. Done processing job.
Deleting files for job.
Done processing job. Saving final status.
Closing log file for job.
File type | Description | File extension |
|---|---|---|
Results File | Contains the results of your submission. Results files are named with the format: < InputFilename>.out.csv. For example, DecemberInvoices.out.csv.
| .csv |
Reprocess File | For submissions that contain errors a reprocess file's created containing the lines with errors. This file can be compared to the errors listed in the log file. Once the errors have been identified and corrected this file can be submitted for processing. Reprocess files are named with the format: < InputFilename>.reprocess.csv. For example, DecemberInvoices.reprocess.csv. | .csv |
Confirmation File | Empty file indicating your submission's completely processed. Confirmation files are named with the format: < InputFilename>.end. For example, DecemberInvoices.end. | .end |