Hi everybody, I am building a directory using wordpress, and I have a list of information that is in csv format. I have a plugin that works well in inserting the info from the csv into wordpress posts for me, but the major problem is that the text that I am inserting into my posts is 6 column address data, and I need it to show up in the post as it would in a yellow pages listing. My question is, what do I have to do to the csv data in order to combine the data in the six columns to show up in the database as a normal address listing? I have the following columns : Business name, street address, city, state, zip, phone number. Any help is greatly appreciated!