07/05/2018 at 11:19 am
#466893
Keymaster
@ Age
I like recommending the beta which is more of an release candidate than a beta. Poor naming on my part.
Some of the bigger changes include but limited to:
- Made code changes to deal with a couple of the more common issues users have had using the extension. Minor things really but do improve the user experience.
- Improved user feedback during the import process. Failed and skipped rows are now reported vs being silently ignored.
- Failed and skipped rows will have download links to CSV files with just those rows so they can be fixed and imported.
- When importing really large CSV files, eg. 10,000 or more, each step of the batch import would increase as the complete file would have to be parsed to get to the correct spot to import the next batch. Now, on the mapping step the file is chunked, split into parts. These parts are preprocessed. Now, each step of a batched import will take roughly the same amount of time which reduces overall import time while greatly reducing server resource usage during import.
Hope this answer you question thoroughly!
