Layout example better

This commit is contained in:
dfinke
2016-03-03 17:07:37 -05:00
parent d6227f31c8
commit 524ad65c35

View File

@@ -10,4 +10,11 @@ $header = echo `
'Total Radiated Energy (J)' `
'Calculated Total Impact Energy (kt)'
Import-Html http://neo.jpl.nasa.gov/fireballs/ 5 -Header $header -FirstDataRow 1
$splat=@{
url='http://neo.jpl.nasa.gov/fireballs/'
index=5
Header=$header
FirstDataRow=1
}
Import-Html @splat