Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
migrate_source_csv-3480434
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
migrate_source_csv-3480434
Commits
39c32aa4
Commit
39c32aa4
authored
7 months ago
by
Benji Fisher
Browse files
Options
Downloads
Patches
Plain Diff
Document the /dev/null option in the class doc block
parent
c1582abe
Branches
3480434-allow-dev-null-path
No related tags found
No related merge requests found
Pipeline
#379770
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Plugin/migrate/source/CSV.php
+2
-1
2 additions, 1 deletion
src/Plugin/migrate/source/CSV.php
with
2 additions
and
1 deletion
src/Plugin/migrate/source/CSV.php
+
2
−
1
View file @
39c32aa4
...
...
@@ -12,7 +12,8 @@ use League\Csv\Reader;
* Source for CSV files.
*
* Available configuration options:
* - path: Path to the CSV file. File streams are supported.
* - path: Path to the CSV file. File streams are supported. Use /dev/null to
* get an empty source (useful for migration_lookup).
* - ids: Array of column names that uniquely identify each record. Column
* names used as IDs can only contain letters (uppercase and lowercase),
* numbers (0-9), and underscores. No spaces or other special characters
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment