/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */

/**
 * <p>The DSpace Batch Metadata Editor, which uses a CSV file to export/import
 * item metadata.</p>
 * <ul>
 *   <li>works on items, communities, collections or the whole site</li>
 *   <li>can also create new items, delete items and withdraw/restore them</li>
 *   <li>cannot export/import bitstreams</li>
 * </ul>
 */

package org.dspace.app.bulkedit;


