Skip to content

Commit

Permalink
Deployed bf067c4 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jan 30, 2024
1 parent 3b9c0fc commit 90b6fae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions generating_csv_files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1125,9 +1125,11 @@ <h3 id="using-a-drupal-view-to-identify-content-to-export-as-csv">Using a Drupal
# If export_csv_field_list is not present, all fields will be exported.
# node_id and title are always included.
export_csv_field_list: ['field_description', 'field_extent']
# Identify any URL parameters configured as Contextual Filters for the View. Note that values
# in the 'view_parameters' configuration setting are literal parameter=value strings that
# include the =, not YAML key: value pairs used elsewhere in the Workbench configuration file.
# 'view_paramters' is optinal, and used only if your View uses Contextual Filters.
# In this setting you identify any URL parameters configured as Contextual Filters
# for the View. Note that values in the 'view_parameters' configuration setting
# are literal parameter=value strings that include the =, not YAML key: value
# pairs used elsewhere in the Workbench configuration file.
view_parameters:
- 'date=20231202'
</code></pre>
Expand Down Expand Up @@ -1167,13 +1169,14 @@ <h3 id="using-a-drupal-view-to-identify-content-to-export-as-csv">Using a Drupal
<li>If you want to export term names instead of term IDs, include <code>export_csv_term_mode: name</code> in your configuration file. The warning about this option slowing down the export applies to this task and the <code>export_csv</code> task.</li>
</ul>
<h3 id="using-a-drupal-view-to-generate-a-media-report-as-csv">Using a Drupal View to generate a media report as CSV</h3>
<p>You can get a report of which media a set of nodes has using a View. This report is generated using a <code>get_media_report_from_view</code> task, and the View it uses is the same as the View described above (in fact, you can use the same View with both <code>get_data_from_view</code> and <code>get_media_report_from_view</code> tasks). A sample configuration file looks like:</p>
<p>You can get a report of which media a set of nodes has using a View. This report is generated using a <code>get_media_report_from_view</code> task, and the View configuration it uses is the same as the View configuration described above (in fact, you can use the same View with both <code>get_data_from_view</code> and <code>get_media_report_from_view</code> tasks). A sample Workbench configuration file looks like:</p>
<pre><code class="language-yaml">task: get_media_report_from_view
host: &quot;http://localhost:8000/&quot;
view_path: daily_nodes_created
username: admin
password: islandora
export_csv_file_path: /tmp/media_report.csv
# view_paramters is optinal, and used only if your View uses Contextual Filters.
view_parameters:
- 'date=20231201'
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 90b6fae

Please sign in to comment.