Skip to main content
SUBMITTED

Auto Map Fields (Button) After Pasting SQL (e.g. from LLM / AI)

Related products:TimeXtender Data Integration
  • May 21, 2026
  • 0 replies
  • 16 views

Pasting SQL (especially from AI) is pretty common, I think.

When pasting queries or logic into custom views or calculated fields, mapping fields manually is repetitive. An auto mapping button could analyze the SQL and automatically match fields based on names, schema, and database, allowing users to review instead of setup mappings.

For smaller queries this might not add much value (just double click the field). Not a big fan of heavy view usage myself but for views and larger transformations this could be a useful feature.

If the SQL already runs without explicit mapping, the relationships are implicitly defined, so an auto‑map should in theory just surface that logic rather than change it (correct me if I’m wrong).