4.3.7 • Published 2 years ago

@infect/infect-rda-sample-importer v4.3.7

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

Infect RDA Sample Storage Importer

class INFECTV2Importer extends Importer {

constructor() {
    super();

    this.registerSmapleProcessor(new INFECTv2Sample());
}

}

class INFECTv2Sample extends Sample {

constructor() {
    super();

    this.registerField('unique-identifier', new UniqueIdentiferiField());
    this.setRequiredField('A', 'B', '');
    this.setColumnIndex('unique-identifier, 1');

    this.setMappingProcessor(new RemoteAPIProcessor());
}

}

const import = new Import(); import.

import.pipe(request);

const httpHandler = new HTTPStreamHandler(); httpHandler.pipe(request);

4.3.7

2 years ago

4.3.6

2 years ago

4.3.5

2 years ago

4.3.2

2 years ago

4.2.3

2 years ago

4.3.1

2 years ago

4.2.2

2 years ago

4.3.4

2 years ago

4.3.3

2 years ago

4.3.0

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.0

3 years ago

4.0.5

4 years ago

4.0.4

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.0.0

5 years ago