Exporting data into a text file
Posted: Sun Jul 24, 2005 6:01 pm
Hello:
It's been a long time since I had the need to create a dataset based on a specified data file format.
I'm designing a website for a mortgage broker. On his site he wants to have the ability for people to complete a loan application. No problem there, I'm using PHP to process the form.
He has a third party software which keeps track of the loan and prepares all the necessary documents for closing. He needs to import that data from the loan app on the website into this third party software.
The software uses a data file format from Fannie Mae. I have their data dictionary along with the data file format information showing the position of each field, length of each field, etc.
How do I go about creating this dataset from the information entered via the online loan application? What tools are being used in order to achieve this?
I hope someone can steer me in the right direction to accomplish this.
Thank you for any help.
It's been a long time since I had the need to create a dataset based on a specified data file format.
I'm designing a website for a mortgage broker. On his site he wants to have the ability for people to complete a loan application. No problem there, I'm using PHP to process the form.
He has a third party software which keeps track of the loan and prepares all the necessary documents for closing. He needs to import that data from the loan app on the website into this third party software.
The software uses a data file format from Fannie Mae. I have their data dictionary along with the data file format information showing the position of each field, length of each field, etc.
How do I go about creating this dataset from the information entered via the online loan application? What tools are being used in order to achieve this?
I hope someone can steer me in the right direction to accomplish this.
Thank you for any help.