cancel
Showing results for 
Search instead for 
Did you mean: 

bpdbjobs -file output.html ?

JSzeto
Level 4

As titled, how do I output bpdbjobs result to html with proper formatting and spacing?

I tried outputing to a .txt or .csv file but my HTML page wouldn't embed/display them on the content page.

1 ACCEPTED SOLUTION

Accepted Solutions

Tmy_70
Level 5
Partner Accredited Certified

Check thist link:

 

http://www.infionline.net/~wtnewton/batch/text2htm.htm

View solution in original post

4 REPLIES 4

watsons
Level 6

I don't think there is an option for direct HTML generation.

But you can try with some options, which some has a delimiter of <space> or ",".

- bpdbjobs -report  (by default, delimiter is <space>)

- bpdbjobs -gdm    (delimiter is ",")

- bpdbjobs -all_columns  (delimiter is "," gives you all columns)

JSzeto
Level 4

Here's what I used actually:

bpdbpbs -file c:\result.txt

 

Result and formats look very good and now I am stuck at how to put all these embedded on a html website..

Tmy_70
Level 5
Partner Accredited Certified

Check thist link:

 

http://www.infionline.net/~wtnewton/batch/text2htm.htm

JSzeto
Level 4

Old school batch does the job. Thanks for bringing that up.