Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
migrate_source_csv
Commits
fb2f97e7
Commit
fb2f97e7
authored
Oct 12, 2022
by
tvb
Committed by
Lucas Hedding
Oct 12, 2022
Browse files
Issue
#3310083
: Default value for record_number_field is record_number, not record_num
parent
dc782a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Plugin/migrate/source/CSV.php
View file @
fb2f97e7
...
...
@@ -30,7 +30,7 @@ use League\Csv\Reader;
* - create_record_number: (optional) Boolean value specifying whether to create
* an incremented value for each record in the file. Defaults to FALSE.
* - record_number_field: (optional) The name of a field that holds an
* incremented value for each record in the file. Defaults to record_num.
* incremented value for each record in the file. Defaults to record_num
ber
.
*
* @codingStandardsIgnoreStart
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment