Class IndexCSV

java.lang.Object
com.logicaldoc.util.csv.CSVFile
com.logicaldoc.util.csv.CSVFileWriter
com.logicaldoc.impex.IndexCSV
All Implemented Interfaces:
Closeable, AutoCloseable

public class IndexCSV extends com.logicaldoc.util.csv.CSVFileWriter
An import index file that uses the CSV format instead of the XML
Since:
8.4
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexCSV(File file)
     
    IndexCSV(File file, Archive archive)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.logicaldoc.util.csv.CSVFileWriter

    close, writeFields

    Methods inherited from class com.logicaldoc.util.csv.CSVFile

    getFieldSeparator, getTextQualifier, setFieldSeparator, setTextQualifier

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexCSV

      public IndexCSV(File file) throws IOException, com.logicaldoc.core.PersistenceException
      Throws:
      IOException
      com.logicaldoc.core.PersistenceException
    • IndexCSV

      public IndexCSV(File file, Archive archive) throws IOException, com.logicaldoc.core.PersistenceException
      Throws:
      IOException
      com.logicaldoc.core.PersistenceException
  • Method Details

    • marshall

      public void marshall()