Class: CsvParser

CsvParser

Herramientas para operaciones con ficheros CSV

Methods

(static) getCell(row, column, delimiteropt)

Obtener una celda a partir de una fila
Parameters:
Name Type Attributes Default Description
row string Cadena de texto con la fila a procesar
column int The column you want to
delimiter string <optional>
; Caracter usado como delimitador
Source: