You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1437">#1437</a> - <strong>Allow to not pass primary key name to dbal metadata since it's not used in some cases</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
290
291
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1435">#1435</a> - <strong>Indexes and primary key are added to directly the table instead of being returned</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
291
292
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1429">#1429</a> - <strong>Moved UPGRADE.md to documentation folder to make it available as a static website</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
292
293
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1427">#1427</a> - <strong>Revert "Bump friendsofphp/php-cs-fixer from 3.68.0 to 3.68.2 in /tools/cs-fixer"</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -353,6 +354,7 @@ <h3>Changed</h3>
353
354
</ul>
354
355
<h3>Fixed</h3>
355
356
<ul>
357
+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1437">#1437</a> - <strong>Setting up the offset for reading remote parquet files</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
input-file Path to a file from which schema should be extracted.
540
+
541
+
Options:
542
+
--input-file-format=INPUT-FILE-FORMAT File format. When not set file format is guessed from source file path extension
543
+
--input-file-batch-size=INPUT-FILE-BATCH-SIZE Number of rows that are going to be read and displayed in one batch, when set to -1 whole dataset will be displayed at once [default: 1000]
544
+
--input-file-limit=INPUT-FILE-LIMIT Limit number of rows that are going to be used to infer file schema, when not set whole file is analyzed
545
+
--config=CONFIG Path to a local php file that MUST return instance of: Flow\ETL\Config
546
+
--input-json-pointer=INPUT-JSON-POINTER JSON Pointer to a subtree from which schema should be extracted
547
+
--input-json-pointer-entry-name When set, JSON Pointer will be used as an entry name in the schema
548
+
--input-csv-header[=INPUT-CSV-HEADER] When set, CSV header will be used as a schema
549
+
--input-csv-empty-to-null[=INPUT-CSV-EMPTY-TO-NULL] When set, empty CSV values will be treated as NULL values
550
+
--input-csv-separator=INPUT-CSV-SEPARATOR CSV separator character
551
+
--input-csv-enclosure=INPUT-CSV-ENCLOSURE CSV enclosure character
552
+
--input-csv-escape=INPUT-CSV-ESCAPE CSV escape character
553
+
--input-xml-node-path=INPUT-XML-NODE-PATH XML node path to a subtree from which schema should be extracted, for example /root/element This is not xpath, just a node names separated by slash
554
+
--input-xml-buffer-size=INPUT-XML-BUFFER-SIZE XML buffer size in bytes
555
+
--input-parquet-columns=INPUT-PARQUET-COLUMNS Columns to read from parquet file (multiple values allowed)
556
+
--input-parquet-offset=INPUT-PARQUET-OFFSET Offset to start reading from
557
+
-h, --help Display help for the given command. When no command is given display help for the list command
558
+
--silent Do not output any message
559
+
-q, --quiet Only errors are displayed. All other output is suppressed
560
+
-V, --version Display this application version
561
+
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
562
+
-n, --no-interaction Do not ask any interactive question
563
+
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
564
+
</code></pre>
529
565
<h3><code>file:read</code> alias <code>read</code></h3>
0 commit comments