This file is indexed.

/usr/share/doc/sqliteman/en/ch07s04.html is in sqliteman-doc 1.2.2-0ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Import Table Data</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="ch07.html" title="Chapter 7. Features and Dialogs"><link rel="prev" href="ch07s03.html" title="Alter Table"><link rel="next" href="ch07s05.html" title="Populate Table"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Import Table Data</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch07s03.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Features and Dialogs</th><td width="20%" align="right"> <a accesskey="n" href="ch07s05.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="importTableData"></a>Import Table Data</h2></div></div></div><p>Data in supported formats can be imported into chosen table directly in
    this dialog.</p><p>
          </p><div class="screenshot"><div class="mediaobject"><img src="dataImport.png" alt="Import Table Data dialog"></div></div><p>
          </p><div class="variablelist"><dl><dt><span class="term">Schema to Import</span></dt><dd><p>Chose one of available databases. "Main" is the default. All attached databases are available.</p></dd><dt><span class="term">Table to Import Into</span></dt><dd><p>Select the table for import. Only tables from chosen database are shown.</p></dd><dt><span class="term">File to Import</span></dt><dd><p>A file from filesystem.</p></dd><dt><span class="term">Table to Import Into</span></dt><dd><p>Select the table for import. Only tables from chosen database are shown.</p></dd><dt><span class="term">Sqlite .import</span></dt><dd><p>This type of import handles plaintext files with separator as does the <span><strong class="command">sqlite3</strong></span>
          CLI console. Specify one of predefined field separators or create a custom one.</p></dd><dt><span class="term">MS Excel XML</span></dt><dd><p>This type of import handles special XML files used in MS Excel. This tool
          cannot import any other XML file. This import filter does not contain any options.</p></dd><dt><span class="term">Preview</span></dt><dd><p>Live preview of the selected file. You can check the result of import in the window.</p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch07s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch07.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch07s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Alter Table </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Populate Table</td></tr></table></div></body></html>