Module: CSVimporter

Methods

(inner) fromImportLogs(callback)

Automatically import all files in /packages/CSVimporter/import-logs.

Parameters:
Name Type Description
callback function

callback function. called when all files in /packages/CSVimporter/import-logs are imported

Source:

(inner) importOne(path, callback)

Import one csv file

Parameters:
Name Type Description
path String

path to one csv file to import.

callback function

simple callback can return an error.

Source: