What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

CSV Export to named file

Votes:

0

The export file is named using the date which makes it difficult for other processes to pick it up. Can I specify the file name of the CSV file that csvexport produces?

csvexport reports sensors

Created on Jan 27, 2012 11:23:12 AM



1 Reply

Votes:

0

Hi Jonathan,

This is not possible as CSVExport can produce more than one file in a single run. But you can run CSVExport in a batch file and rename the output files.

@echo off
CSVExport.exe -pu=demo -pp=demodemo -ps=https://example.com -s=1001,1002
ren 1001*.csv myfile.csv
ren 1002*.csv myfile2.csv

Regards,

Created on Jan 27, 2012 7:24:45 PM

Last change on Aug 10, 2018 8:15:56 AM by  Brandy Greger [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.