Currently the CRM data importer will only perform inserts with the data in the spreadsheet, if these rows already exist (IE product pricing), it will error and crash the import, preventing any other rows from being created.
We could enhance this by allowing it to be an upsert so it updated existing rows and inserted new rows, making it a more streamlined process to manage pricing in the CRM, inserting and updating data from one import.