Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.2
-
None
-
none
Description
for example, the below dirstruct xml file, pushpull currently will fail to replace '${DATE_NOW}' (ignore the extra '\' before '{' – i had to add it so formatting would work):
<root> <variables> <variable name="DATE_NOW"> <type>STRING</type> <value>[FORMAT(yyyy-MM-dd'T'HH:mm:ss.SSS'Z',[DATE.UTC], yyyyMMdd)]</value> </variable> </variables> <dirstruct starting_path="/pub/DailyIngest/"> <dir name="$\{DATE_NOW}"/> </dirstruct> </root>