Skip to content

Tobur/enormous_xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“ENORMOUS XML”

You have 100GB well-formed XML-file which contains “Users” table dump. The structure of the file:

<users>
<user>
<id>10</id>
<name>User One</name>
<email>[email protected]</mail>
...
<age>35</age>
...
</user>
<user>
...
</user>
...
</users>

Write command-line PHP script which will process this file and filter out all users of age 20 to 30 years. The output should be stored in another file. Do not use XML parser libraries.

About

Test task from oracle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages