Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I am using the command line and want to save the output into CSV format.

However, I receive output into the default format, which is txt.

Search string:
flpsearch.exe -o C:\Users\Downloads\result -ofc -ofr:file-keywords -d C:\Users\Downloads\Demo -c "=C:\Users\query.txt" -cew -s

Any advice on how I can achieve the output in CSV format?

by (35 points)

1 Answer

0 votes
 
Best answer

The default style 'Standard' does not support CSV so you need to switch the style to tabulated by adding the command line switch:

-ofrs:tabulated
by (30.1k points)
...