I have been struggling all day to find a function to help me get the value of parameter within a long string of text.
An example of the string:
QTY1=1&CID=555666&AMT3=10.79&AMT2=267.29&AMT1=379.99&TYPE=352176&ITEM3=02211000000&ITEM2=02217109000&ITEM1=07180858000&CURRENCY=USD&OID=367018635&QTY3=1&QTY2=1
The total list of variables is around 50 with about 6000 rows. I only need to extract a few of these variables so what I was hoping to do was in each column look for one of the variables in the string and print the value.
STRING | CID | QTY1 | ITEM1 | AMT1 | ect..
Without using macros is there a solution that I could drop the variable into and print the value?
Thanks in advance for your help.
An example of the string:
QTY1=1&CID=555666&AMT3=10.79&AMT2=267.29&AMT1=379.99&TYPE=352176&ITEM3=02211000000&ITEM2=02217109000&ITEM1=07180858000&CURRENCY=USD&OID=367018635&QTY3=1&QTY2=1
The total list of variables is around 50 with about 6000 rows. I only need to extract a few of these variables so what I was hoping to do was in each column look for one of the variables in the string and print the value.
STRING | CID | QTY1 | ITEM1 | AMT1 | ect..
Without using macros is there a solution that I could drop the variable into and print the value?
Thanks in advance for your help.