Skip to content

Commit 006b2db

Browse files
author
CircleCI
committed
docs(gh-pages): build and deploy site [skip ci]
1 parent 20983dd commit 006b2db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/docs/developer-guide/accessing-data-and-metadata/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<meta property="og:type" content="article" />
2727
<meta property="og:url" content="https://streamthoughts.github.io/kafka-connect-file-pulse/docs/developer-guide/accessing-data-and-metadata/" />
2828
<meta property="article:published_time" content="2021-06-10T00:00:00+00:00" />
29-
<meta property="article:modified_time" content="2021-07-22T21:53:18+02:00" /><meta property="og:site_name" content="Kafka Connect File Pulse" />
29+
<meta property="article:modified_time" content="2021-09-04T14:31:09+02:00" /><meta property="og:site_name" content="Kafka Connect File Pulse" />
3030
<meta itemprop="name" content="Accessing Data and Metadata">
3131
<meta itemprop="description" content="The commons configuration for Connect File Pulse.
3232
">
3333
<meta itemprop="datePublished" content="2021-06-10T00:00:00&#43;00:00" />
34-
<meta itemprop="dateModified" content="2021-07-22T21:53:18&#43;02:00" />
35-
<meta itemprop="wordCount" content="1225">
34+
<meta itemprop="dateModified" content="2021-09-04T14:31:09&#43;02:00" />
35+
<meta itemprop="wordCount" content="1226">
3636

3737

3838

@@ -2884,8 +2884,8 @@ <h2 id="record-offset">Record Offset</h2>
28842884
<td><code>long</code></td>
28852885
</tr>
28862886
<tr>
2887-
<td><code>$offset.row</code></td>
2888-
<td>The row number of the record into the source</td>
2887+
<td><code>$offset.rows</code></td>
2888+
<td>The number of rows already read from the source file.</td>
28892889
<td><code>long</code></td>
28902890
</tr>
28912891
</tbody>
@@ -2975,7 +2975,7 @@ <h2 id="variables">Variables</h2>
29752975

29762976

29772977

2978-
<div class="text-muted mt-5 pt-3 border-top">Last modified July 22, 2021: <a href="https://github.com/streamthoughts/kafka-connect-file-pulse/commit/1b72a96286936cb467bc130dc2ca070b0d6d4887">docs(site): fix syntax for &#39;exists&#39; ScEL Built-in Function (#148) (1b72a96)</a>
2978+
<div class="text-muted mt-5 pt-3 border-top">Last modified September 4, 2021: <a href="https://github.com/streamthoughts/kafka-connect-file-pulse/commit/20983ddacb0e693918f44b6a997f1e25e8da8e82">docs(site): fix documentation typos on metadata access (#165) (20983dd)</a>
29792979
</div>
29802980
</div>
29812981

docs/docs/developer-guide/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,8 +1264,8 @@ The available fields depend on the configured FileInputRecord.&lt;/p&gt;
12641264
&lt;td&gt;&lt;code&gt;long&lt;/code&gt;&lt;/td&gt;
12651265
&lt;/tr&gt;
12661266
&lt;tr&gt;
1267-
&lt;td&gt;&lt;code&gt;$offset.row&lt;/code&gt;&lt;/td&gt;
1268-
&lt;td&gt;The row number of the record into the source&lt;/td&gt;
1267+
&lt;td&gt;&lt;code&gt;$offset.rows&lt;/code&gt;&lt;/td&gt;
1268+
&lt;td&gt;The number of rows already read from the source file.&lt;/td&gt;
12691269
&lt;td&gt;&lt;code&gt;long&lt;/code&gt;&lt;/td&gt;
12701270
&lt;/tr&gt;
12711271
&lt;/tbody&gt;

docs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484

485485
<url>
486486
<loc>https://streamthoughts.github.io/kafka-connect-file-pulse/docs/developer-guide/accessing-data-and-metadata/</loc>
487-
<lastmod>2021-07-22T21:53:18+02:00</lastmod>
487+
<lastmod>2021-09-04T14:31:09+02:00</lastmod>
488488
</url>
489489

490490
<url>

0 commit comments

Comments
 (0)