Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a CSV file that contains the IDs for newly created nodes, which could then be used to update those nodes later #92

Closed
mjordan opened this issue Apr 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mjordan
Copy link
Owner

mjordan commented Apr 1, 2020

It would be useful to have Workbench write out a CSV file containing the node IDs of newly created nodes and all field names in the content type. This file could then be used later in update tasks to add additional metadata or in add_media tasks to add media. Might come in handy when we implement the "directory" method for creating paged/compound content.

The CSV could look like this:

id,node_id,title,field_alternative_title,field_coordinates,field_edtf_date, [... other fields used in the content type]
WKRP-002,456,I am a new node,,,,,,,,,,,
[...]

Could also be used in delete tasks to batch delete botched loads.....

@mjordan mjordan added the enhancement New feature or request label Apr 1, 2020
@mjordan mjordan changed the title Write a CSV file that contains the IDs for nodes, which could then be used to update those nodes later Write a CSV file that contains the IDs for newly created nodes, which could then be used to update those nodes later Apr 1, 2020
mjordan added a commit that referenced this issue Apr 2, 2020
mjordan added a commit that referenced this issue Apr 2, 2020
mjordan added a commit that referenced this issue Apr 2, 2020
@mjordan
Copy link
Owner Author

mjordan commented Apr 2, 2020

Resolved with 5ffa655.

@mjordan mjordan closed this as completed Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant