Extension point to provide import service for data from that is generated from the AD_Window definition. The client in use ( swing or zk ) is responsible to present all available import extension to user to pick the one to use. numeric priority value, higher value is of higher priority. Implementation class name for the org.adempiere.base.IGridTabImporter interface 1.0.0 <pre> <extension id="org.adempiere.impexp.GridTabCSVImporter" name="Grid data CSV importer" point="org.adempiere.base.IGridTabImporter"> <importer class="org.adempiere.impexp.GridTabCSVImporter" priority="0"> </importer> </extension> </pre> The class attribute must represent an implementor of org.adempiere.base.IGridTabImporter CSV import in org.adempiere.base This file is part of iDempiere ERP http://www.idempiere.org. Copyright (C) Carlos Ruiz Copyright (C) Trek Global This program is free software; you can redistribute it and/or modify it under the terms version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.