This file is indexed.

/usr/share/doc/sqliteman/en/ch07s13.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>Export 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="ch07s12.html" title="Data Viewer"><link rel="next" href="ch08.html" title="Chapter 8. Questions and Answers"></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">Export Data</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch07s12.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Features and Dialogs</th><td width="20%" align="right"> <a accesskey="n" href="ch08.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="dataExport"></a>Export Data</h2></div></div></div><p>Current result set in the <a href="ch07s12.html" title="Data Viewer">Data Viewer</a> could be exported
    in this dialog. The export will contain all data even although there are records waiting for fetch.
    All missing data are fetched before export starts.</p><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>Data exporting may be resource and time consuming operation. Be patient if you
    are exporting large amount of data.</p></div><p>
          </p><div class="screenshot"><div class="mediaobject"><img src="dataExport.png" alt="Export Data"></div></div><p>
          </p><div class="variablelist"><dl><dt><span class="term">Format</span></dt><dd><p>Chose one of supported formats to export.</p></dd><dt><span class="term">Export to</span></dt><dd><p><span class="guilabel">File</span> - export data into file on local filesystem.</p><p><span class="guilabel">Clipboard</span> - export data computer memory for pasting in the others applications directly.</p></dd><dt><span class="term">File</span></dt><dd><p>Path to file if is the <span class="guilabel">File</span> method selected.</p></dd><dt><span class="term">Export Headers Too</span></dt><dd><p>Column names will be exported too if is this option enabled.</p></dd><dt><span class="term">Encoding</span></dt><dd><p>Text encoding of the exported data. UTF8 is commonly the best option.</p></dd><dt><span class="term">Line End</span></dt><dd><p>Allow to change text line ending (CR/LF) to fit various operation systems implementations.</p></dd></dl></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2528452"></a>Supported Formats</h3></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>Comma Separated Values (CSV)</p></li><li><p>HTML table</p></li><li><p>Microsoft Excel XML</p><div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Caution</h3><p>MS Excel XML is not binary XLS document. It's special case of XML file.</p></div></li><li><p>Python list. A list structure for Python programming language.</p></li><li><p>SQL inserts, Insert statements in ANSI form.</p></li></ul></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch07s12.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="ch08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Data Viewer </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Chapter 8. Questions and Answers</td></tr></table></div></body></html>