back to forum.

Topic: output to csv

Topic by
sheridany

2009-08-30
19:45

output to csv

how do you output to csv from the gui?

Reply by
kasper

2009-08-30
21:27
You can't yet. It's only available from the command line tool (runjob.cmd/.sh)... But it should be an easy fix to include it in the GUI as well.

Reply by
sheridany

2009-08-30
22:40
what is the syntax to run from the windows command line. runjob.cmd/???? I tried to follow the documentation but it did not work. Do I have to create a file to point the cmd line to?

Reply by
kasper

2009-08-31
06:37
you have to set up your profiler or validator job in the GUI and then save it as a .dcp or .dcv file first.

If you then run the runjob command you will see a list of options. Typically you would do something like this:
runjob -i my_job.dcp -o my_results.csv -t csv

Reply by
kasper

2009-08-31
06:38
... where "i" is for "input", "o" is for output and "t" is for type of result.

Reply by
sheridany

2009-08-31
22:08
C:\>runjob -i test.dcp -o test.csv -t csv
'runjob' is not recognized as an internal or external command,
operable program or batch file.

Reply by
kasper

2009-09-01
06:15
You have to navigate to the directory that datacleaner is unzipped in. You should be able to locate the runjob.cmd file in windows explorer as well.

You need to be logged in to participate

In order to post your own comments on this topic, you need to be logged in.

Username:

Log in by clicking the login link at the top of the screen

 

Go back to forum.