Hi there!
I have a log file in which every line looks like this:
2008-08-25 14:43:20 <?xml version="1.0" encoding="UTF-8" standalone="no"
?><ROSIS:rosisprot xmlns:zbd><request_id>1</request_id>
<frequence>40</frequence><dunkel>500</dunkel><spektral>100</spektral>
<nadir>100</nadir><dunkel_winkel>216</dunkel_winkel>
<spektral_winkel>829</spektral_winkel><nadir_winkel>79</nadir_winkel>
<dunkel_motor>-3109</dunkel_motor><spektral_motor>-11931</spektral_motor>
<nadir_motor>-1138</nadir_motor><disk_space>18822209</disk_space>
<output_file>emtpty val-001.dat</output_file><comment>emtpty val</comment>
<error_code>0</error_code><error_message></error_message></ROSIS:rosisprot>
And I would like to convert this to a table. Any hints how to start?
Thanks!
I have a log file in which every line looks like this:
2008-08-25 14:43:20 <?xml version="1.0" encoding="UTF-8" standalone="no"
?><ROSIS:rosisprot xmlns:zbd><request_id>1</request_id>
<frequence>40</frequence><dunkel>500</dunkel><spektral>100</spektral>
<nadir>100</nadir><dunkel_winkel>216</dunkel_winkel>
<spektral_winkel>829</spektral_winkel><nadir_winkel>79</nadir_winkel>
<dunkel_motor>-3109</dunkel_motor><spektral_motor>-11931</spektral_motor>
<nadir_motor>-1138</nadir_motor><disk_space>18822209</disk_space>
<output_file>emtpty val-001.dat</output_file><comment>emtpty val</comment>
<error_code>0</error_code><error_message></error_message></ROSIS:rosisprot>
And I would like to convert this to a table. Any hints how to start?
Thanks!