Skip to content

Files

The Files screen gives you a direct view of the files in your project folder. While most of the time you’ll work with metadata through the other screens in ADL, the Files screen is useful when you want to see what’s on disk.

See all the metadata files, templates, and generated output in your project folder. Files are organized by type — data objects, connections, mappings, templates, and output.

  • Review file contents — See what’s stored in each metadata file.
  • Check file structure — Verify that your project folder is organized the way you expect.
  • Monitor generated output — See the files produced by the Code Generator.

ADL stores each type of metadata in its own subfolder within your project. The default folder structure looks something like:

  • /connections/ — Data connection files
  • /dataobjects/ — Data object files
  • /mappings/ — Data object mapping files
  • /templates/ — Template files
  • /output/ — Generated output files

You can customize this folder structure when setting up a project. All files are plain JSON (for metadata) or Handlebars (for templates), so you can open them in any editor.

  • Use your IDE alongside ADL — Since all files are plain text in your repository, you can open the same project folder in VS Code, IntelliJ, or any other editor to work with files directly.
  • Check the output folder after generating — It’s a good habit to review what was generated before committing.
  • Don’t edit metadata JSON by hand unless needed — The ADL app screens are designed to keep your metadata valid and consistent. Manual edits are fine, but the app is usually the safer option.