I have data being populated in a text file that I need to parse.
It is stored as a single string of name value pairs delimited by a semi-colon.
ie
order_number=2800540;sub_total=000040330;shipping=0002695;additional_shipping=0000000;order_total=00000043025;customer_number=002381641;sku=49785;item_id=33750;list_price=0043025;
(There are additional NVP's that are not in this example and it is not a consitant order).
What is the easiest way to pull the individual names and values out so it can be put into a table?
tia
It is stored as a single string of name value pairs delimited by a semi-colon.
ie
order_number=2800540;sub_total=000040330;shipping=0002695;additional_shipping=0000000;order_total=00000043025;customer_number=002381641;sku=49785;item_id=33750;list_price=0043025;
(There are additional NVP's that are not in this example and it is not a consitant order).
What is the easiest way to pull the individual names and values out so it can be put into a table?
tia