Hello experts,
I am using macro for piping reports extraction, but I wants to change out put path to D-drive.
Thanks
Hello experts,
I am using macro for piping reports extraction, but I wants to change out put path to D-drive.
Thanks
replace the line you have for !File with the below and enter your desired filepath
!File = Object file 'D:\ENTER_FULL_PATH_HERE\ENTER FILENAME.csv'
example for D drive folder MTO shown below. Note that your file has an error in the filename as its missing the $ for day. You can see the corrected path below.
!File = Object file 'D:\MTO\$!projID-$!day-$!month-$!year$n.csv'