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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-examples[examples
141
141
| Description
142
142
| Default
143
143
144
-
|--additional-config=<file>{empty}footnote:[See xref:tools/neo4j-admin/index.adoc#_configuration[Tools -> Configuration] for details.]
144
+
|--additional-config=<file>footnote:[See xref:tools/neo4j-admin/index.adoc#_configuration[Tools -> Configuration] for details.]
145
145
|Configuration file with additional configuration.
146
146
|
147
147
@@ -160,15 +160,15 @@ For horizontal tabulation (HT), use `\t` or the Unicode character ID `\9`.
160
160
Unicode character ID can be used if prepended by `\`.
161
161
|;
162
162
163
-
| --auto-skip-subsequent-headers[=true\|false]{empty}footnote:ingnoredByParquet1[Ignored by Parquet import.]
163
+
| --auto-skip-subsequent-headers[=true\|false]footnote:ingnoredByParquet1[Ignored by Parquet import.]
164
164
|Automatically skip accidental header lines in subsequent files in file groups with more than one file.
165
165
|false
166
166
167
167
|--bad-tolerance=<num>
168
168
|Number of bad entries before the import is aborted. The import process is optimized for error-free data. Therefore, cleaning the data before importing it is highly recommended. If you encounter any bad entries during the import process, you can set the number of bad entries to a specific value that suits your needs. However, setting a high value may affect the performance of the tool.
|label:changed[Changed in 5.26] In v1, whether or not fields from an input source can span multiple lines, i.e. contain newline characters. Setting `--multiline-fields=true` can severely degrade the performance of the importer. Therefore, use it with care, especially with large imports. In v2, this option will specify the list of files that contain multiline fields. Files can also be specified using regular expressions.
|label:new[Introduced in 5.26] Controls the parsing of input source that can span multiple lines, i.e. contain newline characters. When set to v1, the value for `--multiline-fields` can only be true or false. When set to v2, the value for `--multiline-fields` should be the list of files that contain multiline fields.
249
249
|null
250
250
@@ -269,7 +269,7 @@ For an example, see <<import-tool-multiple-input-files-regex-example>>.
269
269
|Delete any existing database files prior to the import.
|Whether or not strings should be trimmed for whitespaces.
349
349
|false
350
350
@@ -668,7 +668,7 @@ If the database into which you import does not exist prior to importing, you mus
668
668
| Description
669
669
| Default
670
670
671
-
|--additional-config=<file>{empty}footnote:[See xref:tools/neo4j-admin/index.adoc#_configuration[Tools -> Configuration] for details.]
671
+
|--additional-config=<file>footnote:[See xref:tools/neo4j-admin/index.adoc#_configuration[Tools -> Configuration] for details.]
672
672
|Configuration file with additional configuration.
673
673
|
674
674
@@ -687,15 +687,15 @@ For horizontal tabulation (HT), use `\t` or the Unicode character ID `\9`.
687
687
Unicode character ID can be used if prepended by `\`.
688
688
|;
689
689
690
-
| --auto-skip-subsequent-headers[=true\|false]{empty}footnote:ingnoredByParquet2[Ignored by Parquet import.]
690
+
| --auto-skip-subsequent-headers[=true\|false]footnote:ingnoredByParquet2[Ignored by Parquet import.]
691
691
|Automatically skip accidental header lines in subsequent files in file groups with more than one file.
692
692
|false
693
693
694
694
|--bad-tolerance=<num>
695
695
|Number of bad entries before the import is aborted. The import process is optimized for error-free data. Therefore, cleaning the data before importing it is highly recommended. If you encounter any bad entries during the import process, you can set the number of bad entries to a specific value that suits your needs. However, setting a high value may affect the performance of the tool.
|label:changed[Changed in 5.26] In v1, whether or not fields from an input source can span multiple lines, i.e. contain newline characters. Setting `--multiline-fields=true` can severely degrade the performance of the importer. Therefore, use it with care, especially with large imports. In v2, this option will specify the list of files that contain multiline fields. Files can also be specified using regular expressions.
|label:new[Introduced in 5.26] Controls the parsing of input source that can span multiple lines, i.e. contain newline characters. When set to v1, the value for `--multiline-fields` can only be true or false. When set to v2, the value for `--multiline-fields` should be the list of files that contain multiline fields.
774
774
|null
775
775
@@ -790,7 +790,7 @@ For an example, see <<import-tool-multiple-input-files-regex-example>>.
790
790
|When `true`, non-array property values are converted to their equivalent Cypher types. For example, all integer values will be converted to 64-bit long integers.
0 commit comments