Importing IFCxml files into SQL Server with success

I have been working as a freelance software developer (mainly in Microsoft SQL Server) for almost 20 years and recently had to develop an import of IFCxml files created using Tekla.
First, the IFCxml file is read and stored into a table in SQL Server (in a single column with the xml datatype), after which I use complex and intelligent code to transform the data from the xml field into columns and rows.
I'm now going to try to find out if there is any interest in my code. After all, I couldn't find much about importing IFCxml files into SQL Server on the internet, so I wonder if there are any companies for whom this code could be interesting.

Tagged:
Sign In or Register to comment.