CSVW RDF Convertor - Documentation
    Preparing search index...
    • Get replacements for some of the given values interactively.

      Parameters

      • values: Iterable<string>

        values to get overrides for

      • messages: {
            confirm: string;
            initial: string;
            list: string;
            listLine: (value: string, override: string) => string;
            override: string;
            search: string;
        }

        messages to show to the user

      • allowEmpty: boolean = false

        is empty string an acceptable replacement

      • OptionalvalidationFn: (value: string) => string | boolean

        function to validate the input

      Returns Promise<[string, string][]>