Is there a way to escape a double quote in a PBCS data export rule?
Summary:
Is there a way to escape a double quote in a PBCS data export rule?
I would like to dynamically update the data export file name with a variable, but I am getting the following error:
"A validation error was received from the Planning server. 'Error:Syntax error in DataExport command. Please provide a valid filename Rule ITC_PLAN.Labor.Data Export - Headcount'"
I suspect the issue is that when I concatenate the variable into the file name, the final output is not wrapped in double quotes:
DATAEXPORT "File" "|" @concatenate(@concatenate("/u03/lcm/Headcount_Export_", {varYears}), ".txt") "#MI";
Tagged:
0