Interface DocumentJsonInputLoaderNodeParameters

Source
interface DocumentJsonInputLoaderNodeParameters {
    options?: {
        metadata?: {
            metadataValues: { name: string; value?: string }[];
        };
    };
    pointers?: string;
}

Properties§

Source§

readonly options?: {
    metadata?: {
        metadataValues: { name: string; value?: string }[];
    };
}

Default: {}

Source§

readonly pointers?: string

Pointers to extract from JSON, e.g. "/text" or "/text, /meta/title"