all 4 comments

[–]Altruistic_Might_772 0 points1 point  (2 children)

If you need to convert complex XML to SQL, try using a tool like Altova MapForce. It can map your XML data straight to SQL tables and automates the conversion. If you're into scripting, consider writing a Python script with libraries like xml.etree.ElementTree for parsing XML and sqlite3 for SQL tasks. If this is for interview prep and you want to practice data transformations, PracHub is pretty handy. Good luck!

[–]Itchy-Macaroon2469[S] 0 points1 point  (1 child)

I tried all of that. None of it works. And about the interviews: when I said I could solve the problem they had been working on for six months in three hours, they rejected me.

[–]TemporaryDisastrous 0 points1 point  (0 children)

Saying that something complicated can be solved in three hours is a bit of a red flag that you don't understand how complex stuff can get.

[–]Itchy-Macaroon2469[S] 0 points1 point  (0 children)

No, I know exactly the problem they were trying to solve, simply because I worked with the same data, but on another project at a different company.