Creating Custom Output File Names in JSON

You can set a custom output file name for each render job or replicated comp from within your JSON data source by using an output property key.

NOTE  For output naming purposes, values in an output property key override values specified in an id property key.

  1. Create a new property key named output in each of the objects found within the JSON array.
  2. Specify the desired output file name for each object in the value for the output property key.
  3. (Optional) If you want to sort your outputs into sub-folders within the Output destination, you can prepend a relative file path to the beginning of your output value. If your Destination path is C:\path\to\renders, and the output value in your JSON data is subfolder/filename, then filename.<ext> will be created in C:\path\to\renders\subfolder

TIP Avoid using a period character in custom output names to avoid AE output errors.