- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
outputcsv create_empty argument
firasarabo
Path Finder
01-23-2012
01:14 PM
I wanted to know how to specify create_empty argument for outputcsv command.
it works fine for me when wrting to the csv file, like:
...|outputcsv myfile.csv
however writing the following gives me errors saying "invalid arguement create_empty":
....|outputcsv create_empty=true myfile.csv
Thanks,
Firas
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
firasarabo
Path Finder
01-27-2012
11:15 AM
It turns out that create_empty is introduced in version 4.3
I am using an older version.
