python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to navigate through XML and return a tag from a multidimensional map that was written to XML
I am currently trying to implement a very simple (primitive) way to read tags from a multidimensional map inserted into an xml file.
I am able to find a word and its line (not line number!) but as soo...
Nells
Votes: 0
Answers: 0
c++ read file with accents
Good day, I am in a small project where I need to read .txt files, the problem is that some are in English and others in Spanish, the case is being presented in which some information comes with an ac...
ramej
Votes: 0
Answers: 1
How to group the line in txt file to nested dictionary (Python)
I have a txt file that contain the data as below:
Id_1 1111
Member_a 2222
Member_b 3333
Member_c 4444
Device_a 5555
Device_b 6666
Id_2 1234
Member_a 5678
Member_b 1345
Device_a 3141
Id_3 1317
Member...
P.Lim
Votes: 0
Answers: 1
no space beetwen values txt java
Code works fine, except one problem. After increasing salary the spaces beetwen values disapears and then my programm doesn't work well.
Joe 2022/04/05 HR-Manager44200
Steve 2022/04/06 Admin 100000
...
kawaiison
Votes: 0
Answers: 1