Directoryz
The Directoryz field guide

Imports and cleanup

Prepare data before it becomes a public directory.

13 practical guides1 topic
Imports and cleanup

Map CSV headers to directory fields

Header mapping should connect meanings, not just similar names.

Read the guide ↗
Imports and cleanup

Diagnose 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 cleanup

Check CSV delimiters before importing

A file may use commas, semicolons, or another separator despite its extension.

Read the guide ↗
Imports and cleanup

Remove empty and explanatory rows from import files

Spreadsheet exports can include blank rows, notes, or repeated headings.

Read the guide ↗
Imports and cleanup

Normalize listing website URLs carefully

Equivalent website URLs can appear in several forms, but aggressive normalization can erase meaningful paths.

Read the guide ↗
Imports and cleanup

Find duplicate records before importing

Duplicate detection needs more than a matching name.

Read the guide ↗
Imports and cleanup

Resolve conflicting values when merging listings

A merge should preserve the best-supported value, not simply the newest row.

Read the guide ↗
Imports and cleanup

Choose a representative import sample

A sample should exercise the difficult cases in the dataset.

Read the guide ↗
Imports and cleanup

Prepare 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 cleanup

Check spreadsheet formulas before exporting directory data

CSV files contain exported values rather than the live logic of a workbook.

Read the guide ↗
Imports and cleanup

Prepare multi-value listing fields for import

Categories and tags need an agreed representation in the source file.

Read the guide ↗
Imports and cleanup

Keep a useful bulk import audit log

An audit log should identify what changed and how to investigate it.

Read the guide ↗
Imports and cleanup

Review a directory after a bulk import

A successful import message confirms processing, not editorial correctness.

Read the guide ↗