Pro ScriptableObject Class Generator

The Class Generator in DataLoom Pro parses CSV, TSV, JSON, or Excel headers to generate compile-ready C# scripts.


Pro Guesses & Smart Types

In addition to standard guess rules, DataLoom Pro evaluates cell content to guess complex structures:

  • If a cell contains JSON brackets {}, the generator flags the field as a custom sub-class.
  • If a cell has array brackets [] or semicolon separators ;, it maps the field to standard lists (e.g. List<int> or string[]).
  • It automatically structures sanitized camelCase variable templates and includes namespace wraps.

This site uses Just the Docs, a documentation theme for Jekyll.