GitImport

GitImport

The git import class helps import data from a git repository into a corpus, or create a new corpus.

Constructor

new GitImport()

Source:
Tutorials:
  • Tutorial: tests/CorpusTest.js
Properties:
Name Type Description
files FileList These are the file(s) that were dragged in.
dbname String This is the corpusid wherej the data should be imported
fields DatumFields The fields array contains titles of the data columns.
datalist DataList The datalist imported, to hold the data before it is saved.
event Event The drag/drop event.
The initialize serves to bind import to all drag and drop events.

Extends