Anaplan Connect - Multiple line Batch file
Hi team,
I have a batch file where I want to split it into multiple rows due to being quite long. I looked online & read that if you use ^ at the end of the row it will continue into the next, this is not currently working & wondering if anyone has any ideas?
Best Answer
-
Hi,
finally I replicated your issue:
it happens when you have TAB after the caret (^), please clean any space or tabulation at the end of the line
Regards
8
Answers
-
Hi,
can you share the error?
the symbol ^ works fine for me:
which Windows are you using? maybe you can try with double caret ^^
Regards
4 -
An alternative approach is to build it up with multiple set commands:
...
set Operation=%Operation% -file "foo.txt" -get "D:\exported foo.txt"
set Operation=%Operation% -file "bar.txt" -get "D:\exported bar.txt"
0 -
Thanks @ABerenguela
Unfortunately the double ^^ did not work. I have attached 2 screen shots, 1 from a Successful Process using Export (only 1 Action in the process) & then the unsuccessful process
You will see in the unsuccessful screen shot at the lines after the ^ are not being recognized
Mark
1) Successful Process
2) Unsuccessful Process
1 -
0