Missing record delimiter "\n", saw EOF instead
Actually, this warning is quite simple to fix. Apparently, DS expects the last record of a file to terminate with the record delimiter in any case - maybe there is a setting to alter this behaviour but I did not deem worthwhile the effort to look for it. So the solution is just to terminate the file on a single empty line.
Obviously, this case is for Unix like line breaks. The others delimiters are handled analogously.
Kommentare
Kommentar veröffentlichen