Module: NdrImport::File

Defined in:
lib/ndr_import/file/pdf.rb,
lib/ndr_import/file/xml.rb,
lib/ndr_import/file/zip.rb,
lib/ndr_import/file/base.rb,
lib/ndr_import/file/docx.rb,
lib/ndr_import/file/text.rb,
lib/ndr_import/file/word.rb,
lib/ndr_import/file/excel.rb,
lib/ndr_import/file/registry.rb,
lib/ndr_import/file/acro_form.rb,
lib/ndr_import/file/delimited.rb,
lib/ndr_import/file/seven_zip.rb,
lib/ndr_import/file/office_file_helper.rb,
lib/ndr_import/file/unregistered_filetype.rb

Overview

This is one of a collection of file handlers that deal with individual formats of data. They can be instantiated directly or via the factory method Registry.tables

Defined Under Namespace

Modules: OfficeFileHelper, Registry Classes: AcroForm, Base, Delimited, Docx, Excel, Pdf, SevenZip, Text, UnregisteredFiletype, Word, Xml, Zip