I am trying to use the --ignore option in the daexport command and it works if I use it like so:
daexport -t 4 -o devj --ignore ActionRequest,PfiActivity dev
I was told by Infor Support that you could specify the file names in a file and reference it in the command, but it doesn't work. Below is what I have tried. Has anyone else tried this? Thank you.
daexport -t 4 -o devy --ignore @exclude.txt dev
daexport -t 4 -o devy --ignore exclude.txt dev
daexport -t 4 -o devy --ignore '@exclude.txt' dev