Quote:
|
Originally Posted by dbmab
I don't know if there is an official name, but I would refer to this as "key/value."
|
Thanks. With that tidbit, I'm starting to search for "key/value metadata". My results are a closer match than what I was getting before, but I still haven't gotten an example of how to import this into mysql.
My instincts tell me I should probably import each line into a temporary array by tokenizing the key/value pairs by the spaces. Then I would parse the array again to be break the entry into a table, using the = as the delimeter. Then a loop would put each value into each column based on the key (if it exists). Seems like an inefficent brute force though...