svp à l'aide de java je veux extraire des champs de ce fichier
comment je peux faire a l'aide de java ...???![]()
par exemple :
19:30:0 BBSIG-TPU0 Accumulated path loss difference -4709100
20:0:0 BBSIG-TPU0 Accumulated path loss difference -5059392
merci d'avance![]()
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82 1 Number Of Valid Data Blocks: 48 FY Number 2 TRX Number 0 1.1 Suspect Flag Correct Data Observed HW FY Type Of Hardware CU HW Instance RACK: 0 / CU: 2 TimeStamp 23/3/2007 - 19:30:0 1.1.0 BBSIG-TPU0 1.1.0.1 Accumulated path loss difference -4709100 1.1.0.2 Accumulated measurement samples 556332 1.1.0.3 Accumulated calls 363 1.1.1 BBSIG-TPU1 1.1.1.1 Accumulated path loss difference 0 1.1.1.2 Accumulated measurement samples 0 1.1.1.3 Accumulated calls 0 1.1.2 BBSIG-TPU2 1.1.2.1 Accumulated path loss difference 0 1.1.2.2 Accumulated measurement samples 0 1.1.2.3 Accumulated calls 0 1.1.3 BBSIG-TPU3 1.1.3.1 Accumulated path loss difference 0 1.1.3.2 Accumulated measurement samples 0 1.1.3.3 Accumulated calls 0 1.1.4 BBSIG-TPU4 1.1.4.1 Accumulated path loss difference 0 1.1.4.2 Accumulated measurement samples 0 1.1.4.3 Accumulated calls 0 1.1.5 BBSIG-TPU5 1.1.5.1 Accumulated path loss difference 0 1.1.5.2 Accumulated measurement samples 0 1.1.5.3 Accumulated calls 0 1.2 Suspect Flag Correct Data Observed HW SiemensHWP Type Of Hardware CU HW Instance RACK: 0 / CU: 2 TimeStamp 23/3/2007 - 20:0:0 1.2.0 BBSIG-TPU0 1.2.0.1 Accumulated path loss difference -5059392 1.2.0.2 Accumulated measurement samples 671028 1.2.0.3 Accumulated calls 395 1.2.1 BBSIG-TPU1 1.2.1.1 Accumulated path loss difference 0 1.2.1.2 Accumulated measurement samples 0 1.2.1.3 Accumulated calls 0 1.2.2 BBSIG-TPU2 1.2.2.1 Accumulated path loss difference 0 1.2.2.2 Accumulated measurement samples 0 1.2.2.3 Accumulated calls 0 1.2.3 BBSIG-TPU3 1.2.3.1 Accumulated path loss difference 0 1.2.3.2 Accumulated measurement samples 0 1.2.3.3 Accumulated calls 0 1.2.4 BBSIG-TPU4 1.2.4.1 Accumulated path loss difference 0 1.2.4.2 Accumulated measurement samples 0 1.2.4.3 Accumulated calls 0 1.2.5 BBSIG-TPU5 1.2.5.1 Accumulated path loss difference 0 1.2.5.2 Accumulated measurement samples 0 1.2.5.3 Accumulated calls 0
Partager