FLD_DELIMITER = { xx | <ascii> };
where xx is a character string delimiter and ascii is and ASCII decimal code. The angled brackets around the ASCII code are required. Be sure not to use a character found in your data as a delimiter. For example, do not use a comma as the delimiter if your data contains numeric or money fields grouped with a comma.