WI085: Invalid value value for FLD_DELIMITER command in group number, groupname.

The syntax of the FLD_DELIMITER command is:
Restriction: This topic applies to Windows environments only.
FLD_DELIMITER = {'xx'|'<ascii1>'} {'xx'|'<ascii2>'} [...];

where 'xx' is one or more keyboard characters and 'ascii' is an ASCII decimal code. The angle brackets around the ASCII code are required. Quote marks around delimiters are optional.

For example, to instruct the SQLWizard Import utility to use a comma as the delimiter in your file, use the command:

FLD_DELIMITER = , ;