CSV search and result
Hello all,
Here is the idea. I need a client side HTA file, that doesn't require any server-side scripting, that will allow me to search for value in a CSV or XSL file. Upon searching the file, I need to bring out a different column within the same row.
For example, if my CSV looked like this
Name, Number, Options
John Smith, 55247, "Package A, Package B, Package C"
I want to be able to search for "Name" let's say and have the script(s) return and display the "Options" value. So if I search for John Smith, I should get a return of "Package A, Package B, Package C".
Does anyone know how I can make this happen?
___________________
