PaperTiger.UserAdapters.AutoDiscover (PaperTiger v1.0.2)

Copy Markdown View Source

Auto-discovers user schema patterns and extracts user information.

Attempts to discover common patterns:

  • Email: email, email_address, or follows primary_email_id FK
  • Name: name, full_name, or first_name + last_name
  • User table: users or user

If schema cannot be discovered, returns an error instructing the user to implement a custom UserAdapter.