A record delimiter is a new line that separates one record from another in an import file. The record delimiter marks the end of an import data set for one record and informs Microsoft Dynamics AX that the next group of fields belongs to a new record. Note that there can be many fields of data within one record.

Example

An import file could look like this:

Name, Street Name, Number, Zip Code, County, State, Country/Region, Telephone (new line)

Name, Street Name, Number, Zip Code, County, State, Country/Region, Telephone (new line)