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
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.....
The text was updated successfully, but these errors were encountered:
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
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 inadd_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:
Could also be used in
delete
tasks to batch delete botched loads.....The text was updated successfully, but these errors were encountered: