The following table lists the functions defined in ESLLIB.INC that allow you to perform formatting and parsing on table objects.
Function |
Description |
EslCsvQuote( ) |
Quote a string for comma-separated value (CSV) formatting (often used when storing column data in text files). |
EslCsvUnQuote( ) |
Remove the CSV formatting for a string. |
EslNumRows( ) |
Return the number of rows in a delimited string. |
EslNumColumns( ) |
Return the number of columns in a delimited string. |
EslParseColumn( ) |
Parse the next column of data in a string, remove it, and return it. |
EslParseRow( ) |
Parse the next row in a string, remove it, and return it. |