|
26 | 26 | <meta property="og:type" content="article" />
|
27 | 27 | <meta property="og:url" content="https://streamthoughts.github.io/kafka-connect-file-pulse/docs/developer-guide/accessing-data-and-metadata/" />
|
28 | 28 | <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" /> |
30 | 30 | <meta itemprop="name" content="Accessing Data and Metadata">
|
31 | 31 | <meta itemprop="description" content="The commons configuration for Connect File Pulse.
|
32 | 32 | ">
|
33 | 33 | <meta itemprop="datePublished" content="2021-06-10T00:00:00+00:00" />
|
34 |
| -<meta itemprop="dateModified" content="2021-07-22T21:53:18+02:00" /> |
35 |
| -<meta itemprop="wordCount" content="1225"> |
| 34 | +<meta itemprop="dateModified" content="2021-09-04T14:31:09+02:00" /> |
| 35 | +<meta itemprop="wordCount" content="1226"> |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
@@ -2884,8 +2884,8 @@ <h2 id="record-offset">Record Offset</h2>
|
2884 | 2884 | <td><code>long</code></td>
|
2885 | 2885 | </tr>
|
2886 | 2886 | <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> |
2889 | 2889 | <td><code>long</code></td>
|
2890 | 2890 | </tr>
|
2891 | 2891 | </tbody>
|
@@ -2975,7 +2975,7 @@ <h2 id="variables">Variables</h2>
|
2975 | 2975 |
|
2976 | 2976 |
|
2977 | 2977 |
|
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 'exists' 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> |
2979 | 2979 | </div>
|
2980 | 2980 | </div>
|
2981 | 2981 |
|
|
0 commit comments