in reply to need help with data manipulation

It really sounds like you should be using a database, having a lot of users Related to an organization is a clear sign of this.

Is there anyway to indicate the organization and then the address will automatically be added to that record.

Without any specification of the format of these text files, that question cant really be answered in a meaningful way. Are they going to be delimited files, or XML, or some other format?

We'll need more info to help you

Replies are listed 'Best First'.
Re^2: need help with data manipulation
by rje (Deacon) on Mar 28, 2005 at 19:54 UTC
    And if the amount of data isn't too huge and the data isn't too hopelessly intertwined, you could use YAML instead of a database.