Update Import data using the RUB importer authored by Willem Fiene's avatar Willem Fiene
......@@ -5,7 +5,7 @@
## About this process
This process uses the Bulkrax *CSV from S3 parser* to do imports. Data is prepared in CSV files, with commas used to separate columns, and semi-colons used (in some cases) to separate values within a single column.
This process uses the Bulkrax *CSV from S3 parser* to do imports. Metadata is prepared in **CSV files**, with commas used to separate columns, and semi-colons used (in some cases) to separate values within a single column. Additionally, all text containing commas or semi-colons should be wrapped in quotation marks, if these commas and semi-colons are not meant to be interpreted as separators (e.g. in description or when listing contributors by "LAST_NAME, FORENAME(S)"). Encoding: UTF-8 without BOM is advised.
## Prepare the data
......
......