Skip to content
🚧 Early alpha — building the foundation. See the roadmap →

Import wizard

Updated

The import wizard walks you through converting structured data files into Obsidian notes.

Choose a source file from your filesystem. Supported formats:

  • CSV — Fully supported with PapaParse streaming for large files (>5MB)
  • XLSX — Planned (package installed, integration in progress)
  • JSON — Planned

After parsing, the wizard displays all detected columns with type analysis. For each column, assign a role:

RoleWhat it does
HierarchyCreates folder levels (ordered top to bottom)
FrontmatterBecomes a YAML property in the note
LinkGenerates WikiLinks to other notes
BodyInserted as the note’s markdown body
IgnoreSkipped during generation

Column analysis shows unique value counts, detected types, and sample values to help you decide.

See the folder tree that will be generated, plus a sample note with frontmatter. Adjust column assignments if the preview doesn’t look right.

Creates all folders and notes in your vault under the configured output path. Each note includes:

  • YAML frontmatter from mapped columns
  • Body content from body columns
  • WikiLinks from link columns
  • _crosswalker metadata tracking the import source and timestamp