You have to write your own program to access and edit/convert the non-3D parts.
Code:Psuedo Code: While there is still data to read: Read data string. Determine what data has been read. Process data in relation to what it is. Process the data as a whole. While there is data that has not been exported: export out converted data string. End program.