This error means that a certain data line is not properly ended with a delimiter. For example: there is a " at the start of your line of data but there is no closing " so Duco thinks it is searching for one field that never closed.
Removing or adding the delimiter in the appropriate location in the file will resolve the error.