Skip to content

Commit d94059b

Browse files
committed
remove {empty}
1 parent 98743d5 commit d94059b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-examples[examples
141141
| Description
142142
| Default
143143

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.]
145145
|Configuration file with additional configuration.
146146
|
147147

@@ -160,15 +160,15 @@ For horizontal tabulation (HT), use `\t` or the Unicode character ID `\9`.
160160
Unicode character ID can be used if prepended by `\`.
161161
|;
162162

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.]
164164
|Automatically skip accidental header lines in subsequent files in file groups with more than one file.
165165
|false
166166

167167
|--bad-tolerance=<num>
168168
|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.
169169
|1000
170170

171-
|--delimiter=<char>{empty}footnote:ingnoredByParquet1[]
171+
|--delimiter=<char>footnote:ingnoredByParquet1[]
172172
|Delimiter character between values in CSV data. Also accepts `TAB` and e.g. `U+20AC` for specifying a character using Unicode.
173173

174174
====
@@ -217,11 +217,11 @@ Possible values are:
217217
|Whether or not empty string fields, i.e. "" from input source are ignored, i.e. treated as null.
218218
|false
219219

220-
|--ignore-extra-columns[=true\|false]{empty}footnote:ingnoredByParquet1[]
220+
|--ignore-extra-columns[=true\|false]footnote:ingnoredByParquet1[]
221221
|If unspecified columns should be ignored during the import.
222222
|false
223223

224-
|--input-encoding=<character-set>{empty}footnote:ingnoredByParquet1[]
224+
|--input-encoding=<character-set>footnote:ingnoredByParquet1[]
225225
|Character set that input data is encoded in.
226226
|UTF-8
227227

@@ -240,11 +240,11 @@ Values can be plain numbers, such as `10000000`, or `20G` for 20 gigabytes.
240240
It can also be specified as a percentage of the available memory, for example `70%`.
241241
|90%
242242

243-
|--multiline-fields=true\|false\|<path>[,<path>]{empty}footnote:ingnoredByParquet1[]
243+
|--multiline-fields=true\|false\|<path>[,<path>]footnote:ingnoredByParquet1[]
244244
|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.
245245
|null
246246

247-
|--multiline-fields-format=v1\|v2{empty}footnote:ingnoredByParquet1[]
247+
|--multiline-fields-format=v1\|v2footnote:ingnoredByParquet1[]
248248
|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.
249249
|null
250250

@@ -269,7 +269,7 @@ For an example, see <<import-tool-multiple-input-files-regex-example>>.
269269
|Delete any existing database files prior to the import.
270270
|false
271271

272-
|--quote=<char>{empty}footnote:ingnoredByParquet1[]
272+
|--quote=<char>footnote:ingnoredByParquet1[]
273273
|Character to treat as quotation character for values in CSV data.
274274

275275
Quotes can be escaped as per link:{rfc-4180}[RFC 4180] by doubling them, for example `""` would be interpreted as a literal `"`.
@@ -344,7 +344,7 @@ If enabled all those relationships will be found but at the cost of lower perfor
344344
performance, this value should not be greater than the number of available processors.
345345
|20
346346

347-
|--trim-strings[=true\|false]{empty}footnote:ingnoredByParquet1[]
347+
|--trim-strings[=true\|false]footnote:ingnoredByParquet1[]
348348
|Whether or not strings should be trimmed for whitespaces.
349349
|false
350350

@@ -668,7 +668,7 @@ If the database into which you import does not exist prior to importing, you mus
668668
| Description
669669
| Default
670670

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.]
672672
|Configuration file with additional configuration.
673673
|
674674

@@ -687,15 +687,15 @@ For horizontal tabulation (HT), use `\t` or the Unicode character ID `\9`.
687687
Unicode character ID can be used if prepended by `\`.
688688
|;
689689

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.]
691691
|Automatically skip accidental header lines in subsequent files in file groups with more than one file.
692692
|false
693693

694694
|--bad-tolerance=<num>
695695
|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.
696696
|1000
697697

698-
|--delimiter=<char>{empty}footnote:ingnoredByParquet2[]
698+
|--delimiter=<char>footnote:ingnoredByParquet2[]
699699
|Delimiter character between values in CSV data. Also accepts `TAB` and e.g. `U+20AC` for specifying a character using Unicode.
700700

701701
====
@@ -742,11 +742,11 @@ Possible values are:
742742
|Whether or not empty string fields, i.e. "" from input source are ignored, i.e. treated as null.
743743
|false
744744

745-
|--ignore-extra-columns[=true\|false]{empty}footnote:ingnoredByParquet2[]
745+
|--ignore-extra-columns[=true\|false]footnote:ingnoredByParquet2[]
746746
|If unspecified columns should be ignored during the import.
747747
|false
748748

749-
|--input-encoding=<character-set>{empty}footnote:ingnoredByParquet2[]
749+
|--input-encoding=<character-set>footnote:ingnoredByParquet2[]
750750
|Character set that input data is encoded in.
751751
|UTF-8
752752

@@ -765,11 +765,11 @@ Values can be plain numbers, such as `10000000`, or `20G` for 20 gigabytes.
765765
It can also be specified as a percentage of the available memory, for example `70%`.
766766
|90%
767767

768-
|--multiline-fields=true\|false\|<path>[,<path>]{empty}footnote:ingnoredByParquet2[]
768+
|--multiline-fields=true\|false\|<path>[,<path>]footnote:ingnoredByParquet2[]
769769
|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.
770770
|null
771771

772-
|--multiline-fields-format=v1\|v2{empty}footnote:ingnoredByParquet2[]
772+
|--multiline-fields-format=v1\|v2footnote:ingnoredByParquet2[]
773773
|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.
774774
|null
775775

@@ -790,7 +790,7 @@ For an example, see <<import-tool-multiple-input-files-regex-example>>.
790790
|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.
791791
| true
792792

793-
|--quote=<char>{empty}footnote:ingnoredByParquet2[]
793+
|--quote=<char>footnote:ingnoredByParquet2[]
794794
|Character to treat as quotation character for values in CSV data.
795795

796796
Quotes can be escaped as per link:{rfc-4180}[RFC 4180] by doubling them, for example `""` would be interpreted as a literal `"`.
@@ -832,7 +832,7 @@ If you need to debug the import, it might be useful to collect the stack trace.
832832
This is done by using the `--verbose` option.
833833
|import.report
834834

835-
|--schema=<path>{empty}footnote:[The `--schema` option is available in this version but not yet supported. It will be functional in a future release.]
835+
|--schema=<path>footnote:[The `--schema` option is available in this version but not yet supported. It will be functional in a future release.]
836836
|label:new[Introduced in 5.24] Path to the file containing the Cypher commands for creating indexes and constraints during data import.
837837
|
838838

@@ -874,7 +874,7 @@ If enabled all those relationships will be found but at the cost of lower perfor
874874
performance, this value should not be greater than the number of available processors.
875875
|20
876876

877-
|--trim-strings[=true\|false]{empty}footnote:ingnoredByParquet2[]
877+
|--trim-strings[=true\|false]footnote:ingnoredByParquet2[]
878878
|Whether or not strings should be trimmed for whitespaces.
879879
|false
880880

0 commit comments

Comments
 (0)