Méthode | Description | |
---|---|---|
CsvImporter ( ) : System |
Initializes a new instance of the CsvImporter class.
|
|
DeleteUnpackedFiles ( ) : void | ||
Import ( IDocument document, string filename ) : void |
Imports the specified filename.
|
Méthode | Description | |
---|---|---|
CreateTables ( |
Creates the tables.
|
|
GetFileContent ( string fileName ) : |
Gets the content of the file.
|
public Import ( IDocument document, string filename ) : void | ||
document | IDocument | The TextDocument to fill. |
filename | string | The filename. |
Résultat | void |