X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=create-sql.lisp;h=4367e1d4f216371ab93435b9dc277153e87ede73;hb=78849aa930b4215a487b0a08492989196556efdd;hp=80d842abe55a6f9944903c925e9bbd1e78123f8f;hpb=45453f00199223924481c8d6d614972a327a250f;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 80d842a..4367e1d 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: create-sql.lisp,v 1.3 2003/05/08 04:36:12 kevin Exp $ +;;;; $Id: create-sql.lisp,v 1.4 2003/05/09 00:06:38 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -192,7 +192,8 @@ This is much faster that using create-umls-db-insert." (defun translate-all-files (&optional (extension ".trans")) "Copy translated files and return postgresql copy commands to import" (make-noneng-index-file extension) - (dolist (f *umls-files*) (translate-umls-file f extension))) + (dolist (f (remove-if "MRXW.NONENG" *umls-files* :test #'string= :key #'fil)) + (translate-umls-file f extension))) (defun translate-umls-file (file extension) "Translate a umls file into a format suitable for sql copy cmd"