-- ************************************************************************* -- * The contents of this file are subject to the Compiere License. You may -- * obtain a copy of the License at http://www.compiere.org/license.html -- * Software is on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either -- * express or implied. See the License for details. Code: Compiere ERP+CRM -- * Copyright (C) 1999-2004 Jorg Janke, ComPiere, Inc. -- * Copyright (C) 2004 Marco LOMBARDO. -- * All Rights Reserved. -- ************************************************************************* LOAD DATA INFILE 'zip_sample.txt' INTO TABLE NN_CAP ( CAP POSITION(01:05) char, Regione POSITION(07:09) char, Provincia POSITION(11:12) char, AreaCode POSITION(14:17) char, Name POSITION(19:79) char ) -- Marco LOMBARDO, Lucca, Italy, 2004-03-04. -- marco.lombardo@enneenne.com