i am importing a CSV file that has quotes around text, but my SUT will not accept the quotes as input.
Will it be possible to easily remove the quotes from ALL of my variables?
Here is a shortexample
Put File “Profiles.csv” into T1
Put Word 1 of line 1 of T25 into W1
Put Word 2 of line 2 of T25 into W2
Put W1
Put W2
This will output
“Bob Smith”
“18 Main Street”.
But I need the putput without the "'s
If i add this to the script it works,
delete all occurrences of <<">> from T1
delete all occurrences of <> from" for every one of those variables…
Thanks!!!
BK