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

Config system

Updated

Crosswalker remembers your import configurations so you don’t have to reconfigure columns every time.

After a successful import, you’re prompted to save the configuration. Saved configs include:

  • Column-to-role mappings
  • Output path and naming settings
  • A fingerprint of the source data structure

When you import a new file, Crosswalker generates a fingerprint and scores it against saved configs. If a match is found above the threshold (default: 50%), it suggests applying that config.

Matching considers:

  • Column name overlap
  • Column count similarity
  • Data pattern similarity (when pattern detection is enabled)

Access saved configs from the settings tab. You can:

  • Browse all saved configs
  • Preview column mappings
  • Delete outdated configs
  • (Planned) Export/import configs as JSON for sharing
SettingDefaultDescription
Enable config suggestionsOnShow “Use saved config?” prompts
Match threshold50Minimum score (0-100) to suggest a config
Pattern detectionOnDetect data patterns for smarter matching
Prompt to saveOnAsk to save config after import
Auto-apply exact matchOffSkip confirmation on 100% match