Share via


TextLoaderSaverCatalog Classe

Définition

Collection de méthodes d’extension pour la DataOperationsCatalog lecture à partir de fichiers texte délimités tels que csv et tsv.

public static class TextLoaderSaverCatalog
type TextLoaderSaverCatalog = class
Public Module TextLoaderSaverCatalog
Héritage
TextLoaderSaverCatalog

Méthodes

CreateTextLoader(DataOperationsCatalog, TextLoader+Column[], Char, Boolean, IMultiStreamSource, Boolean, Boolean, Boolean)

Créez un chargeur TextLoaderde texte.

CreateTextLoader(DataOperationsCatalog, TextLoader+Options, IMultiStreamSource)

Créez un chargeur TextLoaderde texte.

CreateTextLoader<TInput>(DataOperationsCatalog, Char, Boolean, IMultiStreamSource, Boolean, Boolean, Boolean)

Créez un chargeur TextLoader de texte en inférence du schéma de jeu de données à partir d’un type de modèle de données.

CreateTextLoader<TInput>(DataOperationsCatalog, TextLoader+Options, IMultiStreamSource)

Créez un chargeur TextLoader de texte en inférence du schéma de jeu de données à partir d’un type de modèle de données.

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Column[], Char, Boolean, Boolean, Boolean, Boolean)

Charger un IDataView fichier texte à l’aide de TextLoader. Notez que IDataView« sont paresseux, donc aucun chargement réel ne se produit ici, juste la validation du schéma.

LoadFromTextFile(DataOperationsCatalog, String, TextLoader+Options)

Charger un IDataView fichier texte à l’aide de TextLoader. Notez que IDataView« sont paresseux, donc aucun chargement réel ne se produit ici, juste la validation du schéma.

LoadFromTextFile<TInput>(DataOperationsCatalog, String, Char, Boolean, Boolean, Boolean, Boolean)

Charger un IDataView fichier texte à l’aide de TextLoader. Notez que IDataView« sont paresseux, donc aucun chargement réel ne se produit ici, juste la validation du schéma.

LoadFromTextFile<TInput>(DataOperationsCatalog, String, TextLoader+Options)

Charger un IDataView fichier texte à l’aide de TextLoader. Notez que IDataView« sont paresseux, donc aucun chargement réel ne se produit ici, juste la validation du schéma.

SaveAsText(DataOperationsCatalog, IDataView, Stream, Char, Boolean, Boolean, Boolean, Boolean)

Enregistrez le IDataView texte.

S’applique à