Imports and cleanup
Prepare data before it becomes a public directory.
Map CSV headers to directory fields
Header mapping should connect meanings, not just similar names.
Read the guide ↗Imports and cleanupDiagnose garbled characters in a CSV import
Garbled names can result from an encoding mismatch before the directory sees the data.
Read the guide ↗Imports and cleanupCheck CSV delimiters before importing
A file may use commas, semicolons, or another separator despite its extension.
Read the guide ↗Imports and cleanupRemove empty and explanatory rows from import files
Spreadsheet exports can include blank rows, notes, or repeated headings.
Read the guide ↗Imports and cleanupNormalize listing website URLs carefully
Equivalent website URLs can appear in several forms, but aggressive normalization can erase meaningful paths.
Read the guide ↗Imports and cleanupFind duplicate records before importing
Duplicate detection needs more than a matching name.
Read the guide ↗Imports and cleanupResolve conflicting values when merging listings
A merge should preserve the best-supported value, not simply the newest row.
Read the guide ↗Imports and cleanupChoose a representative import sample
A sample should exercise the difficult cases in the dataset.
Read the guide ↗Imports and cleanupPrepare a rollback plan before a bulk update
A bulk update is easier to recover from when the previous values and affected records are known.
Read the guide ↗Imports and cleanupCheck spreadsheet formulas before exporting directory data
CSV files contain exported values rather than the live logic of a workbook.
Read the guide ↗Imports and cleanupPrepare multi-value listing fields for import
Categories and tags need an agreed representation in the source file.
Read the guide ↗Imports and cleanupKeep a useful bulk import audit log
An audit log should identify what changed and how to investigate it.
Read the guide ↗Imports and cleanupReview a directory after a bulk import
A successful import message confirms processing, not editorial correctness.
Read the guide ↗No matching guides. Try a shorter phrase or clear your search.