I'm seeing an issue where I set up an import and test the import. The test seems to work as expected, flagging missing email addresses, for example, but otherwise accepting the input data. When I go to the next step of inputting the data, however, it only imports a tiny subset of the data (if any at all), and doesn't record any errors.
Comments
Comment #1
mandclu commentedNever mind, I resolved it. I had added ini_set("auto_detect_line_endings", 1); to the top of _user_import_file_open, turns out I needed to do the same for _user_import_process as well. With that done, it works fine (and accepts a variety of line endings).
Comment #2
robert castelo commented