Setting up an import starts with the app analyzing your file: it detects the data type of each sheet and checks the columns. That step is now quicker, and changing a sheet’s type no longer means waiting for the file to be read again.
Improvements#
- Quicker first analysis - the analysis reads only the rows it needs instead of the whole file, which matters most for large spreadsheets.
- Instant type changes - after the first analysis, choosing a different data type for a sheet shows its columns and warnings right away.
- Sheet cards stay on screen - while a new analysis runs, the current result stays visible instead of the page going back to “Analyzing spreadsheet”.
- Analyze reads the file again - the Analyze button always runs a full analysis from the file, for example after you add a metafield definition.

