Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARImportLibrary Function

Overview

The EDGARImportLibrary function imports data to the specified library.

Syntax/Parameters

Syntax

int = EDGARImportLibrary ( int code, string data );

Parameters

code

An int specifying the library to import data into.

data

A string containing the data to import as CSV. The data needs to be in the format expected by the specified library.

Return Value

An int as ERROR_NONE or a formatted error code.

Remarks

The application reference manual contains information with respect to the format of the CSV data to be added.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE