Extract output file name concat with the extract parameters
Summary:
Hi All,
I am working on a HCM extract where requirement is to generate the output file name which contains the interface name concats with the parameter as mentioned below:
My extract contains three parameter: L_PAYROLL_NAME, L_PERIOD_NAME and L_EMPLOYER_NAME
Final file output name should be like this:
concat( "InterfaceName_", L_PAYROLL_NAME, "_", L_PERIOD_NAME, "_", L_EMPLOYER_NAME,".csv")
I am using webcenter content type in delivery option.
Can anyone please let me know is this feasible from extract?
Thanks.
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0