ESLLIB Function
Remove the CSV formatting for a string.
EslCsvUnQuote(STRING_SV)
STRING_SV
The string containing the comma-separated values (CSV) formatting you want quoted.
Description
Use this function to remove the comma-separated values (CSV) formatting for a string. It returns STRING_SVwith the CSV formatting removed.
Be sure to include esllib.inc before using this function.
See Also
EslCsvQuote( ) ESLLIB Function