Project

General

Profile

Actions

User story #6947

open

Condition canonification does not handle nested substitution

Added by Alexis Mousset almost 9 years ago. Updated 9 months ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
rudderc
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
No

Description

file_from_template_mustache_data_${string_variable.${this.bundle}_configuration_file}_repaired

becomes:

concat("file_from_template_mustache_data_",canonify("${string_variable.${this.bundle}"),"_configuration_file}_repaired")

which is invalid.

Actions

Also available in: Atom PDF