PDA

View Full Version : Nokia XML Parser 2023--python



auto_art
2023-07-07, 11:22 PM
Hello all,

I am working on a parser for config xml parsing. it is just going through the final touch ups. I have tested it on FL 19,20,22. anyone can share a FL23 xml for testing? also if anyone can share nr sa xml that would be great as well. want to make sure it works and don't break.

auto_art
2023-07-07, 11:24 PM
snapshot for example43847

Lin,jinzhou
2023-07-09, 11:36 AM
Great idea, looking forward to this tool.

lihanbok
2023-07-10, 10:18 AM
Good job, it could be a good tool!

ssmc
2023-07-11, 09:45 AM
snapshot for example43847
Waiting for your good news.

auto_art
2023-09-13, 02:32 AM
Hello all,

I am working on a parser for config xml parsing. it is just going through the final touch ups. I have tested it on FL 19,20,22. anyone can share a FL23 xml for testing? also if anyone can share nr sa xml that would be great as well. want to make sure it works and don't break.


Here it is. Please no python questions please as i am no expert. I tested and it works. I have two features in there a parser amd a baseline comparator. Please do not share outside this forum.

kwanjau
2023-10-05, 01:41 PM
password kindly the file ispassword protected

ssmc
2023-10-07, 10:02 AM
password kindly the file ispassword protected
Auto_art Default PAS: london

ank707
2023-10-10, 09:50 PM
can anyone explain how to use this ?

auto_art
2023-10-11, 01:42 AM
just run the main.py, program will ask for choice like parser or baseline compare. if you choose parser program will ask for directory of input and output file. once that it is done it will save the xl file at desired location.

I expect basic python proficiency from the user of the tool.

sekit
2024-03-09, 07:29 PM
Do you have a baseline example file?

auto_art
2024-03-13, 12:00 AM
Do you have a baseline example file?
base line should be stored in info folder and with name as in code. the baseline is the parameter file downloaded form Nok ia support portal.



if __name__ == "__main__":
comparator = BaselineComparator(r"info\ref_bts_parameters_sran20a_lte19b_01.xls")


file

https://file.io/inHyzb1oySsU

peanut
2024-03-21, 01:06 AM
Hello,

Coul dyou plase upload the base line file again, the link is not working anymore

https://file.io/inHyzb1oySsU

Thanks

auto_art
2024-03-28, 02:15 AM
https://file.io/oTS9qlkGQh8n

New link please

techfolkcmr
2024-03-28, 10:41 AM
https://file.io/oTS9qlkGQh8n

New link please

File deleted. Pls reupload

auto_art
2024-03-28, 10:58 AM
https://www.4shared.com/s/fzv3WhCd0ku


Try this link please

lihanbok
2024-05-30, 10:50 AM
Hi Auto_art,
Could you please share some library in this project. Example "import xmlSplitter as xs", I can't find "xs" library. Thank you so much!
Brs,

Here it is. Please no python questions please as i am no expert. I tested and it works. I have two features in there a parser amd a baseline comparator. Please do not share outside this forum.