Diagnose CSV import failures
Start with delimiter, encoding, row-shape, missing-value, and column-profile signals before exporting to XLSX or uploading to a destination system.
Spreadsheet-ready
Use this collection when the real job is not just converting a format, but getting messy data into a shape that a spreadsheet, import system, teammate, or client can trust.
Start here
Task groups
Start with delimiter, encoding, row-shape, missing-value, and column-profile signals before exporting to XLSX or uploading to a destination system.
Normalize headers, trim columns, remove duplicate rows, split or merge files, and keep the original data available for review before final import.
Validate JSON, inspect key paths, flatten nested structures, and choose CSV or XLSX output only after the row shape is clear.
Create XLSX outputs from clean CSV or JSON, convert simple XLSX sheets back to CSV when needed, and use schema tools to document expected fields.