I'm working on a services project creating response maps. All of the responses have borders, some have borders around the cells. Assuming I use table RMs, I have three issue I'd like help with:
- How to get rid of the "|" values in the returns from the queries
- How to get rid of the "---------" values in the returns from the queries
- How to trim the extra spaces in the returned value (for example "cfmr2 ")
Below are the response, test case Response view and reponse map.
Greg
+------------------------------ CFM Port Stacks -------------------------------+
|Vlan|Port |Typ|L|Mep |Adm|Service |MAID |
| or | | | | | | | |
|BVID| | | | | | | |
+----+--------+---+-+----+---+----------------+--------------------------------+
|1001| |MIP|3| | | | |
+----+--------+---+-+----+---+----------------+--------------------------------+
|1001|28 |Up |4|102 |en |cfmr2 |md4cfmr2 |
+----+--------+---+-+----+---+----------------+--------------------------------+
|1002|27 |Up |4|201 |en |cfm1050 |md4cfm1050 |
+----+--------+---+-+----+---+----------------+--------------------------------+