Interface ImportValidationService

    • Method Detail

      • validate

        boolean validate​(String file)
        Validate the file from the given path.
        Parameters:
        file - The File path
        Returns:
        true if the file is valid, false otherwise;