Import Processing Log

Designer Manager
This manual is in pilot operation.

The process of import is output as a processing log to a file. The filename is automatically assigned to ensure no overlap with existing filenames, so there is no risk of overwriting previous processing log files by executing import processes.

File Format

The file is in CSV format (comma-separated values). The first line is the header row, and the subsequent lines are content rows. The newline character is LF (Line Feed).

The header row outputs labels identifying each item in the content rows.

Content rows are output twice for each piece of import data (valid rows in the import file) and for each value field defined in the import specification, if any. The first entry holds the 'pre-conversion values' for each field, and the second holds the 'post-conversion values'.

This format is designed to be easily loaded into Microsoft Excel and allows for sorting and extracting data in Excel.

Item Descriptions

The contents of each row’s items are as follows:

Item (Column)

Item Content in Header Row
(Item Label)

Item Content in Content Row

Pre-conversion Data

Post-conversion Data

Line Number

#LINE_NO

A serial number assigned to the import data [1]

Value Field Label [2]

#VALUE_FIELD

Label of the value field being imported

Before/After Division

#BEFORE_AFTER

Fixed value "1.BEFORE"

Fixed value "2.AFTER"

Field Value ×n

Label of Each Field

Pre-conversion value of each field

Post-conversion value of each field

Value

#VALUE

Post-conversion value of the value field being imported
(namely, the value being imported)

Cell Value Before Update

#CELL_VALUE_BEFORE_UPDATE

Value of the target cell
(before update by the import data originating this log data)

Cell Value After Update

#CELL_VALUE_AFTER_UPDATE

Value of the target cell
(after update by the import data originating this log data)

Severity

#SEVIRITY

A code indicating the severity of the exception, if any, that occurred during the processing of the import data originating this log data [3]. Empty if no exception occurred.

⚠ The number and order of "Field Value" columns are as follows:

  • For simplified forms, "Field Value" columns follow the order of the input data’s key fields, followed by dimensions arranged in the "Background", sorted in ascending order of "Sequence" (and in ascending order of dimension label if sequences are the same).

  • For full-featured forms, "Field Value" columns are repeated for the number of fields defined in the import specification. The order is as defined in the import specification.