Oh wise ones...
My situation is this - I have a text file that is stored in a name / value format that looks something like this:
etc...
I want to convert it to a pipe delimited file, or something similar. The problem is that each record does not have the same # of fields (for example, one may have just Company and Title).
I am looking for a way to read through the file, separate each field with some special character and if the record does have one of the fields (from the know full list of fields) append a space to the field.
Please let me know if anyone can point me to any examples or sources of information that can help me solve my problem.
Thanks a bunch!