loading table of contents...

16.1. READ_CSV()

 
READ_CSV
Lee un archivo en formato CSV.
Retorna: string 
Contenido del Archivo CSV
Parámetros:
string  bytes
Cadena de Bytes del archivo a leer
string  delimitador
Delimitador del CSV
Versión: 3.0+
 
Ejemplo:
var bytesFile = (data[camposForma[i].nom_campo_ext]);
READ_CSV(bytesFiles,";");