DLP_Solutions2
9 years agoLevel 3
DQL Report does not output to 1 file 5.0.1
I am using DI 5.0.1 and I am not able to have the DQL report to output to 1 single file.
Is anyone else having this issue?
I have a DQL query and when I am pulling some of the AD Attributes, it will separate the files.
I even have put 'format user AS csv' at the end and it still puts it into multiple files.
From user
get name, principal_name, login, Home_directory, Department
If Home_Directory not in ('nowhere')
format user AS CSV;
Please help!